Error while compiling in Visual Studio 2015 #39
thanhcong2k7
started this conversation in
General
Replies: 1 comment
-
Hi @thanhcong2k7, Yes, the converter generates code that uses C# v5 features like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I copy the code converted from website, paste it into my code and compile, it showed up error like this:
CS4033 : The 'await' operator can only be used within an async method. Consider marking this method with the 'async' modifier and changing its return type to 'Task'.
Code:
(Sorry if my English was bad :< )
Beta Was this translation helpful? Give feedback.
All reactions