SerilogAnalyzer icon indicating copy to clipboard operation
SerilogAnalyzer copied to clipboard

Doesn't work if Nullable Reference Types enabled

Open yalandaev opened this issue 4 years ago • 0 comments

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

<PropertyGroup>
  <Nullable>enable</Nullable>
</PropertyGroup>

and it works again

yalandaev avatar Apr 16 '21 14:04 yalandaev