|
13 | 13 | <FileAlignment>512</FileAlignment>
|
14 | 14 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
15 | 15 | <TargetFrameworkProfile />
|
| 16 | + <TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
16 | 17 | <PublishUrl>C:\Dev\nvQuickSite\Publish\</PublishUrl>
|
17 | 18 | <Install>true</Install>
|
18 | 19 | <InstallFrom>Disk</InstallFrom>
|
|
32 | 33 | <UseApplicationTrust>false</UseApplicationTrust>
|
33 | 34 | <PublishWizardCompleted>true</PublishWizardCompleted>
|
34 | 35 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
35 |
| - <TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
36 | 36 | </PropertyGroup>
|
37 | 37 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
38 | 38 | <PlatformTarget>AnyCPU</PlatformTarget>
|
|
58 | 58 | <ErrorReport>prompt</ErrorReport>
|
59 | 59 | <WarningLevel>4</WarningLevel>
|
60 | 60 | <Prefer32Bit>false</Prefer32Bit>
|
61 |
| - <RunCodeAnalysis>true</RunCodeAnalysis> |
62 |
| - <CodeAnalysisRuleSet> |
63 |
| - </CodeAnalysisRuleSet> |
| 61 | + <RunCodeAnalysis>false</RunCodeAnalysis> |
| 62 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
64 | 63 | <DocumentationFile>bin\Release\nvQuickSite.xml</DocumentationFile>
|
| 64 | + <CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode> |
65 | 65 | </PropertyGroup>
|
66 | 66 | <PropertyGroup>
|
67 | 67 | <ManifestCertificateThumbprint>0A724629BFD7DFCC40A44BF2FB61D13E16ED4A93</ManifestCertificateThumbprint>
|
|
272 | 272 | <PackageReference Include="MetroFramework">
|
273 | 273 | <Version>1.2.0.3</Version>
|
274 | 274 | </PackageReference>
|
275 |
| - <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers"> |
276 |
| - <Version>3.3.1</Version> |
| 275 | + <PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers"> |
| 276 | + <Version>5.0.3</Version> |
277 | 277 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
278 | 278 | <PrivateAssets>all</PrivateAssets>
|
279 | 279 | </PackageReference>
|
|
0 commit comments