Can't use it with "TreatWarningsAsError"
Closed this issue · 2 comments
carldebilly commented
When activating <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
in the csproj
file, the included content won't successfully compile.
carldebilly commented
To fix this, we need to add xml comments on every non-private members.
Youssef1313 commented
I came across similar case but with Microsoft.CodeAnalysis.NetAnalyzers
, #13.