We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
protected virtual object ReformatReadValue(object value) { ... return value is byte[] ? new Guid((byte[])value) : new Guid(value.ToString()); }
This issue has been moved from https://developercommunity.visualstudio.com/content/problem/408628/project-doesnt-compile-with-c80.html VSTS ticketId: 751838 These are the original issue comments: (no comments) These are the original issue solutions: (no solutions)
The text was updated successfully, but these errors were encountered:
Dup of #32141. I am working on this issue now.
Sorry, something went wrong.
No branches or pull requests
protected virtual object ReformatReadValue(object value)
{
...
return value is byte[] ? new Guid((byte[])value) : new Guid(value.ToString());
}
This issue has been moved from https://developercommunity.visualstudio.com/content/problem/408628/project-doesnt-compile-with-c80.html
VSTS ticketId: 751838
These are the original issue comments:
(no comments)
These are the original issue solutions:
(no solutions)
The text was updated successfully, but these errors were encountered: