2.0.2
- Two new WebResult types has been added for WebResultEndpoints:
i. ServerSentEventsWebResult: Add server sent events support to web result endpoints for .net 10 and greater,
ii. WebResultWithStreamingResponse: Similar to a Minimal API with IAsyncEnumerable<> response. - Remove default implicit conversion between WebResult and WebResult
- Remove ToWebResult() extension method from WebResult
- Don't inject
HttpContextAccessoras part of ModEndpoints DI methods, not needed
What's Changed
Full Changelog: 2.0.1...2.0.2