This extension is developed in order to complete a master thesis on "Research on Refactoring Methods for Ensuring Async Code in .NET Applications". The main goal is to detect blocking code (especially sync over async pattern) and asynchronize the entire related call graph. Currently, only methods and local functions are supported. Within large solutions may took too long to create internal graph representation |