Poyo
✅ DiagnosticSuppressors and Visual Studio
oh, yeah, also worth mentioning: i'm on the latest vs (17.4.5), tried all the cleaning and rebuilding and deleting obj/bin/.vs and such. lots of reports of similar things happening as a result of visual studio bugs but i'm assuming this isn't one of those?
19 replies
✅ DiagnosticSuppressors and Visual Studio
okay, so i'm still having trouble here. i've got my analyzer reference: but i'm still getting this warning:
Chungy.CodeAnalysis.DependencyLoaderDiagnosticSuppressor
is a very simple class and Chungy.CodeAnalysis.csproj looks like this: https://gist.github.com/Poyo-SSB/95da26a7b60611399a83a0731cfa415a i've tried targeting net7.0 and netstandard2.0, not messing with nrt/language versions, etc. and i'm kind of at a loss what could be causing the error at this point19 replies