SerilogAnalyzer
SerilogAnalyzer copied to clipboard
Errors are not showing on VB .NET projects
trafficstars
It looks like the analyzer is not detecting the errors in VB .NET projects, only in C# projects...
Example code in VB (no errors detected):

Same code C#:

Yes, that is expected. Most of SerilogAnalyzer is a syntax analyzer so adding support for VB.NET would require duplicating and rewriting everything or dropping support for old versions of VS / roslyn and investigate the possibility of an IOperation based analyzer.
Oh, I see. OK, thank you @Suchiman. Feel free to close this issue if VB .NET support is not something you plan to have