Skip to content

2.0.2

Choose a tag to compare

@modabas modabas released this 28 Jan 16:11
· 5 commits to main since this release
1b9508f
  • 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 HttpContextAccessor as part of ModEndpoints DI methods, not needed

What's Changed

Full Changelog: 2.0.1...2.0.2