Brad Wilson

Results 790 comments of Brad Wilson

When the type is not on the test class, you must also set `SkipType` to point to the type where `SkipWhen` or `SkipUnless` can be found.

I'm a little torn on whether this should be raised or not, but I've tagged it to be fixed. The original purpose of the analyzer is to identify when tests...

I opted for a junction point (made via `mklink /J`) from `C:\Users\bradwilson\.nuget` to `E:\NuGet` so I didn't have to suffer with things that don't properly support `NUGET_PACKAGES` and/or symlinks.

I don't use Aspire, so perhaps the issue is with Aspire as opposed to NuGet or .NET. I have not experienced any issues with any other `dotnet` tooling (including Visual...

Should also mention that I do _**not**_ set `NUGET_PACKAGES`. ``` $ dir env:\NU* Name Value ---- ----- NUMBER_OF_PROCESSORS 32 ```

No, we do not support this, and there is currently no plan to support this.

I would be willing to look at a PR for this, yes. It's not currently a priority for me to work on, which is a great reason for someone else...

> * Do we want to use the `IClassFixture` interface for this feature? I'm torn on this, for a few reasons. 1. It's not just class fixtures that would want...

Just to let you know... I've looked at this several times since the PR was opened and I continue to be torn on the best design. I'm still hoping a...