AgodaAnalyzers icon indicating copy to clipboard operation
AgodaAnalyzers copied to clipboard

AG0018 - Change to not error on Controller

Open dicko2 opened this issue 5 years ago • 1 comments

If we use this rule on Ctrl then all methods need to be appended with "Async" doesn't make sense

dicko2 avatar Oct 27 '19 01:10 dicko2

There is this not-so-much advertised feature since 3.0, which makes makes me think that we might wanna just add Async suffix for async actions: https://docs.microsoft.com/en-us/aspnet/core/migration/22-to-30?view=aspnetcore-3.1&tabs=visual-studio#async-suffix-removal-from-controller-action-names

Edit: though there seems to be some issues with that, like this: https://github.com/dotnet/aspnetcore/issues/14103

szaboopeeter avatar Jul 23 '20 07:07 szaboopeeter