-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
MyJsonContext need implete GetTypeInfo #68245
Comments
some warning
|
|
|
I'm getting the same issue when updating to 7.0.302, but it's unrelated to json context, but rather an issue in the new SDK update. |
Credit to @rainersigwald for find the root cause of this in dotnet/msbuild#8674 (comment) Problem is due to cf29abe#diff-1ea18ff65faa2ae6fed570b83747086d0317f5e4bc325064f6c14319a9c4ff67L297-R302 The host process is missing a bindingRedirect for this 7.0.0.0 - probably still at 6.0.0.0. I think the host could be msbuild.exe, devenv.exe, csc.exe, or vbcscompiler.exe. Depending on which is running into this, you could modify it's config file as a workaround. |
@qssq1 can you upload a binary log of the failure here when you build? |
For the 17.6 / 7.0.3xx devenv.exe, csc and vbcscompiler all have the binding redirects for 7.0.0. |
This problem is because I reinstalled the computer, but those files were not deleted, and the compilation appeared directly, and this problem did not appear after I reinstalled a lot of things |
Thanks for following up with your resolution and glad you were able to work it out. |
mycode
use 7.0 compile
The text was updated successfully, but these errors were encountered: