arcus-azure / arcus-azure/arcus.testing
✨ [New]: add Microsoft `ILogger` support for TUnit test framework
Open
feature-request
- Dominant language
- C#
- Stars
- 9
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
### 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/
Contributor guide
Assessment
This issue has not been assessed yet.