Jason Bock
Jason Bock
Sorry, I should've been clearer with this one (and the other issue I reported on a compiler error). Stryker recovers safely so that's good.
For what it's worth, I updated my mocking library, [Rocks](https://github.com/JasonBock/Rocks), to be source-generator based. Recently I updated [BenchmarkMockNet](https://github.com/stevedesmond-ca/BenchmarkMockNet) such that it's targeting .NET 5, and I also updated all the...
Just throwing out my experiences, both with source generators and Scriban.
So....did this ever get "moved"/"merged" to dotnet/roslyn-analyzers? I've looked at the site and I can't find any information on allocation analyzers, but I might just be missing it. If it...
I think this is **desperately** needed for this project. I'm getting a bunch of errors that might be helpful, but none of the analyzers have any related help information, so...
@CharliePoole so I'm guessing this isn't possible to do as an analyzer, unless: 1) You know which attributes constitute as "test" attributes, like `Test`, `TestCase` and `TestCaseSource`, along with a...
@CharliePoole BTW how does a user create their own test designation attributes?
@CharliePoole Yes. If you give me the rules I should be able to detect that.
@CharliePoole "There must be a public constructor" - does that mean at least 1? Does it matter if it takes arguments or not?
@CharliePoole I'm guessing that the rules around type conversion for `TestFixture` arguments to constructor parameters is the same as the ones for `TestCase`?