Skip to content

Commit 8119a00

Browse files
committed
fix warning IDE0130
1 parent 979af13 commit 8119a00

File tree

47 files changed

+47
-47
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+47
-47
lines changed

tests/Smdn.Fundamental.Buffer/Smdn.Fundamental.Buffer.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SPDX-License-Identifier: MIT
66
<PropertyGroup>
77
<TargetFrameworks Condition=" '$(EnableTargetFrameworkDotNet80)' == 'true' ">net8.0;$(TargetFrameworks)</TargetFrameworks>
88
<TargetFrameworks Condition=" '$(EnableTargetFrameworkNetFx)' == 'true' ">$(TargetFrameworks);net48;net462</TargetFrameworks>
9-
<RootNamespace>Smdn</RootNamespace>
9+
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0130 -->
1010
</PropertyGroup>
1111

1212
<ItemGroup>

tests/Smdn.Fundamental.ByteString/Smdn.Fundamental.ByteString.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SPDX-License-Identifier: MIT
66
<PropertyGroup>
77
<TargetFrameworks Condition=" '$(EnableTargetFrameworkDotNet80)' == 'true' ">net8.0;$(TargetFrameworks)</TargetFrameworks>
88
<TargetFrameworks Condition=" '$(EnableTargetFrameworkNetFx)' == 'true' ">$(TargetFrameworks);net48;net462</TargetFrameworks>
9-
<RootNamespace>Smdn</RootNamespace>
9+
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0130 -->
1010
</PropertyGroup>
1111

1212
<ItemGroup>

tests/Smdn.Fundamental.Collection/Smdn.Fundamental.Collection.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SPDX-License-Identifier: MIT
66
<PropertyGroup>
77
<TargetFrameworks Condition=" '$(EnableTargetFrameworkDotNet80)' == 'true' ">net8.0;$(TargetFrameworks)</TargetFrameworks>
88
<TargetFrameworks Condition=" '$(EnableTargetFrameworkNetFx)' == 'true' ">$(TargetFrameworks);net48;net462</TargetFrameworks>
9-
<RootNamespace>Smdn</RootNamespace>
9+
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0130 -->
1010
</PropertyGroup>
1111

1212
<ItemGroup>

tests/Smdn.Fundamental.ControlPicture/Smdn.Fundamental.ControlPicture.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SPDX-License-Identifier: MIT
66
<PropertyGroup>
77
<TargetFrameworks Condition=" '$(EnableTargetFrameworkDotNet80)' == 'true' ">net8.0;$(TargetFrameworks)</TargetFrameworks>
88
<TargetFrameworks Condition=" '$(EnableTargetFrameworkNetFx)' == 'true' ">$(TargetFrameworks);net48;net462</TargetFrameworks>
9-
<RootNamespace>Smdn</RootNamespace>
9+
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0130 -->
1010
</PropertyGroup>
1111

1212
<ItemGroup>

tests/Smdn.Fundamental.CryptoTransform/Smdn.Fundamental.CryptoTransform.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SPDX-License-Identifier: MIT
66
<PropertyGroup>
77
<TargetFrameworks Condition=" '$(EnableTargetFrameworkDotNet80)' == 'true' ">net8.0;$(TargetFrameworks)</TargetFrameworks>
88
<TargetFrameworks Condition=" '$(EnableTargetFrameworkNetFx)' == 'true' ">$(TargetFrameworks);net48;net462</TargetFrameworks>
9-
<RootNamespace>Smdn</RootNamespace>
9+
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0130 -->
1010
</PropertyGroup>
1111

1212
<ItemGroup>

tests/Smdn.Fundamental.Csv/Smdn.Fundamental.Csv.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ SPDX-License-Identifier: MIT
66
<PropertyGroup>
77
<TargetFrameworks Condition=" '$(EnableTargetFrameworkDotNet80)' == 'true' ">net8.0;$(TargetFrameworks)</TargetFrameworks>
88
<TargetFrameworks Condition=" '$(EnableTargetFrameworkNetFx)' == 'true' ">$(TargetFrameworks);net48;net462</TargetFrameworks>
9-
<RootNamespace>Smdn</RootNamespace>
9+
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0130 -->
1010
</PropertyGroup>
1111
</Project>

tests/Smdn.Fundamental.Encoding.Buffer/Smdn.Fundamental.Encoding.Buffer.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ SPDX-License-Identifier: MIT
66
<PropertyGroup>
77
<TargetFrameworks Condition=" '$(EnableTargetFrameworkDotNet80)' == 'true' ">net8.0;$(TargetFrameworks)</TargetFrameworks>
88
<TargetFrameworks Condition=" '$(EnableTargetFrameworkNetFx)' == 'true' ">$(TargetFrameworks);net48;net462</TargetFrameworks>
9-
<RootNamespace>Smdn</RootNamespace>
9+
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0130 -->
1010
</PropertyGroup>
1111
</Project>

tests/Smdn.Fundamental.Encoding.OctetEncoding/Smdn.Fundamental.Encoding.OctetEncoding.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ SPDX-License-Identifier: MIT
66
<PropertyGroup>
77
<TargetFrameworks Condition=" '$(EnableTargetFrameworkDotNet80)' == 'true' ">net8.0;$(TargetFrameworks)</TargetFrameworks>
88
<TargetFrameworks Condition=" '$(EnableTargetFrameworkNetFx)' == 'true' ">$(TargetFrameworks);net48;net462</TargetFrameworks>
9-
<RootNamespace>Smdn</RootNamespace>
9+
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0130 -->
1010
</PropertyGroup>
1111
</Project>

tests/Smdn.Fundamental.Encoding/Smdn.Fundamental.Encoding.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SPDX-License-Identifier: MIT
66
<PropertyGroup>
77
<TargetFrameworks Condition=" '$(EnableTargetFrameworkDotNet80)' == 'true' ">net8.0;$(TargetFrameworks)</TargetFrameworks>
88
<TargetFrameworks Condition=" '$(EnableTargetFrameworkNetFx)' == 'true' ">$(TargetFrameworks);net48;net462</TargetFrameworks>
9-
<RootNamespace>Smdn</RootNamespace>
9+
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0130 -->
1010
</PropertyGroup>
1111

1212
<ItemGroup>

tests/Smdn.Fundamental.Exception/Smdn.Fundamental.Exception.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ SPDX-License-Identifier: MIT
66
<PropertyGroup>
77
<TargetFrameworks Condition=" '$(EnableTargetFrameworkDotNet80)' == 'true' ">net8.0;$(TargetFrameworks)</TargetFrameworks>
88
<TargetFrameworks Condition=" '$(EnableTargetFrameworkNetFx)' == 'true' ">$(TargetFrameworks);net48;net462</TargetFrameworks>
9-
<RootNamespace>Smdn</RootNamespace>
9+
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0130 -->
1010
</PropertyGroup>
1111
</Project>

0 commit comments

Comments
 (0)