devhomegithubextension icon indicating copy to clipboard operation
devhomegithubextension copied to clipboard

Upgrading to .NET 8

Open agniuks opened this issue 1 year ago • 2 comments

Summary of the pull request

Upgrades all of the projects to .NET 8 and handles the code analysis errors that come with that.

References and relevant issues

Opened: https://github.com/microsoft/devhomegithubextension/issues/372 to track the work for removing the RID workaround when no longer needed.

Detailed description of the pull request / Additional comments

Validation steps performed

Tested using the latest Dev Home code - the widgets all look good and confirmed clone repo works.

PR checklist

  • [ ] Closes #xxx
  • [ ] Tests added/passed
  • [ ] Documentation updated

agniuks avatar Mar 28 '24 21:03 agniuks

@EricJohnson327 helped add the missing package to NuGet source, I think this just needs a re-run for the PR checks -- doesn't seem like I have the access to trigger it.

agniuks avatar Apr 12 '24 21:04 agniuks

Does the .vsconfig need to be updated to specify Microsoft.NetCore.Component.Runtime.8.0?

BradleyJ-SAIC avatar Apr 30 '24 18:04 BradleyJ-SAIC