https://github.com/soenneker/soenneker.fixtures.unit
A base xUnit fixture providing injectable log output and DI mechanisms like IServiceCollection and ServiceProvider
https://github.com/soenneker/soenneker.fixtures.unit
csharp dotnet fixture unit xunit
Last synced: 14 days ago
JSON representation
A base xUnit fixture providing injectable log output and DI mechanisms like IServiceCollection and ServiceProvider
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.fixtures.unit
- Owner: soenneker
- License: mit
- Created: 2023-03-24T00:43:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-10T20:47:19.000Z (4 months ago)
- Last Synced: 2026-02-10T23:48:19.445Z (4 months ago)
- Topics: csharp, dotnet, fixture, unit, xunit
- Language: C#
- Homepage: https://soenneker.com
- Size: 767 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/Soenneker.Fixtures.Unit/)
[](https://github.com/soenneker/soenneker.fixtures.unit/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/Soenneker.Fixtures.Unit/)
[](https://github.com/soenneker/soenneker.fixtures.unit/actions/workflows/codeql.yml)
#  Soenneker.Fixtures.Unit
### A base xUnit fixture providing injectable log output and DI mechanisms like IServiceCollection and ServiceProvider
## Installation
```
dotnet add package Soenneker.Fixtures.Unit
```