File tree Expand file tree Collapse file tree 3 files changed +13
-20
lines changed
test/Soenneker.Extensions.Long.Tests Expand file tree Collapse file tree 3 files changed +13
-20
lines changed Original file line number Diff line number Diff line change 1
-
1
+ using Soenneker . Tests . Unit ;
2
+ using Xunit ;
2
3
3
4
namespace Soenneker . Extensions . Long . Tests ;
4
5
5
- public class LongExtensionTests
6
+ public class LongExtensionTests : UnitTest
6
7
{
8
+ [ Fact ]
9
+ public void Default ( )
10
+ {
11
+
12
+ }
7
13
}
Original file line number Diff line number Diff line change 4
4
<TargetFramework >net9.0</TargetFramework >
5
5
<Nullable >enable</Nullable >
6
6
<IsPackable >false</IsPackable >
7
+ <UseMicrosoftTestingPlatformRunner >true</UseMicrosoftTestingPlatformRunner >
8
+ <TestingPlatformDotnetTestSupport >true</TestingPlatformDotnetTestSupport >
7
9
</PropertyGroup >
8
10
9
- <ItemGroup >
10
- <None Remove =" appsettings.json" />
11
- </ItemGroup >
12
-
13
- <ItemGroup >
14
- <Content Include =" appsettings.json" >
15
- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
16
- </Content >
17
- </ItemGroup >
18
-
19
11
<ItemGroup >
20
12
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" />
21
-
22
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.0" >
23
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
24
- <PrivateAssets >all</PrivateAssets >
25
- </PackageReference >
13
+ <PackageReference Include =" Soenneker.Tests.Unit" Version =" 3.0.545" />
26
14
<PackageReference Include =" coverlet.collector" Version =" 6.0.2" >
27
15
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
28
16
<PrivateAssets >all</PrivateAssets >
29
17
</PackageReference >
30
- <PackageReference Include =" xUnit.v3" Version =" 1.0.0" /></ItemGroup >
18
+ <PackageReference Include =" xUnit.v3" Version =" 1.0.0" />
19
+ </ItemGroup >
31
20
32
21
<ItemGroup >
33
22
<ProjectReference Include =" ..\..\src\Soenneker.Extensions.Long.csproj" />
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments