Releases: JSkimming/abioc
Releases · JSkimming/abioc
Release 0.8.0
- Bump StyleCop.Analyzers from 1.0.2 to 1.1.118 #58
- Bump xunit from 2.3.0 to 2.4.1 #60
- Bump System.ValueTuple from 4.4.0 to 4.5.0 #61
- Bump xunit.runner.visualstudio from 2.3.0 to 2.4.1 #62
- Bump Microsoft.CodeAnalysis.CSharp from 2.3.2 to 3.0.0 #63
- Bump AutoTest.ArgumentNullException.Xunit from 0.8.0 to 0.9.0 #64
- Bump AutoFixture.AutoMoq from 3.51.0 to 4.8.0 #65
- Bump FluentAssertions from 4.19.4 to 5.6.0 #66
- Bump Moq from 4.7.142 to 4.10.1 #67
- Bump AutoFixture.Xunit2 from 3.51.0 to 4.8.0 #68
- Bump Microsoft.NET.Test.Sdk from 15.3.0 to 16.0.1 #69
- Just target .NET Standard #70
- Added docker build files #71
- AutoFixture update #72
- Generate code coverage for .NET Core builds #73
Available to download on NuGet.
Release 0.7.0
- Refactor the Registration Visitor initialization #54
- Upgrade to .NET Core 2.0 #55
- Migrate to a single project #56
Available to download on NuGet.
Release 0.6.0
Release 0.5.0
- Updated Tuple and Moq packages #33
- Added the xUnit Analyzers package to the tests #34
- Refactor Composition Context to prevent composition overwrite #35
- Split out composition and code generation #36
- Define the construction context #38
- Added the internal unit tests #39
- Fixed the injection of properties from factory methods #40
- Made all the registrations and compositions internal #41
- Add the container to the construction context #42
Available to download on NuGet.
Release 0.4.0
Release 0.3.0
- Added visitor factory cache #15
- Updated the Roslyn packages to 2.1.0 #16
- Added mechanism for singleton instance injection #17
- Added the internal registrations #19
- Generated GetService & GetServices methods #21, #22, #23
- Simplify registrations #24
- Added singleton registration functionality #25
- Allow a class to have a dependency on
IEnumerable<T>
#26
Available to download on NuGet.