Justin Chase
Justin Chase
Maybe yarn blocks the clearing or translates it? I don't think this feature was ever implemented in mocha so the min reporter does still clear last I looked. Try: ```...
@plroebuck That just watches for changes to files under test. When a file changes a new test run is kicked off and if you're using the min reporter the screen...
For posterity... If you are still looking for a solution to the original problem in this thread, which was to use the min reporter but have it not clear the...
Should never emit CRLF even in windows, CR is pointless everywhere at this point.
The same problems arise for the option validation and option default value. Those need to be both async and have access to the binding context to resolve transient services. It's...
While we're talking about errors can we also talk about how all of the stack traces are broken? They always only show an internal stack trace of the sdk and...
I'm in favor of what you're saying @clar-cmp, but I do think it would be better to just properly implement the class pattern.
It would be nice to just accept a progress input which took in a file path which you'd then write progress too, then people could just pick how they want...
``` dotnet_diagnostic.CS8619.severity = error ``` Shows up as an error in the IDE but is not reported as an error during the build, even with `GenerateDocumentationFile` set to true. ![Screen...
```xml true ``` Does _not_ cause build errors when the above rule is set to `severity = error`