- Update dependencies.
- Add support for NUnit OneTimeTearDown instead of relying on DomainUnload event
- Fix Global TearDown behaviour (GroboTestSuite teardowns now work only in .NET Core).
- Update dependencies.
- Update dependencies.
- Run tests against net5.0 tfm.
- Fix bug: GroboTestContext.Current throws an exception when it is used in GroboTearDown method.
- Update dependencies
- Use SourceLink to help ReSharper decompiler show actual code.
- Make exception thrown in test method visible to user when exception also occurs in TearDown method (PR #4).
- Add support of
Func<>
factories for[Injected]
fields (PR #1).
- Support NUnit 3.x.
- Support .NET Standard 2.0.
- Switch to SDK-style project format and dotnet core build tooling.
- Use Nerdbank.GitVersioning to automate generation of assembly and nuget package versions.