Description
A new TUnit test framework is in the works that Microsoft also mentions on their .NET Logging page. This new framework is faster and fixes several problems that other frameworks had in the past. It might be useful to already provide support for this, as it can very well be that xUnit or NUnit tests will want to be migrated to TUnit.
Solution
Provide an Arcus.Testing.Logging.TUnit package in the same fashion as the existing logging packages.
Additional context
https://tunit.dev/docs/customization-extensibility/logging/
Description
A new TUnit test framework is in the works that Microsoft also mentions on their .NET Logging page. This new framework is faster and fixes several problems that other frameworks had in the past. It might be useful to already provide support for this, as it can very well be that xUnit or NUnit tests will want to be migrated to TUnit.
Solution
Provide an
Arcus.Testing.Logging.TUnitpackage in the same fashion as the existing logging packages.Additional context
https://tunit.dev/docs/customization-extensibility/logging/