devhomegithubextension
devhomegithubextension copied to clipboard
Upgrading to .NET 8
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
@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.
Does the .vsconfig need to be updated to specify Microsoft.NetCore.Component.Runtime.8.0?