How do I get the new async semantics working in VS2017 RC?

后端 未结 2 1565
轻奢々
轻奢々 2020-12-30 09:19

Quoting from Visual Studio 2017 RC Release Notes

Language Extensions and Analyzers

This release includes some proposed new langua

2条回答
  •  执笔经年
    2020-12-30 09:36

    There is nothing else you need to do to enable task-like returns. The issue here is that the diagonstic message for this feature hasn't been updated yet. Here is a link to the tracking issue:

    https://github.com/dotnet/roslyn/issues/12621

提交回复
热议问题