Skip to content
New issue

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

Project doesn't compile with c#8.0 #32354

Closed
vsfeedback opened this issue Jan 10, 2019 · 1 comment
Closed

Project doesn't compile with c#8.0 #32354

vsfeedback opened this issue Jan 10, 2019 · 1 comment
Labels
Developer Community The issue was originally reported on https://developercommunity.visualstudio.com

Comments

@vsfeedback
Copy link

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)

@gafter
Copy link
Member

gafter commented Jan 11, 2019

Dup of #32141. I am working on this issue now.

@gafter gafter closed this as completed Jan 11, 2019
@sharwell sharwell added the Developer Community The issue was originally reported on https://developercommunity.visualstudio.com label Nov 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Developer Community The issue was originally reported on https://developercommunity.visualstudio.com
Projects
None yet
Development

No branches or pull requests

3 participants