Skip to content

Commit 4cf965e

Browse files
Hide WARNING CS1591: Missing comment on public methods
1 parent 1ff45a2 commit 4cf965e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

QueryBuilder/QueryBuilder.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<!-- SourceLink settings -->
2323
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2424
<EmbedUntrackedSources>true</EmbedUntrackedSources>
25-
25+
<NoWarn>CS1591</NoWarn>
2626
</PropertyGroup>
2727
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'">
2828
<DocumentationFile>bin\Debug\netstandard2.0\SqlKata.xml</DocumentationFile>

SqlKata.Execution/SqlKata.Execution.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
<!-- SourceLink settings -->
2121
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2222
<EmbedUntrackedSources>true</EmbedUntrackedSources>
23-
24-
23+
<NoWarn>CS1591</NoWarn>
2524
</PropertyGroup>
2625
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
2726
<DocumentationFile>bin\Release\netstandard2.0\SqlKata.Execution.xml</DocumentationFile>

0 commit comments

Comments
 (0)