lsoft / SyncToAsyncExtension

A Visual Studio extension (VSIX) which creates codelenses allowed to go to sync sibling method for async methods and vice-versa.
MIT License
1 stars 0 forks source link

check if class contains a partial methods #5

Closed lsoft closed 8 months ago

lsoft commented 8 months ago

we expect bugs if the partial method is a sibling method, and its symbol is the first in Roslyn search list.

lsoft commented 8 months ago

Closed as completed.