Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
Migrate to .NET 8 - #80
Closed
Sophia Chen (chenss3) wants to merge 6 commits into
Closed
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Sophia Chen (chenss3)
marked this pull request as draft
January 17, 2024 22:53
Sophia Chen (chenss3)
marked this pull request as ready for review
January 20, 2024 00:01
Vineeth Thomas Alex (vineeththomasalex)
approved these changes
Jan 24, 2024
Uh oh!
There was an error while loading. Please reload this page.
| <Nullable>enable</Nullable> | ||
| <Platforms>x86;x64;arm64</Platforms> | ||
| <RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers> | ||
| <RuntimeIdentifiers>win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers> |
Contributor
There was a problem hiding this comment.
These need to have the 10 remove, ya?
There was a problem hiding this comment.
Per microsoft/devhome#2156, the RidGraph workaround would crash the extension, as it meant "use old runtime identifier system instead of new one" instead of "work with packages still using old win10 runtime identifiers.
Has their been a newer update/interpretation to this workaround?
Merged
3 tasks
Sophia Chen (chenss3)
commented
Feb 16, 2024
Author
Closed since #121 was merged |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of the pull request
Initial code changes to move .NET version to .NET 8. Release notes can be found here: https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-8.
References and relevant issues
#55
Detailed description of the pull request / Additional comments
Created new issue #81 to document the modification of the RID workaround, once it is no longer needed in the future.
Validation steps performed
PR checklist