Skip to content

Commit 5252a44

Browse files
committed
fix warning IDE0130
1 parent cfcd9df commit 5252a44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Smdn.Net.MuninNode/Smdn.Net.MuninNode.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ SPDX-License-Identifier: MIT
55
<Project Sdk="Microsoft.NET.Sdk">
66
<PropertyGroup>
77
<Nullable>enable</Nullable>
8+
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0130 -->
89
</PropertyGroup>
910

1011
<PropertyGroup>

0 commit comments

Comments
 (0)