Lukas Gelke
Lukas Gelke
The simple Attribute-Workaround may work for "99,9%(TM)" of cases. Our company now needs to migrate applications from net471 to net6. There are IntegrationTests in place, that check Forms/UserControls for design...
hm. So if there are builtins, they should obviously be helpful to anybody. But i understand that always updating variables from various CI Docs would be very labor intensive and...
oh, and it might also be used for testing Suppressors
this is what i thought of first too, but: a) which NuGet/Reference do i need? and more importantly b) how would I get to that in code? Assuming I can't...
ok. So some Analyzers can be used like this ```xml $(PkgMicrosoft_CodeAnalysis_NetAnalyzers)\analyzers\dotnet\cs\Microsoft.CodeAnalysis.NetAnalyzers.dll true True ``` it seams _hacky_, but it works. Now though, we would like to test stuff regarding some...
Hm. Yes, that would be possible, but I'd like the "real analyzer" better. I need to refer to my previous comment. Our test works with `Microsoft.CodeAnalysis.CSharp.Workspaces` Version `4.4.0` but in...