jbogard / MediatR

Simple, unambitious mediator implementation in .NET
Apache License 2.0
10.91k stars 1.16k forks source link

Perhaps Rename Handle to HandleAsync #926

Closed JoseMCorreia closed 1 year ago

JoseMCorreia commented 1 year ago

Shouldn't the method name explicit be HandleAsync ?

https://github.com/jbogard/MediatR/blob/c295291c4e8105d11a453004b42609cbf490c1cf/src/MediatR/IPipelineBehavior.cs#L29

jbogard commented 1 year ago

This has been discussed many times, sorry, no.