GNOME Bugzilla – Bug 748143
C#: Add support for the 'async' and 'await' keywords
Last modified: 2015-04-23 17:05:55 UTC
Created attachment 301932 [details] [review] Add support for the 'async' and 'await' keywords C# 5.0 introduced the keywords 'async' and 'await' for asynchronous programming. Patch attached.
Created attachment 301933 [details] [review] Add support for the new 'nameof' operator in C# 6.0 Add support for the new 'nameof' operator in C# 6.0
Review of attachment 301932 [details] [review]: Before pushing, just reword the commit to include the prefix "C#: " in the title.
Review of attachment 301933 [details] [review]: Ok, but this commit can be squashed with the previous one.
Created attachment 302235 [details] [review] Add support for the 'async', 'await' and 'nameof' keywords
You also forgot the bugzilla URL at the end of the commit message. But I've pushed your patches to the master branch. Thanks!