-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTesting.slnx
More file actions
79 lines (79 loc) · 3.24 KB
/
Copy pathTesting.slnx
File metadata and controls
79 lines (79 loc) · 3.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/config/">
<File Path=".codecov.yml" />
<File Path=".config/dotnet-tools.json" />
<File Path=".editorconfig" />
<File Path=".gitattributes" />
<File Path=".gitignore" />
<File Path=".gitmodules" />
<File Path=".prettierignore" />
<File Path=".prettierrc" />
<File Path="build.cmd" />
<File Path="build.ps1" />
<File Path="build.sh" />
<File Path="Directory.Build.props" />
<File Path="Directory.Build.targets" />
<File Path="Directory.Packages.props" />
<File Path="dotnet-tools.json" />
<File Path="GitReleaseManager.yaml" />
<File Path="GitVersion.yml" />
<File Path="LICENSE" />
<File Path="NuGet.config" />
<File Path="package.json" />
<File Path="Readme.md" />
<Project Path=".build/.build.csproj">
<Build Project="false" />
</Project>
</Folder>
<Folder Name="/config/.github/">
<File Path="labels.yml" />
<File Path="release.yml" />
<File Path="renovate.json" />
</Folder>
<Folder Name="/config/.github/workflows/">
<File Path="ci-ignore.yml" />
<File Path="ci.yml" />
<File Path="close-milestone.yml" />
<File Path="dependabot-merge.yml" />
<File Path="draft-release.yml" />
<File Path="lint.yml" />
<File Path="publish-nuget.yml" />
<File Path="sync-labels.yml" />
<File Path="update-milestone.yml" />
</Folder>
<Folder Name="/config/.husky/">
<File Path="pre-commit" />
<File Path="task-runner.json" />
</Folder>
<Folder Name="/config/.vscode/">
<File Path="settings.json" />
</Folder>
<Folder Name="/src/">
<File Path=".editorconfig" />
<File Path="Directory.Build.props" />
<File Path="Directory.Build.targets" />
<Project Path="src/Analyzers/Rocket.Surgery.Extensions.Testing.Analyzers.csproj" />
<Project Path="src/Testing.AutoFixtures/Rocket.Surgery.Extensions.Testing.AutoFixtures.csproj" />
<Project Path="src/Testing.FakeItEasy/Rocket.Surgery.Extensions.Testing.FakeItEasy.csproj" />
<Project Path="src/Testing.Fixtures/Rocket.Surgery.Extensions.Testing.Fixtures.csproj" />
<Project Path="src/Testing.NSubstitute/Rocket.Surgery.Extensions.Testing.NSubstitute.csproj" />
<Project Path="src/Testing.SourceGenerators/Rocket.Surgery.Extensions.Testing.SourceGenerators.csproj" />
<Project Path="src/Testing.TUnit/Rocket.Surgery.Extensions.Testing.TUnit.csproj" />
<Project Path="src/Testing.XUnit3/Rocket.Surgery.Extensions.Testing.XUnit3.csproj" />
<Project Path="src/Testing/Rocket.Surgery.Extensions.Testing.csproj" />
</Folder>
<Folder Name="/test/">
<File Path=".editorconfig" />
<File Path="Directory.Build.props" />
<File Path="Directory.Build.targets" />
<Project Path="test/Testing.AutoFixtures.Tests/Rocket.Surgery.Extensions.Testing.AutoFixtures.Tests.csproj" />
<Project Path="test/Testing.Fixtures.Tests/Rocket.Surgery.Extensions.Testing.Fixtures.Tests.csproj" />
<Project Path="test/Testing.TUnit.Tests/Rocket.Surgery.Extensions.Testing.TUnit.Tests.csproj" />
<Project Path="test/Testing.XUnit3.Tests/Rocket.Surgery.Extensions.Testing.XUnit3.Tests.csproj" />
</Folder>
</Solution>