This repository was archived by the owner on Feb 22, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
src/xunit.v3.templates/templates/project Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 <ImplicitUsings >enable</ImplicitUsings >
55 <LangVersion >12.0</LangVersion >
66 <Nullable >enable</Nullable >
7- <RootNamespace >ExtensionProject</RootNamespace >
7+ <RootNamespace Condition = " '$(name)' != '$(name{-VALUE-FORMS-}safe_namespace)' " >ExtensionProject</RootNamespace >
88 <TargetFramework >netstandard2.0</TargetFramework >
99 </PropertyGroup >
1010
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <LangVersion >8.0</LangVersion >
55 <Nullable >enable</Nullable >
6- <RootNamespace >ExtensionProject</RootNamespace >
6+ <RootNamespace Condition = " '$(name)' != '$(name{-VALUE-FORMS-}safe_namespace)' " >ExtensionProject</RootNamespace >
77 <TargetFramework >netstandard2.0</TargetFramework >
88 </PropertyGroup >
99
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <ImplicitUsings >enable</ImplicitUsings >
55 <LangVersion >16</LangVersion >
66 <Nullable >enable</Nullable >
7- <RootNamespace >ExtensionProject</RootNamespace >
7+ <RootNamespace Condition = " '$(name)' != '$(name{-VALUE-FORMS-}safe_namespace)' " >ExtensionProject</RootNamespace >
88 <TargetFramework >netstandard2.0</TargetFramework >
99 </PropertyGroup >
1010
Original file line number Diff line number Diff line change 88 <!-- #endif -->
99 <Nullable >enable</Nullable >
1010 <OutputType >Exe</OutputType >
11- <RootNamespace >TestProject</RootNamespace >
11+ <RootNamespace Condition = " '$(name)' != '$(name{-VALUE-FORMS-}safe_namespace)' " >TestProject</RootNamespace >
1212 <TargetFramework >net8.0</TargetFramework >
1313 <!-- #if (TestRunner != "vstest") -->
1414 <!-- #if (Framework != "net10.0") -->
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <Nullable >enable</Nullable >
55 <OutputType >Exe</OutputType >
6- <RootNamespace >TestProject</RootNamespace >
6+ <RootNamespace Condition = " '$(name)' != '$(name{-VALUE-FORMS-}safe_namespace)' " >TestProject</RootNamespace >
77 <TargetFramework >net8.0</TargetFramework >
88 <!-- #if (TestRunner != "vstest") -->
99 <!-- #if (Framework != "net10.0") -->
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <Nullable >enable</Nullable >
55 <OutputType >Exe</OutputType >
6- <RootNamespace >TestProject</RootNamespace >
6+ <RootNamespace Condition = " '$(name)' != '$(name{-VALUE-FORMS-}safe_namespace)' " >TestProject</RootNamespace >
77 <TargetFramework >net8.0</TargetFramework >
88 <!-- #if (TestRunner != "vstest") -->
99 <!-- #if (Framework != "net10.0") -->
You can’t perform that action at this time.
0 commit comments