We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be0bcc commit cfcd9dfCopy full SHA for cfcd9df
src/Smdn.Net.MuninNode/Smdn.Net.MuninNode.csproj
@@ -8,7 +8,7 @@ SPDX-License-Identifier: MIT
8
<VersionPrefix>2.1.0</VersionPrefix>
9
<VersionSuffix></VersionSuffix>
10
<PackageValidationBaselineVersion>2.0.0</PackageValidationBaselineVersion>
11
- <RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0030 -->
+ <RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0130 -->
12
<Nullable>enable</Nullable>
13
<NoWarn>CS1591;$(NoWarn)</NoWarn> <!-- CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member' -->
14
</PropertyGroup>
0 commit comments