issues
search
ardalis
/
ApiEndpoints
A project for supporting API Endpoints in ASP.NET Core web applications.
MIT License
3.13k
stars
227
forks
source link
[v4] 4. `[namespace]` token for routing
#131
Closed
maxkoshevoi
closed
3 years ago
maxkoshevoi
commented
3 years ago
Added ability to use
[namespace]
in Route and Name properties for controller or action
Added custom
OperationId
s for NSwag (didn't do it for Swashbuckle since it doesn't generate
OperationId
s by default)
Enabled nullable
[namespace]
in Route and Name properties for controller or actionOperationId
s for NSwag (didn't do it for Swashbuckle since it doesn't generateOperationId
s by default)