unoplatform/Uno.Roslyn

Can't use it with "TreatWarningsAsError"

Closed this issue · 2 comments

When activating <TreatWarningsAsErrors>true</TreatWarningsAsErrors> in the csproj file, the included content won't successfully compile.

To fix this, we need to add xml comments on every non-private members.

I came across similar case but with Microsoft.CodeAnalysis.NetAnalyzers, #13.