Skip to content

Commit d1dd8e9

Browse files
committed
2 parents 76e3006 + ecb3158 commit d1dd8e9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
## 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.
33

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.
55

66
### Installation
77

88
* Copy appsettings.example.json to appsettings.json
99
* Update the settings in appsettings.json according to your needs
1010
* Build the project
1111
* In the build folder launch AsyncToSyncCodeRoundtripSynchroniserMonitor.bat
12-
13-
12+
13+
14+
[![Analytics](https://ga-beacon.appspot.com/UA-351728-28/AsyncToSyncCodeRoundtripSynchroniserForCSharp/README.md?pixel)](https://github.com/igrigorik/ga-beacon)

0 commit comments

Comments
 (0)