Right now methods marked with [AsyncMethodBuilder(typeof(PoolingAsyncValueTaskMethodBuilder))] are showing a regression from pre-runtime-async due to allocations. This issue is opened to consider if there should be support for AsyncMethodBuilder or a similar mechanism in runtime-async.
For now, runtime-async is being disabled for methods with [AsyncMethodBuilder(...)]. See #128943
@jakobbotsch
Right now methods marked with
[AsyncMethodBuilder(typeof(PoolingAsyncValueTaskMethodBuilder))]are showing a regression from pre-runtime-async due to allocations. This issue is opened to consider if there should be support forAsyncMethodBuilderor a similar mechanism in runtime-async.For now, runtime-async is being disabled for methods with
[AsyncMethodBuilder(...)]. See #128943@jakobbotsch