Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 15a9d70

Browse files
committed
remove xml doc warning
1 parent c6898df commit 15a9d70

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/ServiceStack.Text/ServiceStack.Text.Core.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
https://github.com/ServiceStack/ServiceStack.Text
1313
</PackageDescription>
1414
<PackageTags>JSON;Text;Serializer;CSV;JSV;HTTP;Auto Mapping;Dump;Reflection;JS;Utils;Fast</PackageTags>
15+
<NoWarn>1591</NoWarn>
1516
</PropertyGroup>
1617
<PropertyGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.1' ">
1718
<DefineConstants>$(DefineConstants);NETCORE;NETCORE2_1</DefineConstants>

src/ServiceStack.Text/ServiceStack.Text.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
https://github.com/ServiceStack/ServiceStack.Text
1111
</PackageDescription>
1212
<PackageTags>JSON;Text;Serializer;CSV;JSV;HTTP;Auto Mapping;Dump;Reflection;JS;Utils;Fast</PackageTags>
13+
<NoWarn>1591</NoWarn>
1314
</PropertyGroup>
1415
<PropertyGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.1' ">
1516
<DefineConstants>$(DefineConstants);NETCORE;NETCORE2_1</DefineConstants>

tests/ServiceStack.Text.Tests/ServiceStack.Text.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
1515
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
1616
<LangVersion>latest</LangVersion>
17+
<NoWarn>1591</NoWarn>
1718
</PropertyGroup>
1819
<PropertyGroup>
1920
<DebugType Condition="'$(TargetFramework)' != '' AND '$(TargetFramework)' != 'net6.0'">Full</DebugType>

0 commit comments

Comments
 (0)