Commit Graph

39 Commits

Author SHA1 Message Date
amacocian 83822510f1 Add support for ValueTask 2024-10-18 13:33:14 +02:00
amacocian ecee8433a0 Cast async Tasks to Delegate and let the framework handle awaiting it 2024-10-18 13:18:45 +02:00
amacocian 8789f994bf Support for synchronous lambdas 2024-10-18 02:05:46 +02:00
amacocian fff6f2c7ba Update Azure package dependencies 2024-10-15 17:57:09 +02:00
amacocian c6d0dc78de Update dependencies 2024-10-15 17:50:44 +02:00
amacocian 2def3a304a Use entire attribute syntax when generating minimal api lambda 2024-10-15 17:44:23 +02:00
amacocian 6bb766862f Simplify syntax 2024-10-02 19:57:07 +02:00
amacocian 45327d1618 Simple logic to forward cancellation token and http context 2024-09-25 22:13:59 +02:00
amacocian f04f3eafbd Allow RouteFilter on all 2024-09-25 21:32:25 +02:00
amacocian 82209fac7f Fix RouteFilter generation 2024-09-25 21:15:47 +02:00
amacocian 6688bfc673 Extract RouteFilter generation 2024-09-25 20:04:11 +02:00
amacocian c737174d5a Rename to Controller and Action 2024-09-25 19:22:02 +02:00
amacocian 92fad396aa Allow RouteFilter on methods 2024-09-25 19:19:21 +02:00
amacocian 0ad74f1a77 Setup generators like Mvc 2024-09-25 18:49:02 +02:00
amacocian 43f78ddb9c Fix map route type 2024-09-24 11:53:43 +02:00
amacocian 20ff1e7b8f Rename methods 2024-09-23 18:42:23 +02:00
amacocian 222c26e3d8 Expose UseRoutes() for WebApp 2024-09-23 18:25:21 +02:00
amacocian 92752ff2c3 Adjust useRoutes generation 2024-09-23 18:05:22 +02:00
amacocian f797a613b3 UseRoutes extension for app 2024-09-23 17:41:00 +02:00
amacocian fa2256b5ad Support for filters 2024-09-23 16:51:12 +02:00
amacocian e902aa12f3 Generator to configure all routes in WebApplicationBuilder 2024-09-23 14:19:40 +02:00
amacocian 0e0c84bd38 Enable CD for source generators 2024-09-23 13:46:12 +02:00
amacocian 855c63750a Fix test project 2024-09-23 13:43:41 +02:00
amacocian 3e3845d414 Setup route map source generator 2024-09-23 13:38:20 +02:00
amacocian 0899b2d63b Fix CorrelationVectorMiddleware response manipulation 2024-09-17 14:05:54 +02:00
amacocian 1ff3c767f0 Setup Azure package 2024-08-16 20:15:11 +02:00
amacocian 814c43e53a Showcase support for IActionFilter and IAsyncActionFilter 2024-08-16 19:30:09 +02:00
amacocian a81d72f454 Fix README typo 2024-08-16 19:24:57 +02:00
amacocian bd2f694cfd Improve README
IPExtractingMiddleware
2024-08-16 19:24:09 +02:00
amacocian 912bc83ad7 Adjust CI & CD pipelines 2024-08-16 18:28:59 +02:00
amacocian 8dbf2b2b94 Add CV to response 2024-08-16 17:27:33 +02:00
amacocian 92d6f47345 Fix namespaces 2024-08-16 14:32:47 +02:00
amacocian 40cf2d6fc6 HttpClientBuilder implementation 2024-08-16 13:43:21 +02:00
amacocian df2e270481 Fix package url 2024-08-16 11:50:22 +02:00
amacocian b63311f614 Fix pipelines 2024-08-16 11:48:23 +02:00
amacocian d5bbf2b429 Net.Sdk.Web.Extensions 2024-08-16 11:45:53 +02:00
amacocian 059ab3c404 Setup pipelines 2024-08-16 11:38:04 +02:00
amacocian 6e4501f373 Add project files. 2024-08-16 11:24:48 +02:00
amacocian 6e24754b23 Add .gitattributes, .gitignore, and README.md. 2024-08-16 11:24:42 +02:00