|
1 | 1 | <Solution> |
2 | | - <Folder Name="/.github/" /> |
3 | | - <Folder Name="/.github/actions/" /> |
4 | | - <Folder Name="/.github/actions/cache-nuget/"> |
5 | | - <File Path=".github\actions\cache-nuget\action.yml" /> |
6 | | - </Folder> |
7 | | - <Folder Name="/.github/workflows/"> |
8 | | - <File Path=".github\workflows\build-and-test.yml" /> |
9 | | - </Folder> |
10 | | - <Folder Name="/ai-plans/"> |
11 | | - <File Path="ai-plans\0001-metadata.md" /> |
12 | | - <File Path="ai-plans\0003-result-optimization.md" /> |
13 | | - </Folder> |
14 | | - <Folder Name="/benchmarks/"> |
15 | | - <Project Path="benchmarks/Benchmarks/Benchmarks.csproj" /> |
16 | | - </Folder> |
17 | | - <Folder Name="/solution-items/"> |
| 2 | + <Folder Name="/.github/" /> |
| 3 | + <Folder Name="/.github/actions/" /> |
| 4 | + <Folder Name="/.github/actions/cache-nuget/"> |
| 5 | + <File Path=".github\actions\cache-nuget\action.yml" /> |
| 6 | + </Folder> |
| 7 | + <Folder Name="/.github/workflows/"> |
| 8 | + <File Path=".github\workflows\build-and-test.yml" /> |
| 9 | + </Folder> |
| 10 | + <Folder Name="/ai-plans/"> |
| 11 | + <File Path="ai-plans\0001-metadata.md" /> |
| 12 | + <File Path="ai-plans\0003-result-optimization.md" /> |
| 13 | + <File Path="ai-plans\0005-functional-extensions.md" /> |
| 14 | + <File Path="ai-plans\0007-minimal-api-serialization.md" /> |
| 15 | + </Folder> |
| 16 | + <Folder Name="/benchmarks/"> |
| 17 | + <Project Path="benchmarks/Benchmarks/Benchmarks.csproj" /> |
| 18 | + </Folder> |
| 19 | + <Folder Name="/solution-items/"> |
18 | 20 | <File Path=".editorconfig" /> |
19 | 21 | <File Path=".gitignore" /> |
| 22 | + <File Path="agents.md" /> |
20 | 23 | <File Path="Directory.Build.props" /> |
21 | 24 | <File Path="Directory.Packages.props" /> |
22 | | - <File Path="global.json" /> |
| 25 | + <File Path="global.json" /> |
23 | 26 | <File Path="LICENSE" /> |
24 | 27 | <File Path="Light.Results.sln.DotSettings" /> |
25 | 28 | </Folder> |
26 | 29 | <Folder Name="/src/"> |
| 30 | + <File Path="src\agents.md" /> |
27 | 31 | <Project Path="src/Light.Results/Light.Results.csproj" /> |
| 32 | + <Project Path="src\Light.Results.AspNetCore.MinimalApis\Light.Results.AspNetCore.MinimalApis.csproj" /> |
| 33 | + <Project Path="src\Light.Results.AspNetCore.Shared\Light.Results.AspNetCore.Shared.csproj" /> |
28 | 34 | </Folder> |
29 | 35 | <Folder Name="/tests/"> |
| 36 | + <File Path="tests\agents.md" /> |
30 | 37 | <Project Path="tests/Light.Results.Tests/Light.Results.Tests.csproj" /> |
| 38 | + <Project |
| 39 | + Path="tests\Light.Results.AspNetCore.MinimalApis.Tests\Light.Results.AspNetCore.MinimalApis.Tests.csproj" /> |
| 40 | + <Project Path="tests\Light.Results.AspNetCore.Shared.Tests\Light.Results.AspNetCore.Shared.Tests.csproj" /> |
31 | 41 | </Folder> |
32 | 42 | </Solution> |
0 commit comments