File tree Expand file tree Collapse file tree 5 files changed +40
-81
lines changed
samples/blazor-server/UltimateAuth.BlazorServer/Components/Pages
tests/CodeBeam.UltimateAuth.Core.Tests Expand file tree Collapse file tree 5 files changed +40
-81
lines changed Original file line number Diff line number Diff line change 77 <File Path =" Readme.md" />
88 <File Path =" Roadmap.md" />
99 </Folder >
10+ <Folder Name =" /Tests/" >
11+ <Project Path =" tests/CodeBeam.UltimateAuth.Core.Tests/CodeBeam.UltimateAuth.Core.Tests.csproj" Id =" 6f4b22da-849a-4a79-b5c5-aee7cb1429a6" />
12+ </Folder >
1013 <Project Path =" src/CodeBeam.UltimateAuth.Client/CodeBeam.UltimateAuth.Client.csproj" Id =" eb60a3b7-ba9d-48c9-98ad-b28e879b23bf" />
1114 <Project Path =" src/CodeBeam.UltimateAuth.Core/CodeBeam.UltimateAuth.Core.csproj" />
1215 <Project Path =" src/CodeBeam.UltimateAuth.Server/CodeBeam.UltimateAuth.Server.csproj" Id =" 0a8cdd12-a8c4-4530-87e8-ae778c46322b" />
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+
3+ <PropertyGroup >
4+ <TargetFramework >net10.0</TargetFramework >
5+ <ImplicitUsings >enable</ImplicitUsings >
6+ <Nullable >enable</Nullable >
7+ <IsPackable >false</IsPackable >
8+ </PropertyGroup >
9+
10+ <ItemGroup >
11+ <PackageReference Include =" coverlet.collector" Version =" 6.0.4" />
12+ <PackageReference Include =" FluentAssertions" Version =" 8.8.0" />
13+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1" />
14+ <PackageReference Include =" xunit" Version =" 2.9.3" />
15+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.4" />
16+ </ItemGroup >
17+
18+ <ItemGroup >
19+ <ProjectReference Include =" ..\..\src\CodeBeam.UltimateAuth.Core\CodeBeam.UltimateAuth.Core.csproj" />
20+ </ItemGroup >
21+
22+ <ItemGroup >
23+ <Using Include =" Xunit" />
24+ </ItemGroup >
25+
26+ </Project >
Original file line number Diff line number Diff line change 1+ namespace CodeBeam . UltimateAuth . Core . Tests
2+ {
3+ public class UnitTest1
4+ {
5+ [ Fact ]
6+ public void Test1 ( )
7+ {
8+
9+ }
10+ }
11+ }
You can’t perform that action at this time.
0 commit comments