-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMockolate.slnx
More file actions
87 lines (87 loc) · 3.77 KB
/
Mockolate.slnx
File metadata and controls
87 lines (87 loc) · 3.77 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
80
81
82
83
84
85
86
87
<Solution>
<Folder Name="/Benchmarks/">
<Project Path="Benchmarks/Mockolate.Benchmarks/Mockolate.Benchmarks.csproj" />
</Folder>
<Folder Name="/Pipeline/">
<Project Path="Pipeline/Build.csproj">
<Build Project="false" />
</Project>
<Project Path="Tests/Build.Tests/Build.Tests.csproj" />
</Folder>
<Folder Name="/Tests/">
<File Path="Tests/Directory.Build.props" />
<Project Path="Tests/Mockolate.Analyzers.Tests/Mockolate.Analyzers.Tests.csproj" />
<Project Path="Tests/Mockolate.Api.Tests/Mockolate.Api.Tests.csproj" />
<Project Path="Tests/Mockolate.ExampleTests/Mockolate.ExampleTests.csproj" />
<Project Path="Tests/Mockolate.Internal.Tests/Mockolate.Internal.Tests.csproj" />
<Project Path="Tests/Mockolate.SourceGenerators.Tests/Mockolate.SourceGenerators.Tests.csproj" />
<Project Path="Tests/Mockolate.Tests/Mockolate.Tests.csproj" />
</Folder>
<Folder Name="/Tests/Aot/">
<File Path="Tests/Aot/Directory.Build.props" />
<Project Path="Tests/Aot/Mockolate.AotCompatibility.TestApp/Mockolate.AotCompatibility.TestApp.csproj" />
</Folder>
<Folder Name="/_/">
<File Path=".editorconfig" />
<File Path=".gitattributes" />
<File Path=".gitignore" />
<File Path="CODE_OF_CONDUCT.md" />
<File Path="CONTRIBUTING.md" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="global.json" />
<File Path="LICENSE" />
<File Path="Mockolate.sln.DotSettings" />
<File Path="nuget.config" />
<File Path="README.md" />
</Folder>
<Folder Name="/_/.github/" />
<Folder Name="/_/.github/workflows/">
<File Path=".github/workflows/build.yml" />
<File Path=".github/workflows/ci-analysis.yml" />
<File Path=".github/workflows/ci.yml" />
<File Path=".github/workflows/notify-docs-site.yml" />
</Folder>
<Folder Name="/_/Docs/">
<File Path="Docs/pages/00-index.md" />
<File Path="Docs/pages/01-create-mocks.md" />
<File Path="Docs/pages/03-mock-events.md" />
<File Path="Docs/pages/04-verify-interactions.md" />
<File Path="Docs/pages/07-complete-example.md" />
<File Path="Docs/pages/08-analyzers.md" />
<File Path="Docs/pages/09-comparison.md" />
<File Path="Docs/pages/10-benchmarks.mdx" />
<File Path="Docs/pages/11-migration.md" />
</Folder>
<Folder Name="/_/Docs/advanced-features/">
<File Path="Docs/pages/advanced-features/01-protected-members.md" />
<File Path="Docs/pages/advanced-features/02-static-interface-members.md" />
<File Path="Docs/pages/advanced-features/03-advanced-callback-features.md" />
<File Path="Docs/pages/advanced-features/04-monitor-interactions.md" />
<File Path="Docs/pages/advanced-features/05-check-for-unexpected-interactions.md" />
<File Path="Docs/pages/advanced-features/06-scenarios.md" />
<File Path="Docs/pages/advanced-features/_category_.json" />
</Folder>
<Folder Name="/_/Docs/setup/">
<File Path="Docs/pages/setup/01-properties.md" />
<File Path="Docs/pages/setup/02-methods.md" />
<File Path="Docs/pages/setup/03-indexers.md" />
<File Path="Docs/pages/setup/04-parameter-matching.md" />
<File Path="Docs/pages/setup/_category_.json" />
</Folder>
<Folder Name="/_/Docs/special-types/">
<File Path="Docs/pages/special-types/01-httpclient.md" />
<File Path="Docs/pages/special-types/02-delegates.md" />
<File Path="Docs/pages/special-types/_category_.json" />
</Folder>
<Folder Name="/_/Source/">
<File Path="Source/Directory.Build.props" />
</Folder>
<Folder Name="/_/Tests/">
<File Path="Tests/Directory.Build.props" />
</Folder>
<Project Path="Source/Mockolate.Analyzers.CodeFixers/Mockolate.Analyzers.CodeFixers.csproj" />
<Project Path="Source/Mockolate.Analyzers/Mockolate.Analyzers.csproj" />
<Project Path="Source/Mockolate.SourceGenerators/Mockolate.SourceGenerators.csproj" />
<Project Path="Source/Mockolate/Mockolate.csproj" />
</Solution>