Brad Wilson

Results 790 comments of Brad Wilson

Any word on when this becomes official?

For the moment I've worked around the issue by copying all the to-be-merged files into a new `premerge` folder so that there's no `.config` files hanging around to trip the...

This feature request is 3.5 years old. Is there any movement on supporting .NET Core, so we can run this tool outside of Windows? Or is that just a lost...

@jmarolf Which parts of .editorconfig does this tool support? The docs didn't seem to indicate, and when I ran it across one of my sample projects, it made zero edits.

Sorry for the delay in getting back to this. Upon reviewing the code and the discussion, I have two opinions: - I want to be more conservative than Marcin did,...

@jamesqo That DLL is there for advanced users (you must know how to correctly use the undocumented `dotnet exec`). Instead, .NET Core users who want functionality like `xunit.console` should be...

Apologies that this sat here for so long. I've picked up the project from Marcin, and just enabled better PR & CI builds via GitHub actions. With the new .NET...

Those are orthogonal. If you find a particular API that's reporting incorrectly and/or doesn't apply to you, it would be nice to just globally ignore it. Setting a global exclusion...

I'm hitting case 3, actually, but this feature is more needed for case 2 (presumably you will fix the false positives; I already logged #72 as the one that's hitting...

Caching behavior was extracted to a base class earlier today. https://github.com/aspnet/HealthChecks/blob/dev/src/Microsoft.Extensions.HealthChecks/CachedHealthCheck.cs