Releases: messerli-informatik-ag/test-utility
Releases · messerli-informatik-ag/test-utility
0.9.1
Update Messerli.CompositionRoot
to 1.1.2
0.9.0
- Add
TargetFramework
net8.0
.
- Remove
TargetFramework
netcoreapp3.1
.
- Add additional supported version for
Autofac
: 7.1.0
(=< 8.0).
0.8.7
- Update to newest version of
Messerli.TempDirectory
.
- Enable source link and deterministic builds.
0.8.5
- Fix
[TypesThatNeedToBeImplementedInAssemblyDataAttribute]
ignoring internals and privates.
- Add
[TypesThatNeedToBeImplementedInAssemblyDataAttribute]
optional parameter [IncludeInternals]
.
0.8.4
- Fix
[TypesThatNeedToBeImplementedInAssemblyData]
when tests are run in Rider.
0.8.3
- Add compatibility for Autofac 6.x.
- Only depend on
System.Collections.Immutable
when targeting .NET Standard.
- Enable nullable annotations introduced with C# 8.
0.8.2
[TypesRegisterdInContainerData]
now respects the [ExcludedTypes]
attribute.
0.8.1
TypesRegisteredInContainerData
now ignores keyed and named registrations.
0.8.0
- Make sure that the exception thrown by the
TypesThatNeedToBeImplementedInAssemblyData
attribute
when the specified assembly can't be found is displayed in the test explorer.
- Add
TypesRegisteredInContainerDataAttribute
attribute which provides the types
registered in an Autofac container as xUnit theory data.
- Seal
ExcludedTypesAttribute
and make its Types
member internal.
- Seal
TypesThatNeedToBeImplementedInAssemblyDataAttribute
.
0.7.3
- Allow blacklisting of types on
TypesThatNeedToBeImplementedInAssemblyData
attribute using a new attribute: ExcludedTypes
.