You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <summary>/// A <see cref="TaskCompletionSource{IReadOnlyDictionary{string, object}}" /> object that handles the completion of the state machine execution./// </summary>privatereadonlyTaskCompletionSource<IReadOnlyDictionary<string,object>>completion;
Generates 4 CS1658 warning caused by a CS0081 error in the comment line warnings both in VS2015 and VS2017 and an extra CS1584 warning in VS2017.
By the way, where is the documentation for these errors/warnings?
The text was updated successfully, but these errors were encountered:
Summary
This code:
Generates 4 CS1658 warning caused by a CS0081 error in the comment line warnings both in VS2015 and VS2017 and an extra CS1584 warning in VS2017.
By the way, where is the documentation for these errors/warnings?
The text was updated successfully, but these errors were encountered: