Closed DorianGreen closed 1 year ago
See also https://github.com/jbogard/MediatR/pull/574#issue-736342983 as a reference for the needed targetframework changes.
targetframework has been bumped to netcore3.1 with #180 and so no need to change targets anymore
Feature is now in main. Issue can be closed <3
is the only thing missing, a new nuget version?
I guess it has been a while...
are you sure? 4.0.1 does not include WithAsyncEnumerableResult
Right now, in order to return an IAsyncEnumerable you need to use EndpointBaseSync and access the request cancellationToken form HttpContext like this:
It would be nice if we could do something like this: