Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 931 Bytes

File metadata and controls

17 lines (11 loc) · 931 Bytes

Async to sync code roundtrip synchroniser for C#

Automatically and in realtime converts asynchronous C# code in one folder to synchronous C# code in another folder for easier and faster debugging purposes. Also, Visual Studio's edit-and-continue works much more often with synchronous code than with asynchronous code.

You can also write your code in synchronous C# format and it will be automatically converted to asynchronous C# code in the background.

State

Ready to use. Maintained and in active use.

Installation

* Copy appsettings.example.json to appsettings.json
* Update the settings in appsettings.json according to your needs
* Build the project
* In the build folder launch AsyncToSyncCodeRoundtripSynchroniserMonitor.bat

Analytics