Fix CS1570

This commit is contained in:
RoosterDragon
2023-02-20 10:37:26 +00:00
committed by Pavel Penev
parent 5a2a448c32
commit 63aa34cb35
2 changed files with 2 additions and 3 deletions

View File

@@ -6,7 +6,6 @@
<!-- Rules related to generating XML documentation that we need to silence. -->
<!-- These are here because of GenerateDocumentationFile, which is a workaround for forcing rule IDE0005 to work outside of an IDE. -->
<Rules AnalyzerId="Microsoft.CodeAnalysis.CSharp" RuleNamespace="Microsoft.CodeAnalysis.CSharp">
<Rule Id="CS1570" Action="None" /><!-- Invalid XML in XML comment. -->
<Rule Id="CS1573" Action="None" /><!-- Parameter has no matching param tag in the XML comment. -->
<Rule Id="CS1591" Action="None" /><!-- Missing XML comment for publicly visible type or member. -->
</Rules>