Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perlun/nunit-logging-from-setupfixture-repro
https://github.com/perlun/nunit-logging-from-setupfixture-repro
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/perlun/nunit-logging-from-setupfixture-repro
- Owner: perlun
- Created: 2024-12-17T11:32:47.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-17T11:44:26.000Z (about 1 month ago)
- Last Synced: 2024-12-17T12:29:20.102Z (about 1 month ago)
- Language: C#
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## nunit-logging-from-SetUpFixture-repro
This repo is a MCVE reproducing a problem I have been seeing with
logging from an NUnit `[SetUpFixture]`-annotated class.### How to reproduce the problem
```
$ dotnet test
```### Where does it work?
Run the same test in JetBrains Rider, and the output from this fixture
class is visible (although for one of the higher-level nodes in the test
explorer).