1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 08, 2023 — May 08, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Information added to XML comments about alternative ways of registering collections. #808 More... about 4 years ago
Added Container.Collection.Register overloads that accept a Lifestyle argument. Fixes #808. More... about 4 years ago
Line breaks fixed. More... about 4 years ago
Lookalike registrations were not reported in the case of a non-generic RegisterConditional registration that used an implementationTypeFactory. Fixes #807. More... about 4 years ago
Moved unit tests for testing on lookalike reporting to a separate class. More... about 4 years ago
Improved exception message. More... about 4 years ago
Updated build.bat to generate release notes in NuGet packages. More... about 4 years ago
<releaseNotes> tags added to NuGet templates. More... about 4 years ago
Empty place holders for package release notes added to projects. More... about 4 years ago
Object graphs containing Func<T> decoratee factories are now visualized correctly. Fixes #414. More... about 4 years ago
Merge branch 'bug-759' of https://github.com/simpleinjector/SimpleInjector into v4.9.x More... about 4 years ago
Fixed visualization of object graphs containing IEnumerable<T> dependencies. Fixes #759 More... about 4 years ago
Improved exception message. It now reports the most likely cause of the problem, which is that a controller isn't registered because of a missing application part. Fixes #802 More... about 4 years ago
Improved exception message in ASP.NET Core integration. #802 More... about 4 years ago
Merge branch 'master' of https://github.com/simpleinjector/SimpleInjector into v4.9.x More... over 4 years ago
Set echo off again in build script. More... over 4 years ago
Updated build script to copy documentation to new website repository. More... over 4 years ago
Typos fixed. Link updated. More... over 4 years ago
Obsoleted messages marked with error: true. Fixes #794. More... over 4 years ago
Merge branch 'feature-793' of https://github.com/simpleinjector/SimpleInjector into v4.9.x More... over 4 years ago
Merge branch 'feature-787' of https://github.com/simpleinjector/SimpleInjector into v4.9.x More... over 4 years ago
Merge branch 'feature-781' of https://github.com/simpleinjector/SimpleInjector into v4.9.x More... over 4 years ago
Merge branch 'bug-730' of https://github.com/simpleinjector/SimpleInjector into v4.9.x More... over 4 years ago
Merge branch 'feature-778' of https://github.com/simpleinjector/SimpleInjector into v4.9.x More... over 4 years ago
Merge branch 'feature-763' of https://github.com/simpleinjector/SimpleInjector into v4.9.x More... over 4 years ago
Merge branch 'feature-762' of https://github.com/simpleinjector/SimpleInjector into v4.9.x More... over 4 years ago
Reported existing interface registrations when ResolveUnregisteredConcreteTypes is false. Fixes #781 More... over 4 years ago
Added Container.Options.UseLoosenedLifestyleMismatchBehavior option. Fixes #793. More... over 4 years ago
When integrated with ServiceCollection, Container is now automatically disposed of on application shutdown. Fixes #763. More... over 4 years ago
Scoped IAsyncDisposable components are now automatically (asynchronously) disposed of at the end of the web request. Fixes #778 More... over 4 years ago