You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Async to sync code roundtrip synchroniser for C#
2
-
Automatically converts async C# code in one folder to synchronous code in another folder for easier and faster debugging purposes.
2
+
Automatically and in realtime converts asynchronous C# code in one folder to synchronous C# code in another folder for easier and faster debugging purposes.
3
3
4
-
You can also write your code in synchronous format and it will be automatically converted to async code in the background.
4
+
You can also write your code in synchronous C# format and it will be automatically converted to asynchronous C# code in the background.
5
5
6
6
### Installation
7
7
8
8
* Copy appsettings.example.json to appsettings.json
9
9
* Update the settings in appsettings.json according to your needs
10
10
* Build the project
11
11
* In the build folder launch AsyncToSyncCodeRoundtripSynchroniserMonitor.bat
0 commit comments