Releases: skbkontur/GroboContainer.NUnitExtensions
Releases · skbkontur/GroboContainer.NUnitExtensions
v1.0-release.13
Merge pull request #12 from maracuda/bis/fix_rethrow Заменил метод PrepForRemoting на ExceptionDispatchInfo.Capture
v1.0.56 - 2021.11.30
- Update dependencies.
v1.0.54 - 2021.07.23
- Add support for NUnit OneTimeTearDown instead of relying on DomainUnload event
v1.0.49 - 2021.07.13
- Fix Global TearDown behaviour (GroboTestSuite teardowns now work only in .NET Core).
- Update dependencies.
v1.0.44 - 2021.03.14
- Update dependencies.
- Run tests against net5.0 tfm.
v1.0.42 - 2020.09.02
- Fix bug: GroboTestContext.Current throws an exception when it is used in GroboTearDown method.
v1.0.38 - 2020.03.12
- Update dependencies
- Use SourceLink to help ReSharper decompiler show actual code.
v1.0.35 - 2019.11.07
- Make exception thrown in test method visible to user when exception also occurs in TearDown method (PR #4).
v1.0.30 - 2019.08.21
v1.0.23 - 2019.08.09
- Add support of
Func<>
factories for[Injected]
fields (PR #1).