Skip to content

Commit 680549c

Browse files
committed
2 parents dcdd655 + 2f763f8 commit 680549c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Async to sync code roundtrip synchroniser for C#
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.
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. Also, Visual Studio's edit-and-continue works much more often with synchronous code than with asynchronous code.
33

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

0 commit comments

Comments
 (0)