LightInject.Microsoft.DependencyInjection icon indicating copy to clipboard operation
LightInject.Microsoft.DependencyInjection copied to clipboard

Implements Microsoft.Extensions.DependencyInjection.Abstraction

Results 15 LightInject.Microsoft.DependencyInjection issues
Sort by recently updated
recently updated
newest added

Bumps [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime) from 3.1.9 to 5.0.0. Release notes Sourced from Microsoft.Extensions.DependencyInjection.Abstractions's releases. .NET 5 RC 2 Release Notes Install Instructions Repos Core Installer Windowsdesktop Runtime Aspnetcore templating SDK winforms WPF...

dependencies

Bumps [Microsoft.Extensions.Http](https://github.com/dotnet/runtime) from 3.1.9 to 5.0.0. Release notes Sourced from Microsoft.Extensions.Http's releases. .NET 5 RC 2 Release Notes Install Instructions Repos Core Installer Windowsdesktop Runtime Aspnetcore templating SDK winforms WPF...

dependencies

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 { }...

Greetings out there @seesharper I hope this finds you well. 👋 There appears to be an issue when LightInject creates a provider that has keyed services. It's a little tricky...