-
Notifications
You must be signed in to change notification settings - Fork 649
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
remove value tuple #4950
remove value tuple #4950
Conversation
This is great. I had huge assembly redirect problems today because of ValueTuple. See dotnet/standard#476 and many more |
What is interesting is the following, although I added
and
it is still failing with a BadImageFormatException
|
As an FYI it turned out the problem manifestation is a combination of |
Even though it was a problem with the azure target this highlights that this can cause issues that we can't forsee. Given that this has no external impact and we can start using it as soon as we bump to net471 (?) I'd say the risk isn't worth it. Lets get this in |
@SimonCropp we're looking at making this change, but we need this PR to compile and pass tests first. |
build is fixed. please merge |
I will remove the upgrade note about this |
No description provided.