Skip to content

Commit 825afbc

Browse files
committed
Update projects
1 parent db4b21c commit 825afbc

File tree

15 files changed

+2
-25
lines changed

15 files changed

+2
-25
lines changed

Directory.Build.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member'
5353
CS1712: Type parameter 'type_parameter' has no matching typeparam tag in the XML comment on 'type_or_member' (but other type parameters do)
5454
-->
55-
<GenerateDocumentationFile>True</GenerateDocumentationFile>
56-
<NoWarn Condition=" '$(IsShipping)' != 'true'">$(NoWarn),1573,1591,1712</NoWarn>
55+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
56+
<NoWarn Condition=" '$(IsShipping)' != 'true'">$(NoWarn);CS1573;CS1591;CS1712</NoWarn>
5757
</PropertyGroup>
5858

5959
<PropertyGroup Condition=" '$(MSBuildProjectExtension)' == '.csproj' ">

src/Analyzers/Analyzers/src/Microsoft.AspNetCore.Analyzers.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,14 @@
22
<PropertyGroup>
33
<Description>CSharp Analyzers for ASP.NET Core.</Description>
44
<PackageTags>aspnetcore</PackageTags>
5-
65
<!--
76
This package is for internal use only. It contains analyzers that are bundled in the .NET Core Web SDK.
87
98
We do need to pack it so it can be picked up by the Web SDK.
109
-->
1110
<IsShippingPackage>false</IsShippingPackage>
12-
1311
<TargetFramework>netstandard2.0</TargetFramework>
1412
<IncludeBuildOutput>false</IncludeBuildOutput>
15-
<GenerateDocumentationFile>false</GenerateDocumentationFile>
1613
<NuspecFile>$(MSBuildProjectName).nuspec</NuspecFile>
1714
<Nullable>Enable</Nullable>
1815
</PropertyGroup>

src/Components/Analyzers/src/Microsoft.AspNetCore.Components.Analyzers.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<IncludeBuildOutput>false</IncludeBuildOutput>
66
<NoPackageAnalysis>true</NoPackageAnalysis>
7-
<GenerateDocumentationFile>false</GenerateDocumentationFile>
87
<Description>Roslyn analyzers for ASP.NET Core Components.</Description>
98
</PropertyGroup>
109

src/FileProviders/Manifest.MSBuildTask/src/Microsoft.Extensions.FileProviders.Embedded.Manifest.Task.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<Description>MSBuild task to generate a manifest that can be used by Microsoft.Extensions.FileProviders.Embedded to preserve
55
metadata of the files embedded in the assembly at compilation time.</Description>
66
<TargetFramework>netstandard2.0</TargetFramework>
7-
<GenerateDocumentationFile>false</GenerateDocumentationFile>
87
<IsShippingAssembly>true</IsShippingAssembly>
98
<IsPackable>false</IsPackable>
109
<IsImplementationProject>false</IsImplementationProject>

src/Framework/App.Ref.Internal/src/Microsoft.AspNetCore.App.Ref.Internal.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<PackageId>$(TargetingPackName).Internal</PackageId>
88
<VersionPrefix>$(TargetingPackVersionPrefix)</VersionPrefix>
99
<CopyBuildOutputToOutputDirectory>false</CopyBuildOutputToOutputDirectory>
10-
<GenerateDocumentationFile>false</GenerateDocumentationFile>
1110
<IncludeBuildOutput>false</IncludeBuildOutput>
1211
<IncludeSymbols>false</IncludeSymbols>
1312
<NoPackageAnalysis>true</NoPackageAnalysis>

src/Identity/Specification.Tests/src/Microsoft.AspNetCore.Identity.Specification.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<PropertyGroup>
44
<Description>Shared test suite for Asp.Net Identity Core store implementations.</Description>
55
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
6-
<GenerateDocumentationFile>false</GenerateDocumentationFile>
76
<PackageTags>aspnetcore;identity;membership</PackageTags>
87
<Nullable>disable</Nullable>
98
</PropertyGroup>

src/Mvc/Mvc.Analyzers/src/Microsoft.AspNetCore.Mvc.Analyzers.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
<PackageTags>aspnetcore;aspnetcoremvc</PackageTags>
55
<!-- This package is for internal use only. It contains analyzers that are bundled in the .NET Core WebSDK. -->
66
<IsShippingPackage>false</IsShippingPackage>
7-
87
<TargetFramework>netstandard2.0</TargetFramework>
98
<IncludeBuildOutput>false</IncludeBuildOutput>
10-
<GenerateDocumentationFile>false</GenerateDocumentationFile>
119
<NuspecFile>$(MSBuildProjectName).nuspec</NuspecFile>
1210
</PropertyGroup>
1311

src/Mvc/Mvc.Api.Analyzers/src/Microsoft.AspNetCore.Mvc.Api.Analyzers.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
<PackageTags>aspnetcore;aspnetcoremvc</PackageTags>
55
<!-- This package is for internal use only. It contains analyzers that are bundled in the .NET Core WebSDK. -->
66
<IsShippingPackage>false</IsShippingPackage>
7-
87
<TargetFramework>netstandard2.0</TargetFramework>
98
<IncludeBuildOutput>false</IncludeBuildOutput>
10-
<GenerateDocumentationFile>false</GenerateDocumentationFile>
119
<NuspecFile>$(MSBuildProjectName).nuspec</NuspecFile>
1210
</PropertyGroup>
1311

src/Mvc/Mvc.Testing.Tasks/src/Microsoft.AspNetCore.Mvc.Testing.Tasks.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
<PropertyGroup>
33
<Description>Build tasks for functional tests.</Description>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
6-
<GenerateDocumentationFile>false</GenerateDocumentationFile>
75
<AddPublicApiAnalyzers>false</AddPublicApiAnalyzers>
86
<IsPackable>false</IsPackable>
97
<IsShipping>false</IsShipping>

src/Servers/IIS/AspNetCoreModuleV2/Symbols/Microsoft.AspNetCore.ANCMSymbols.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<RuntimeIdentifier>$(TargetRuntimeIdentifier)</RuntimeIdentifier>
1313
<DebugType>none</DebugType>
1414
<CopyBuildOutputToOutputDirectory>false</CopyBuildOutputToOutputDirectory>
15-
<GenerateDocumentationFile>false</GenerateDocumentationFile>
1615
<IsProjectReferenceProvider>false</IsProjectReferenceProvider>
1716
<TargetsForTfmSpecificBuildOutput>
1817
$(TargetsForTfmSpecificBuildOutput);

0 commit comments

Comments
 (0)