Skip to content

Commit

Permalink
Suppress CS1591 in release build
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwar committed Sep 19, 2019
1 parent d46bf52 commit aee7961
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/IQToolkit.Data.Access/IQToolkit.Data.Access.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<Prefer32Bit>false</Prefer32Bit>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DocumentationFile>..\..\bin\Release\Access\IQToolkit.Data.Access.xml</DocumentationFile>
<NoWarn>1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<Prefer32Bit>false</Prefer32Bit>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DocumentationFile>..\..\bin\Release\MySql\IQToolkit.Data.MySqlClient.xml</DocumentationFile>
<NoWarn>1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="MySql.Data">
Expand Down
1 change: 1 addition & 0 deletions src/IQToolkit.Data.SQLite/IQToolkit.Data.SQLite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
<Prefer32Bit>false</Prefer32Bit>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DocumentationFile>..\..\bin\Release\SqLite\IQToolkit.Data.SQLite.xml</DocumentationFile>
<NoWarn>1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<Prefer32Bit>false</Prefer32Bit>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DocumentationFile>..\..\bin\Release\SqlClient\IQToolkit.Data.SqlClient.xml</DocumentationFile>
<NoWarn>1701;1702;1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Data.SqlClient" Version="4.4.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<Prefer32Bit>false</Prefer32Bit>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DocumentationFile>..\..\bin\Release\SqlServerCe\IQToolkit.Data.SqlServerCe.xml</DocumentationFile>
<NoWarn>1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down

0 comments on commit aee7961

Please sign in to comment.