File tree Expand file tree Collapse file tree 4 files changed +2
-5
lines changed
BasicProvider/BasicProvider.Tests
ComboProvider/ComboProvider.Tests Expand file tree Collapse file tree 4 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 22#r @" ../test/BasicProvider.dll"
33#endif
44
5- module BasicProvider.Tests
5+ module BasicProviderTests
66
77open BasicProvider.Provided
88open Xunit
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <!-- xUnit3 requires test projects to be executable -->
55 <OutputType >Exe</OutputType >
6- <DisableImplicitNamespace >true</DisableImplicitNamespace >
76 <TargetFramework Condition =" '$(TestTargetFramework)' == '' " >net10.0</TargetFramework >
87 <TargetFramework Condition =" '$(TestTargetFramework)' != '' " >$(TestTargetFramework)</TargetFramework >
98 <IsPackable >false</IsPackable >
Original file line number Diff line number Diff line change 22#r @" ../test/ComboProvider.dll"
33#endif
44
5- module ComboProvider.Tests
5+ module ComboProviderTests
66
77open ComboProvider.Provided
88open Xunit
@@ -25,4 +25,3 @@ let ``StaticMethod2 returns a null`` () =
2525
2626let ``MyType supports null`` () =
2727 Assert.True( MyType( " test it" ) <> null )
28-
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <!-- xUnit3 requires test projects to be executable -->
55 <OutputType >Exe</OutputType >
6- <DisableImplicitNamespace >true</DisableImplicitNamespace >
76 <TargetFramework Condition =" '$(TestTargetFramework)' == '' " >net10.0</TargetFramework >
87 <TargetFramework Condition =" '$(TestTargetFramework)' != '' " >$(TestTargetFramework)</TargetFramework >
98 <IsPackable >false</IsPackable >
You can’t perform that action at this time.
0 commit comments