Hi! Looks like the analyzer doesn't work if Nullable Reference Types are enabled Here is the example [ConsoleApp1.zip](https://github.com/Suchiman/SerilogAnalyzer/files/6325928/ConsoleApp1.zip) Just try to remove these lines in .csproj ``` <PropertyGroup> <Nullable>enable</Nullable> </PropertyGroup> ``` and it works again
Hi!
Looks like the analyzer doesn't work if Nullable Reference Types are enabled
Here is the example
ConsoleApp1.zip
Just try to remove these lines in .csproj
and it works again