Skip to content

Commit 2f763f8

Browse files
authored
Update README.md
1 parent dc51df9 commit 2f763f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
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)