issues
search
simpleinjector
/
SimpleInjector
An easy, flexible, and fast Dependency Injection library that promotes best practice to steer developers towards the pit of success.
https://simpleinjector.org
MIT License
1.22k
stars
152
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
RegisterSingleton behaves inconsistently.
#1008
dotnetjunkie
opened
1 month ago
0
Possible Integration with FluentValidation SharpGrip
#1007
nhaberl
closed
1 month ago
1
Remove obsoleted members
#1006
dotnetjunkie
opened
2 months ago
0
Mark obsoleted properties UseLoosenedLifestyleMismatchBehavior EnableDynamicAssemblyCompilation as compilation error
#1005
dotnetjunkie
opened
2 months ago
0
Provide a container builder to use with ConfigureHostBuilder.ConfigureContainer<TContainerBuilder> Method
#1004
paulomorgado
closed
3 months ago
1
Improve diagnostic message when depending on mutable collection types
#1003
dotnetjunkie
closed
3 months ago
0
Resolving instances with parameters in a certain context
#1002
HedgehogNSK
closed
3 months ago
13
Are there any plans for supporting the dotnet 8
#1001
Ganesh-Ponipireddy
closed
3 months ago
9
v5.4.6 of integration packages (latest as of now) for Web, MVC and WebApi are marked as deprecated
#999
harishbk
opened
5 months ago
6
StackOverflowException when using flowing scoped lifestyle and injecting a decorated interface inside a class registered as a collection
#998
kevenpoulincanam
closed
6 months ago
3
Initegration with Mimimal API Library
#997
dermaine-learn
closed
6 months ago
4
Open-generic registrations for types with generic array generic type arguments can't be resolved
#996
dotnetjunkie
closed
7 months ago
0
What's best way to get .net 3.5 SimpleInjector Decorator Memory Leak bug fix?
#995
Zayik
closed
5 months ago
1
How to use decorator for shared interface?
#994
GeraldLx
closed
8 months ago
4
Add debug information for Scopes
#993
dotnetjunkie
closed
3 months ago
2
Sharing Instances between Parent and child scopes
#992
wleader
closed
8 months ago
4
ThreadScopedLifestyle vs AsyncScopedLifestyle
#991
vkirienko
closed
3 months ago
1
@inject support in .NET Core MVC views
#990
vkirienko
opened
9 months ago
9
What would happen in case of duplicate registrations?
#989
amguilmet
closed
9 months ago
1
How to register third party constructor with runtime string arguments
#988
shandysawyer
closed
9 months ago
7
Remove COM support
#987
dotnetjunkie
opened
11 months ago
0
Exception thrown when attempting to inject COM interface
#986
myth384
closed
11 months ago
4
Degraded Register performance when AllowOverridingRegistrations is set to true
#985
erdalsivri
closed
11 months ago
10
First-chance exception thrown when registering open-generic type with type constraint
#984
pmarflee
closed
1 year ago
3
Hybrid Async Scoped MVC 5 + Async Method bug
#983
leonardolb
closed
5 months ago
12
Resolution of IEnumerable<T> for non registered service T.
#982
AntMaster7
closed
1 year ago
1
Single constructor requirement incompatible with ASP.NET Core
#981
AntMaster7
closed
1 year ago
2
Nuget SemVer, dotnet build, dotnet pack and SourceLink Implemented
#980
K4PS3
opened
1 year ago
7
d__15 MoveNext Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies.
#979
accairlines
closed
1 year ago
1
How to handle mixed constructor parameters with multiple instances? ex. (DependentSvc svc, string p1, string p2)
#978
amguilmet
closed
1 year ago
2
Using Microsoft DI and Simple injector the other way around (reversed crosswire) to integrate with NServiceBus?
#977
maverick543
closed
10 months ago
1
Is there a way to check if the Scope was disposed?
#976
ilya-malakhovsky
closed
10 months ago
5
HybridLifestyle: fallbackLifestyle instance is created/initialized together with defaultLifestyle instance
#975
FDUdannychen
closed
1 year ago
3
RegisterInitializer Documentation does not match actual behavior
#974
polarius11
closed
10 months ago
2
How to register a decorator for commands with a specific return type
#973
stevenrobertscrew
closed
10 months ago
2
Please support for Trim on self-contained apps
#972
zachcwillson
opened
1 year ago
1
How to get all registered types for an open generic type?
#971
Ergamon
closed
10 months ago
1
Serilog registration
#970
osekj
closed
10 months ago
2
C# 11 required property support
#969
mikernet
closed
10 months ago
14
Dependencies that Implement IDisposable in a Testing context.
#968
IfThingsThenStuff
closed
10 months ago
1
RE: DelegatingHandler disposable transient error
#967
legion-gaming
opened
1 year ago
1
Different Flowing Scopes Returning Same Instance of a Scoped Object from within a Singleton constructor
#966
pnicoletti88
closed
10 months ago
2
Opt-out of `OnePerNestedScope` for scoped dependency
#965
Bouke
closed
1 year ago
1
Add .NET Standard 2.0 target to SimpleInjector.Packaging
#964
coenm
closed
3 months ago
4
How to use Simple Injector in MAUI application?
#963
tboy93
closed
1 year ago
6
Use Type.SatisfiesConstraints internally
#962
dotnetjunkie
opened
2 years ago
0
Need help understanding how to inject, and then to do stuff.
#961
SnapSkullYT
closed
2 years ago
2
How to clone a Container to avoid initialization cost for each test case
#960
erdalsivri
closed
1 year ago
6
Any drawbacks accessing the container in large scale, temporally, with GetInstance during project migration ?
#959
rfbortolini
closed
2 years ago
2
Question: GetInstanceForConsumer? (Class Interception and conditional registrations)
#958
GeraldLx
closed
2 years ago
3
Next