Benjamin

Results 9 issues of Benjamin

I've recently discovered the `SchemaMetadataUpdater.QuoteTableAndColumns` setting when you configure fluent nhibernate. This options tells nhibernate to escape all table and column names. For example a column named `Key` will be...

All of this project's dependencies either target `.net standard 2.0` or both `.net standard 2.0` _and_ `.net 6.0`. Why not also make this project target both `.net standard 2.0` _and_...

Why not target both .net standard and .net 6.0 (see PR #31). This way this handy library can still be used on projects still using .net framework? What do you...

Hello, We have just noticed something odd after updating to `LightInject.Microsoft.DependencyInjection` from `v3.6.3` to `v3.7.1` (v3.7.0 is also affected): > We can no longer have multiple service registrations for a...

Follow up on discussion https://github.com/seesharper/LightInject/issues/103. Proposed change: to have an option to disable the default behaviour that scans assemblies for `ICompositionRoot` implementation when a type is missing from the service...

The following code example (I'm targetting .net 8.0 FYI) compiles but at runtime the variable bar is null. ```csharp public interface IFoo {} public class Foo : IFoo { }...

This is might be be tricky to explain... I very often trigger un-intentional click events that make me do things I don't want to when using an app or website....

What about replacing the dependency to RestSharp with Microsoft HttpClient? Just to keep the library as lean as possible.

No longer introducing a _hard_ dependency on log4net. This will allow anyone consuming this the ebay oauth client to plug-in the logging framework of they might favour.