We are manually opting some methods that use [AsyncMethodBuilder] out of runtime async over in dotnet/runtime#128943. It may be unexpected behavior for users that enabling runtime async will start ignoring the custom async method builders, so we should determine if this should be a warning or if Roslyn should just automatically opt these methods out of runtime async.
cc @333fred
We are manually opting some methods that use
[AsyncMethodBuilder]out of runtime async over in dotnet/runtime#128943. It may be unexpected behavior for users that enabling runtime async will start ignoring the custom async method builders, so we should determine if this should be a warning or if Roslyn should just automatically opt these methods out of runtime async.cc @333fred