Uh oh!
There was an error while loading. Please reload this page.
Moving to .NET 8 - #121
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.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
As Manodasan Wignarajah (@manodasanW) figured out, the use of version-specific RIDs and the associated workaround will no longer be needed once there's a new version of the Dev Home SDK and the extensions upgrade to it. Namely it needs this change here: Blaming devhome/extensionsdk/nuget/Microsoft.Windows.DevHome.SDK.nuspec at c08f7ed23e6e0070a6d5ab24e40c257309f27a75 · microsoft/devhome (github.com) . Could be good to open up an issue as a reminder to clean this up once it's no longer needed. |
Sophia Chen (chenss3)
commented
Feb 15, 2024
I opened up an issue (#81) for the previous PR (#80) that we could potentially reuse. |
* Builds. :) * Using the out value * Re-adding 10 to the runtimeidentifiers * Somehow the version was commited * Using _ to indicate not using the out parameter * Using try* methods correctly. --------- Co-authored-by: Darren Hoehna <dahoehna@microsoft.com>
Summary of the pull request
Upgrading everything to .NET 8 and handling all the syntax errors that comes with it.
References and relevant issues
#80 is in progress, but this needs to go in because DevHome is in .NET 8.
Detailed description of the pull request / Additional comments
Validation steps performed
PR checklist