aboutsummaryrefslogtreecommitdiff
path: root/DvdLib/DvdLib.csproj
diff options
context:
space:
mode:
authorRich Lander <rlander@microsoft.com>2021-07-30 10:44:43 -0700
committerGitHub <noreply@github.com>2021-07-30 10:44:43 -0700
commit47da13613b143794e1f1422e05dac63a40f5f66a (patch)
tree59ec139682ed5a61f7c24ccf9e6df434cffad04a /DvdLib/DvdLib.csproj
parent927b003143f7e4772e21b767f2524f969ddf1ad8 (diff)
parent0ee74b293d1f6fa1be63b8b4e5e2498a7f18298f (diff)
Merge branch 'master' into media-provides-analysis-fixes
Diffstat (limited to 'DvdLib/DvdLib.csproj')
-rw-r--r--DvdLib/DvdLib.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/DvdLib/DvdLib.csproj b/DvdLib/DvdLib.csproj
index 7bbd9acf8..b8301e2f2 100644
--- a/DvdLib/DvdLib.csproj
+++ b/DvdLib/DvdLib.csproj
@@ -13,7 +13,8 @@
<TargetFramework>net5.0</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
+ <AnalysisMode>AllDisabledByDefault</AnalysisMode>
+ <Nullable>disable</Nullable>
</PropertyGroup>
</Project>