-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLight.PortableResults.slnx
More file actions
89 lines (89 loc) · 4.84 KB
/
Light.PortableResults.slnx
File metadata and controls
89 lines (89 loc) · 4.84 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
88
89
<Solution>
<Folder Name="/.github/" />
<Folder Name="/.github/actions/" />
<Folder Name="/.github/actions/cache-nuget/">
<File Path=".github\actions\cache-nuget\action.yml" />
</Folder>
<Folder Name="/.github/workflows/">
<File Path=".github\workflows\build-and-test.yml" />
<File Path=".github\workflows\release-on-nuget.yml" />
</Folder>
<Folder Name="/ai-plans/">
<File Path="ai-plans\0001-metadata.md" />
<File Path="ai-plans\0003-result-optimization.md" />
<File Path="ai-plans\0005-functional-extensions.md" />
<File Path="ai-plans\0007-minimal-api-serialization.md" />
<File Path="ai-plans\0009-minimal-api-metadata-for-success-results.md" />
<File Path="ai-plans\0009-updated-minimal-api-integration.md" />
<File Path="ai-plans\0011-0-http-response-deserialization.md" />
<File Path="ai-plans\0011-1-refactor-result-reading.md" />
<File Path="ai-plans\0011-2-plan-deviations.md" />
<File Path="ai-plans\0013-mvc-integration.md" />
<File Path="ai-plans\0015-0-cloud-events-serialization.md" />
<File Path="ai-plans\0015-1-cloud-events-reading-performance-optimization.md" />
<File Path="ai-plans\0015-2-cloud-events-write-optimization.md" />
<File Path="ai-plans\0015-3-cloud-events-write-streamlining.md" />
<File Path="ai-plans\0015-4-final-code-review.md" />
<File Path="ai-plans\0015-5-plan-deviations.md" />
<File Path="ai-plans\0017-HTTP-write-integration-streamlining.md" />
<File Path="ai-plans\0022-rename-summary.md" />
<File Path="ai-plans\0024-0-validation-support.md" />
<File Path="ai-plans\0024-1-validation-context-optimization.md" />
<File Path="ai-plans\0024-2-options-and-error-templates-optimization.md" />
<File Path="ai-plans\0024-3-validation-outcome-removal.md" />
<File Path="ai-plans\0024-4-normalization-optimization.md" />
<File Path="ai-plans\0024-5-plan-deviations.md" />
<File Path="ai-plans\0026-error-definitions.md" />
<File Path="ai-plans\0028-child-validation-refactoring.md" />
<File Path="ai-plans\0030-validation-target-redesign.md" />
<File Path="ai-plans\0032-0-validation-checks.md" />
<File Path="ai-plans\0032-1-message-caching.md" />
<File Path="ai-plans\0032-2-message-cache-key-optimization.md" />
<File Path="ai-plans\0032-3-general-value-normalization.md" />
<File Path="ai-plans\0032-4-validation-checkpoints.md" />
<File Path="ai-plans\0032-5-namespace-restructuring.md" />
<File Path="ai-plans\0032-6-definition-and-check-restructuring.md" />
<File Path="ai-plans\0032-7-reduce-check-add-error-overloads.md" />
<File Path="ai-plans\0032-8-failure-overrides.md" />
<File Path="ai-plans\0032-9-enhance-tests.md" />
<File Path="ai-plans\0034-configuration-validation.md" />
<File Path="ai-plans\0034-plan-deviations.md" />
<File Path="ai-plans\0037-validate-items-null-checks.md" />
<File Path="ai-plans\AGENTS.md" />
</Folder>
<Folder Name="/benchmarks/">
<Project Path="benchmarks/Benchmarks/Benchmarks.csproj" />
</Folder>
<Folder Name="/samples/">
<Project Path="samples/NativeAotMovieRating/NativeAotMovieRating.csproj" />
</Folder>
<Folder Name="/solution-items/">
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path="AGENTS.md" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="global.json" />
<File Path="LICENSE" />
<File Path="Light.PortableResults.Public.snk" />
<File Path="Light.PortableResults.sln.DotSettings" />
<File Path="README.md" />
</Folder>
<Folder Name="/src/">
<File Path="src\AGENTS.md" />
<File Path="src\Directory.Build.props" />
<Project Path="src\Light.PortableResults.AspNetCore.Mvc\Light.PortableResults.AspNetCore.Mvc.csproj" />
<Project Path="src/Light.PortableResults.Validation/Light.PortableResults.Validation.csproj" />
<Project Path="src\Light.PortableResults.AspNetCore.MinimalApis\Light.PortableResults.AspNetCore.MinimalApis.csproj" />
<Project Path="src\Light.PortableResults.AspNetCore.Shared\Light.PortableResults.AspNetCore.Shared.csproj" />
<Project Path="src\Light.PortableResults\Light.PortableResults.csproj" />
</Folder>
<Folder Name="/tests/">
<File Path="tests\AGENTS.md" />
<Project Path="tests\Light.PortableResults.AspNetCore.Mvc.Tests\Light.PortableResults.AspNetCore.Mvc.Tests.csproj" />
<Project Path="tests/Light.PortableResults.Validation.Tests/Light.PortableResults.Validation.Tests.csproj" />
<Project Path="tests\Light.PortableResults.AspNetCore.MinimalApis.Tests\Light.PortableResults.AspNetCore.MinimalApis.Tests.csproj" />
<Project Path="tests\Light.PortableResults.AspNetCore.Shared.Tests\Light.PortableResults.AspNetCore.Shared.Tests.csproj" />
<Project Path="tests\Light.PortableResults.Tests\Light.PortableResults.Tests.csproj" />
</Folder>
</Solution>