Joseph Musser

Results 746 comments of Joseph Musser

A problem with having the same package ID for a debug package is how NuGet package caching works; you'll get whatever wins and it'll stay that way machine-wide. I'm not...

@NN--- to be clear, is this only when the test assembly itself is published as a single-file application?

Ah, the NUnitLite part makes sense. Thanks for the sample! Do you have a suggestion for what NUnitLite should do instead to obtain a System.Reflection.Assembly instance? In the meantime, your...

Gotcha. Thanks for clarifying, that's very helpful. We need to add an enhancement so that NUnitLite can work in a consistent way when there *is* no filename that is specific...

@BillWagner Would you like to take a look at these added nullability examples since you had been working on previous ones?

CI is nice and fast. Really neat system here!

@BillWagner With one review, am I okay to merge this?

NUnit or NUnit Analyzers could also look for System.ComponentModel.CategoryAttribute, and provide a warning if it is found applied to a test.

It could even be expanded to warn on any CategoryAttribute that is applied that is in a different namespace than NUnit's, and maybe even be widened beyond CategoryAttribute alone.