You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Separate Swagger into its own package (EndpointMapper.OpenApi or EndpointMapper.Swagger)
Refinements for the library
Remove the need for the interceptors
Native AOT
Roslyn doesn't support running source generators in order, while the endpoint can be mapped at compile time to improve startup perf, the ASP.NET Core RequestDelegateGenerator doesn't run for the mapping calls that EndpointMapper does.
The application might still work after Trimming and Native compilation, but it's not guaranteed that it works/will work
This issue with the updated scopes for version 2 of EndpointMapper when those are modified/added/removed
The text was updated successfully, but these errors were encountered:
These are thing that will be in version 2 of EndpointMapper
EndpointMapper.OpenApi
orEndpointMapper.Swagger
)Native AOT
Roslyn doesn't support running source generators in order, while the endpoint can be mapped at compile time to improve startup perf, the ASP.NET Core
RequestDelegateGenerator
doesn't run for the mapping calls thatEndpointMapper
does.The application might still work after Trimming and Native compilation, but it's not guaranteed that it works/will work
This issue with the updated scopes for version 2 of EndpointMapper when those are modified/added/removed
The text was updated successfully, but these errors were encountered: