-
Notifications
You must be signed in to change notification settings - Fork 834
chore(deps): Avoid dependency on deprecated NuGet package #22137
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR attempts to update NuGet package dependencies from deprecated beta versions to stable versions and removes custom package sources. However, the changes introduce compilation issues by switching from framework-specific testing packages to base packages without adding the required MSTest verifier package.
Key Changes:
- Removes custom Azure DevOps package source references (
RestoreAdditionalProjectSources) - Updates
Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.MSTestfrom beta version to base package - Updates
Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.MSTestto base package variant - Removes comments explaining the need for the custom package source
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| src/Uno.Analyzers.Tests/Uno.Analyzers.Tests.csproj | Removes custom package source and updates CodeFix.Testing package from MSTest variant to base package |
| src/SourceGenerators/Uno.UI.SourceGenerators.Tests/Uno.UI.SourceGenerators.Tests.csproj | Removes custom package source and updates SourceGenerators.Testing package from MSTest variant to base package |
Critical Issues Found:
- Missing GitHub issue reference - PR description does not include required issue linking per repository guidelines
- Missing MSTest verifier packages - The switch from
.MSTestpackages to base packages removes the bundledMSTestVerifiertype, but no explicitMicrosoft.CodeAnalysis.Testing.Verifiers.MSTestpackage reference was added to either project, which will cause compilation failures
src/SourceGenerators/Uno.UI.SourceGenerators.Tests/Uno.UI.SourceGenerators.Tests.csproj
Show resolved
Hide resolved
|
π€ Your WebAssembly Skia Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-22137/wasm-skia-net9/index.html |
|
π€ Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-22137/docs/index.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
|
π€ Your WebAssembly Skia Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-22137/wasm-skia-net9/index.html |
|
π€ Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-22137/docs/index.html |
ajpinedam
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
|
π€ Your WebAssembly Skia Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-22137/wasm-skia-net9/index.html |
|
π€ Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-22137/docs/index.html |
|
|
|
@MartinZikmund @ajpinedam This is green now. Can you merge it please? Thanks! |
|
Ping @MartinZikmund @ajpinedam |
GitHub Issue: closes #
PR Type:
What is the current behavior? π€
What is the new behavior? π
PR Checklist β
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Runresults.Other information βΉοΈ