We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e216fb1 commit da274f7Copy full SHA for da274f7
2 files changed
ListingManager/ListingInformation.cs
@@ -1,6 +1,5 @@
1
using System;
2
using System.Text.RegularExpressions;
3
-#pragma warning disable CS1591
4
5
namespace ListingManager
6
{
ListingManager/ListingManager.csproj
@@ -12,6 +12,7 @@
12
<PackageLicenseExpression>MIT</PackageLicenseExpression>
13
<LangVersion>10</LangVersion>
14
<Nullable>enable</Nullable>
15
+ <NoWarn>CS1591</NoWarn>
16
</PropertyGroup>
17
18
<ItemGroup>
0 commit comments