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 e7e8d73 commit 29e958cCopy full SHA for 29e958c
src/Smdn.MSBuild.ProjectAssets.Library/project/Project.targets
@@ -3,6 +3,11 @@ SPDX-FileCopyrightText: 2022 smdn <smdn@smdn.jp>
3
SPDX-License-Identifier: MIT
4
-->
5
<Project>
6
+ <PropertyGroup Condition="'$(MSBuildProjectExtension)' == '.csproj'" Label="Overwrite C#-only properties">
7
+ <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0130 -->
8
+ <RootNamespace/>
9
+ </PropertyGroup>
10
+
11
<!-- GitHub Actions' GITHUB_STEP_SUMMARY -->
12
<Import Project="$(MSBuildThisFileDirectory)GitHubActionsStepSummary.targets" />
13
0 commit comments