Open Lindsey1986 opened 5 years ago
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
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#: