We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98e617 commit 949989cCopy full SHA for 949989c
SQLiteSharp/SQLiteSharp.csproj
@@ -5,7 +5,11 @@
5
<LangVersion>latest</LangVersion>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<Nullable>enable</Nullable>
8
+
9
+ <!-- IDE0130: Namespace does not match folder structure -->
10
+ <!-- CS1573: Parameter has no matching param tag in the XML comment (but other parameters do) -->
11
<NoWarn>IDE0130;CS1573</NoWarn>
12
13
<GenerateDocumentationFile>True</GenerateDocumentationFile>
14
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
15
<PackageId>SQLiteSharp</PackageId>
0 commit comments