зеркало из https://github.com/dotnet/razor.git
Always generate documentation files
This commit is contained in:
Родитель
f444425e5a
Коммит
aaa5d08256
|
@ -18,6 +18,7 @@
|
|||
|
||||
<PropertyGroup Label="Build Settings">
|
||||
<LangVersion>8.0</LangVersion>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
<StrongNameKeyId>MicrosoftAspNetCore</StrongNameKeyId>
|
||||
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
||||
<DebugType>portable</DebugType>
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., Directory.Build.props))\Directory.Build.props" Condition="'$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Directory.Build.props))'!= ''" />
|
||||
|
||||
<PropertyGroup>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
<PackageTags>aspnetcore;cshtml;razor</PackageTags>
|
||||
<IsPackable>true</IsPackable>
|
||||
<IsShipping>true</IsShipping>
|
||||
|
|
|
@ -27,7 +27,7 @@ namespace Microsoft.AspNetCore.Razor.Hosting
|
|||
/// Gets a collection of arbitrary metadata associated with the item.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// For items loaded with the default implementation of <see cref="RazorCompiledItemLoader"/>, the
|
||||
/// For items loaded with the default implementation of <see cref="DefaultRazorCompiledItem"/>, the
|
||||
/// metadata collection will return all attributes defined on the <see cref="Type"/>.
|
||||
/// </remarks>
|
||||
public abstract IReadOnlyList<object> Metadata { get; }
|
||||
|
|
|
@ -27,7 +27,7 @@ namespace Microsoft.AspNetCore.Razor.Hosting
|
|||
/// Gets a collection of arbitrary metadata associated with the item.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// For items loaded with the default implementation of <see cref="RazorCompiledItemLoader"/>, the
|
||||
/// For items loaded with the default implementation of <see cref="DefaultRazorCompiledItem"/>, the
|
||||
/// metadata collection will return all attributes defined on the <see cref="Type"/>.
|
||||
/// </remarks>
|
||||
public abstract IReadOnlyList<object> Metadata { get; }
|
||||
|
|
Загрузка…
Ссылка в новой задаче