update infrastructure and xUnit analyzers / runner
target .NET 4.7.2 and .NET 8.0, 'best-effort' support for netstandard 2.0
multi-target .NET 4.7.2 and .NET 6.0
multi-target .NET 4.7.2 and .NET 8.0
add strong name by @thomaslevesque
update infrastructure and xUnit runner
- xUnit 2.9.3
- update infrastructure
cleanup suppressions (mostly)
support injecting ITestOutputHelper (with some Gotchas)
- xUnit 2.9.0
- update infrastructure
- xUnit 2.8.1
- add script to update upstream
- support default parameters
- bump source dependencies
- xUnit 2.8.0
- update infrastructure
- xUnit 2.7.1
- update infrastructure
- xUnit 2.7.0
- update infrastructure (GH actions, test dependencies)
- xUnit 2.6.6
- update infrastructure (xUnit now internal, removed Xunit.XunitAssert)
- Deterministic build
- use
global.json.NET version for CI
Specmethod by @asbjornu- xUnit 2.6.2
- platform independent execution dll
- use locked-mode restore in CI
Infrastructure maintenance release
Fixed running tests from VS Test Explorer
Updated to xunit.core 2.5.0
- Updated to xunit.core 2.4.2
- Removed desktop (net462) specifics
First version, for easier migration. Based on xBehave.net