I have an issue with Visual Studio 2017. When I would to call a method with "await" and press Ctrl + . to add "async" to method, VS2017 will force to add "async" at method name, this is useful sometimes but make it not right in some override method like "OnNavigatedTo" because "OnNavigatedToAsync" method not exist. In VS2015, this problem not happen
I wondering if have any option to fix this issue?