Skip to content

Commit adaba1e

Browse files
Feat: implementando projeto de teste usando Xunit.
Falta criar instancia do banco de dados
1 parent d524339 commit adaba1e

25 files changed

Lines changed: 136 additions & 19 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

.vs/Todo/v17/.suo

22.5 KB
Binary file not shown.
50.1 KB
Binary file not shown.
24 Bytes
Binary file not shown.

Todo.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ VisualStudioVersion = 17.7.34018.315
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Todo", "Todo.csproj", "{468AD31C-CA0E-4A93-B129-C3F5D5026059}"
77
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebAplicationTestWithXunit", "..\..\..\OneDrive\Documentos\WebAplicationTestWithXunit\WebAplicationTestWithXunit.csproj", "{74F9DC98-7DA1-40D1-9E4D-51105E37C2F8}"
9+
EndProject
810
Global
911
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1012
Debug|Any CPU = Debug|Any CPU
@@ -15,6 +17,10 @@ Global
1517
{468AD31C-CA0E-4A93-B129-C3F5D5026059}.Debug|Any CPU.Build.0 = Debug|Any CPU
1618
{468AD31C-CA0E-4A93-B129-C3F5D5026059}.Release|Any CPU.ActiveCfg = Release|Any CPU
1719
{468AD31C-CA0E-4A93-B129-C3F5D5026059}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{74F9DC98-7DA1-40D1-9E4D-51105E37C2F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{74F9DC98-7DA1-40D1-9E4D-51105E37C2F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{74F9DC98-7DA1-40D1-9E4D-51105E37C2F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{74F9DC98-7DA1-40D1-9E4D-51105E37C2F8}.Release|Any CPU.Build.0 = Release|Any CPU
1824
EndGlobalSection
1925
GlobalSection(SolutionProperties) = preSolution
2026
HideSolutionNode = FALSE

bin/Debug/net7.0/Todo.dll

7.5 KB
Binary file not shown.

bin/Debug/net7.0/Todo.exe

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)