We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16c870c commit abcc81cCopy full SHA for abcc81c
2 files changed
src/SQLite.Net.Async/SQLite.Net.Async.csproj
@@ -30,6 +30,7 @@
30
<DefineConstants>TRACE;DEBUG;JETBRAINS_ANNOTATIONS</DefineConstants>
31
<ErrorReport>prompt</ErrorReport>
32
<WarningLevel>4</WarningLevel>
33
+ <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
34
</PropertyGroup>
35
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
36
<DebugType>pdbonly</DebugType>
src/SQLite.Net/SQLite.Net.csproj
@@ -46,6 +46,7 @@
46
47
48
49
50
51
52
0 commit comments