-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathThinktecture.Runtime.Extensions.slnx
More file actions
87 lines (87 loc) · 6.31 KB
/
Thinktecture.Runtime.Extensions.slnx
File metadata and controls
87 lines (87 loc) · 6.31 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="/assets/">
<File Path=".editorconfig" />
<File Path=".gitattributes" />
<File Path=".gitignore" />
<File Path="context7.json" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="global.json" />
<File Path="LICENSE.md" />
<File Path="README.md" />
<File Path="src/Thinktecture.Runtime.Extensions.Roslyn.Sources/AnalyzerReleases.Shipped.md" />
<File Path="src/Thinktecture.Runtime.Extensions.Roslyn.Sources/AnalyzerReleases.Unshipped.md" />
</Folder>
<Folder Name="/assets/.claude/">
<File Path=".claude/CLAUDE.md" />
</Folder>
<Folder Name="/assets/.claude/agents/">
<File Path=".claude/agents/bug-investigator.md" />
<File Path=".claude/agents/design-advisor.md" />
<File Path=".claude/agents/documentation-updater.md" />
<File Path=".claude/agents/feature-implementation-planner.md" />
<File Path=".claude/agents/feature-implementer.md" />
<File Path=".claude/agents/feature-reviewer.md" />
<File Path=".claude/agents/test-writer.md" />
</Folder>
<Folder Name="/assets/.claude/guides/">
<File Path=".claude/guides/DESIGN-DISCUSSION.md" />
<File Path=".claude/guides/IMPLEMENTATION.md" />
<File Path=".claude/guides/INVESTIGATION.md" />
<File Path=".claude/guides/TESTING.md" />
</Folder>
<Folder Name="/assets/.claude/reference/">
<File Path=".claude/reference/ATTRIBUTES.md" />
</Folder>
<Folder Name="/assets/.github/">
<File Path=".github/workflows/claude.yml" />
<File Path=".github/workflows/claude-code-review.yml" />
<File Path=".github/workflows/ci.ps1" />
<File Path=".github/copilot-instructions.md" />
<File Path=".github/workflows/mcp-config.json" />
<File Path=".github/workflows/main.yml" />
</Folder>
<Folder Name="/samples/">
<Project Path="samples/AspNetCore.Samples/AspNetCore.Samples.csproj" />
<Project Path="samples/Basic.Samples/Basic.Samples.csproj" />
<Project Path="samples/Benchmarking/Benchmarking.csproj" />
<Project Path="samples/EntityFrameworkCore.Samples/EntityFrameworkCore.Samples.csproj" />
<Project Path="samples/MessagePack.Samples/MessagePack.Samples.csproj" />
<Project Path="samples/Newtonsoft.Json.AspNetCore.Samples/Newtonsoft.Samples.csproj" />
<File Path="samples/Directory.Build.props" />
</Folder>
<Folder Name="/src/">
<Project Path="src/Thinktecture.Runtime.Extensions.Analyzers/Thinktecture.Runtime.Extensions.Analyzers.csproj" />
<Project Path="src/Thinktecture.Runtime.Extensions.AspNetCore/Thinktecture.Runtime.Extensions.AspNetCore.csproj" />
<Project Path="src/Thinktecture.Runtime.Extensions.EntityFrameworkCore8/Thinktecture.Runtime.Extensions.EntityFrameworkCore8.csproj" />
<Project Path="src/Thinktecture.Runtime.Extensions.EntityFrameworkCore9/Thinktecture.Runtime.Extensions.EntityFrameworkCore9.csproj" />
<Project Path="src/Thinktecture.Runtime.Extensions.EntityFrameworkCore10/Thinktecture.Runtime.Extensions.EntityFrameworkCore10.csproj" />
<Project Path="src/Thinktecture.Runtime.Extensions.Json/Thinktecture.Runtime.Extensions.Json.csproj" />
<Project Path="src/Thinktecture.Runtime.Extensions.MessagePack/Thinktecture.Runtime.Extensions.MessagePack.csproj" />
<Project Path="src/Thinktecture.Runtime.Extensions.Newtonsoft.Json/Thinktecture.Runtime.Extensions.Newtonsoft.Json.csproj" />
<Project Path="src/Thinktecture.Runtime.Extensions.Refactorings/Thinktecture.Runtime.Extensions.Refactorings.csproj" />
<Project Path="src/Thinktecture.Runtime.Extensions.SourceGenerator/Thinktecture.Runtime.Extensions.SourceGenerator.csproj" />
<Project Path="src/Thinktecture.Runtime.Extensions.Swashbuckle/Thinktecture.Runtime.Extensions.Swashbuckle.csproj" />
<Project Path="src/Thinktecture.Runtime.Extensions/Thinktecture.Runtime.Extensions.csproj" />
<File Path="src/.editorconfig" />
<File Path="src/Directory.Build.props" />
</Folder>
<Folder Name="/test/">
<Project Path="test/Thinktecture.Runtime.Extensions.Analyzers.Tests/Thinktecture.Runtime.Extensions.Analyzers.Tests.csproj" />
<Project Path="test/Thinktecture.Runtime.Extensions.AspNetCore.Tests/Thinktecture.Runtime.Extensions.AspNetCore.Tests.csproj" />
<Project Path="test/Thinktecture.Runtime.Extensions.EntityFrameworkCore8.Tests/Thinktecture.Runtime.Extensions.EntityFrameworkCore8.Tests.csproj" />
<Project Path="test/Thinktecture.Runtime.Extensions.EntityFrameworkCore9.Tests/Thinktecture.Runtime.Extensions.EntityFrameworkCore9.Tests.csproj" />
<Project Path="test/Thinktecture.Runtime.Extensions.EntityFrameworkCore10.Tests/Thinktecture.Runtime.Extensions.EntityFrameworkCore10.Tests.csproj" />
<Project Path="test/Thinktecture.Runtime.Extensions.Json.Tests/Thinktecture.Runtime.Extensions.Json.Tests.csproj" />
<Project Path="test/Thinktecture.Runtime.Extensions.MessagePack.Tests/Thinktecture.Runtime.Extensions.MessagePack.Tests.csproj" />
<Project Path="test/Thinktecture.Runtime.Extensions.Newtonsoft.Json.Tests/Thinktecture.Runtime.Extensions.Newtonsoft.Json.Tests.csproj" />
<Project Path="test/Thinktecture.Runtime.Extensions.Refactorings.Tests/Thinktecture.Runtime.Extensions.Refactorings.Tests.csproj" />
<Project Path="test/Thinktecture.Runtime.Extensions.RoslynTests.Shared/Thinktecture.Runtime.Extensions.RoslynTests.Shared.csproj" />
<Project Path="test/Thinktecture.Runtime.Extensions.SourceGenerator.Tests/Thinktecture.Runtime.Extensions.SourceGenerator.Tests.csproj" />
<Project Path="test/Thinktecture.Runtime.Extensions.Swashbuckle.3_0.Tests/Thinktecture.Runtime.Extensions.Swashbuckle.3_0.Tests.csproj" />
<Project Path="test/Thinktecture.Runtime.Extensions.Swashbuckle.3_1.Tests/Thinktecture.Runtime.Extensions.Swashbuckle.3_1.Tests.csproj" />
<Project Path="test/Thinktecture.Runtime.Extensions.Tests.Shared/Thinktecture.Runtime.Extensions.Tests.Shared.csproj" />
<Project Path="test/Thinktecture.Runtime.Extensions.Tests/Thinktecture.Runtime.Extensions.Tests.csproj" />
<File Path="test/Directory.Build.props" />
</Folder>
</Solution>