Skip to content

Releases: messerli-informatik-ag/test-utility

0.9.1

08 Jan 14:26
c55c0af
Compare
Choose a tag to compare

Update Messerli.CompositionRoot to 1.1.2

0.9.0

18 Dec 09:26
0ae84dd
Compare
Choose a tag to compare
  • Add TargetFramework net8.0.
  • Remove TargetFramework netcoreapp3.1.
  • Add additional supported version for Autofac: 7.1.0 (=< 8.0).

0.8.7

23 Nov 15:19
c1cadde
Compare
Choose a tag to compare
  • Update to newest version of Messerli.TempDirectory.
  • Enable source link and deterministic builds.

0.8.5

04 Mar 16:20
bb43a96
Compare
Choose a tag to compare
  • Fix [TypesThatNeedToBeImplementedInAssemblyDataAttribute] ignoring internals and privates.
  • Add [TypesThatNeedToBeImplementedInAssemblyDataAttribute] optional parameter [IncludeInternals].

0.8.4

04 Mar 16:20
e077fc6
Compare
Choose a tag to compare
  • Fix [TypesThatNeedToBeImplementedInAssemblyData] when tests are run in Rider.

0.8.3

14 Oct 07:24
ba8cb7a
Compare
Choose a tag to compare
  • 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

14 Oct 07:05
a72435d
Compare
Choose a tag to compare
  • [TypesRegisterdInContainerData] now respects the [ExcludedTypes] attribute.

0.8.1

25 May 13:36
ae28183
Compare
Choose a tag to compare
  • TypesRegisteredInContainerData now ignores keyed and named registrations.

0.8.0

06 Apr 12:27
ee8493e
Compare
Choose a tag to compare
  • 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

06 Apr 08:42
093a89f
Compare
Choose a tag to compare
  • Allow blacklisting of types on TypesThatNeedToBeImplementedInAssemblyData attribute using a new attribute: ExcludedTypes.