зеркало из https://github.com/dotnet/razor.git
Turn on warnings as errors (#6320)
This commit is contained in:
Родитель
b8d88bba1a
Коммит
d8bf92b787
|
@ -21,7 +21,7 @@
|
|||
<Nullable>enable</Nullable>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
<StrongNameKeyId>MicrosoftAspNetCore</StrongNameKeyId>
|
||||
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||
<DebugType>portable</DebugType>
|
||||
<PublishWindowsPdb>true</PublishWindowsPdb>
|
||||
<GenerateResxSource>true</GenerateResxSource>
|
||||
|
@ -33,8 +33,8 @@
|
|||
<!-- Embed source files that are not tracked by the source control manager in the PDB. -->
|
||||
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
||||
|
||||
<!-- Working around https://github.com/NuGet/Home/issues/8467 -->
|
||||
<NoWarn>$(NoWarn);NU5131</NoWarn>
|
||||
<!-- Working around https://github.com/dotnet/sdk/issues/24747 -->
|
||||
<NoWarn>$(NoWarn);NU1505</NoWarn>
|
||||
|
||||
<!-- Working around https://github.com/microsoft/msbuild/pull/4764 -->
|
||||
<EmbeddedResourceUseDependentUponConvention>false</EmbeddedResourceUseDependentUponConvention>
|
||||
|
|
Загрузка…
Ссылка в новой задаче