File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 66 <Nullable >enable</Nullable >
77 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
88 <!--
9- S6966 "Use async method on database connection": SQLite does not support async I/O.
10- See https://learn.microsoft.com/en-us/dotnet/standard/data/sqlite/async
11- -->
9+ S6966 "Use async method on database connection": SQLite does not support async I/O.
10+ See https://learn.microsoft.com/en-us/dotnet/standard/data/sqlite/async
11+ -->
1212 <NoWarn >$(NoWarn);S6966</NoWarn >
1313 <!--
14- CS0618: "Type or member is obsolete": Just because something is obsolete doesn't mean we can stop using it
15- immediately.
16- NU190x: "NuGet audit warnings": Need to know about them, but they should not block the build.
17- S125: "Code should not be commented out": Makes it very annoying to test and develop iteratively.
18- -->
14+ CS0618: "Type or member is obsolete": Just because something is obsolete doesn't mean we can stop using it
15+ immediately.
16+ NU190x: "NuGet audit warnings": Need to know about them, but they should not block the build.
17+ S125: "Code should not be commented out": Makes it very annoying to test and develop iteratively.
18+ -->
1919 <WarningsNotAsErrors >$(WarningsNotAsErrors);CS0618;NU1901;NU1092;NU1903;NU1904;S125</WarningsNotAsErrors >
2020 <Copyright >Copyright © $([System.DateTime]::Now.ToString('yyyy')) Michael Crawford</Copyright >
2121 <AssemblyVersion >0.4.1.0</AssemblyVersion >
You can’t perform that action at this time.
0 commit comments