@@ -16,7 +16,7 @@ import SameCategory from '../Categories/_PrimitiveAPI.mdx';
1616
1717## NuGet / site data
1818[ ![ Nuget] ( https://img.shields.io/nuget/dt/ErrorOrX?label=ErrorOrX )] ( https://www.nuget.org/packages/ErrorOrX/ )
19- [ ![ GitHub last commit] ( https://img.shields.io/github/last-commit/ANcpLua/ErrorOrX?label=updated )] ( https://github.com/ANcpLua/ErrorOrX/ )
19+ [ ![ GitHub last commit] ( https://img.shields.io/github/last-commit/ANcpLua/ErrorOrX?label=updated )] ( https://github.com/ANcpLua/ErrorOrX )
2020![ GitHub Repo stars] ( https://img.shields.io/github/stars/ANcpLua/ErrorOrX?style=social )
2121
2222## Details
3434* https://www.nuget.org/packages/ErrorOrX/ *
3535
3636
37- You can find more details at https://github.com/ANcpLua/ErrorOrX/
37+ You can find more details at https://github.com/ANcpLua/ErrorOrX
3838
39- Source: https://github.com/ANcpLua/ErrorOrX/
39+ Source: https://github.com/ANcpLua/ErrorOrX
4040
4141:::
4242
@@ -85,7 +85,7 @@ For each `[Get]`, `[Post]`, `[Put]`, `[Delete]`, `[Patch]` method:
8585- Applies route constraints (` {id:guid} ` , ` {count:int} ` )
8686- Sets operation name (` .WithName() ` ) and tags (` .WithTags() ` )
8787
88- [ See EndpointMetadataEmitter.cs] ( src/ErrorOrX.Generators/Emitters/EndpointMetadataEmitter.cs )
88+ [ See EndpointMetadataEmitter.cs] ( https://github.com/ANcpLua/ErrorOrX/ src/ErrorOrX.Generators/Emitters/EndpointMetadataEmitter.cs)
8989
9090### Parameter Binding
9191
@@ -99,7 +99,7 @@ Automatic inference based on type and HTTP method:
9999| Service | Interface, abstract, or DI naming pattern (` *Service ` , ` *Repository ` ) |
100100| Special | ` HttpContext ` , ` CancellationToken ` , ` IFormFile ` |
101101
102- [ See BindingCodeEmitter.cs] ( src/ErrorOrX.Generators/Emitters/BindingCodeEmitter.cs )
102+ [ See BindingCodeEmitter.cs] ( https://github.com/ANcpLua/ErrorOrX/ src/ErrorOrX.Generators/Emitters/BindingCodeEmitter.cs)
103103
104104### Error-to-HTTP Mapping
105105
@@ -117,7 +117,7 @@ ProblemDetails:
117117| Unexpected | 500 | ` InternalServerError<ProblemDetails> ` |
118118| Custom(422) | 422 | ` UnprocessableEntity<ProblemDetails> ` |
119119
120- [ See ErrorMapping.cs] ( src/ErrorOrX.Generators/Models/ErrorMapping.cs )
120+ [ See ErrorMapping.cs] ( https://github.com/ANcpLua/ErrorOrX/ src/ErrorOrX.Generators/Models/ErrorMapping.cs)
121121
122122### Request Validation
123123
@@ -138,7 +138,7 @@ Full OpenAPI documentation without manual attributes:
138138- Operation IDs from method name
139139- XML doc comments extracted to summaries
140140
141- [ See OpenApiTransformerGenerator.cs] ( src/ErrorOrX.Generators/OpenApiTransformerGenerator.cs )
141+ [ See OpenApiTransformerGenerator.cs] ( https://github.com/ANcpLua/ErrorOrX/ src/ErrorOrX.Generators/OpenApiTransformerGenerator.cs)
142142
143143### Builder API
144144
@@ -169,7 +169,7 @@ Real-time IDE feedback covering:
169169| Naming | EOE032-033 | Duplicate route binding, non-PascalCase handler |
170170| AOT Safety | EOE034-038 | ` Activator.CreateInstance ` , ` dynamic ` , ` Expression.Compile() ` |
171171
172- [ See Descriptors.cs] ( src/ErrorOrX.Generators/Analyzers/Descriptors.cs )
172+ [ See Descriptors.cs] ( https://github.com/ANcpLua/ErrorOrX/ src/ErrorOrX.Generators/Analyzers/Descriptors.cs)
173173
174174## Installation
175175
@@ -382,7 +382,7 @@ The builder methods `WithCamelCase()` and `WithIgnoreNulls()` are only needed if
382382
383383## Changelog
384384
385- See [ CHANGELOG.md] ( CHANGELOG.md ) for version history.
385+ See [ CHANGELOG.md] ( https://github.com/ANcpLua/ErrorOrX/ CHANGELOG.md) for version history.
386386
387387
388388:::
0 commit comments