chore: update external dependencies after .net10 update#463
Merged
Marc-Antoine-Soucy merged 3 commits intofeature/dotnet10from Jan 16, 2026
Merged
chore: update external dependencies after .net10 update#463Marc-Antoine-Soucy merged 3 commits intofeature/dotnet10from
Marc-Antoine-Soucy merged 3 commits intofeature/dotnet10from
Conversation
Soap-141
reviewed
Jan 9, 2026
Contributor
Soap-141
left a comment
There was a problem hiding this comment.
I see why you added the checks for the logs; however, it might not be necessary everywhere. We should ask ourselves if a specific code path will happen many times or not. If it happens rarely, the performance gain is negligible.
src/app/ApplicationTemplate.Tests.Functional/ApplicationTemplate.Tests.Functional.csproj
Outdated
Show resolved
Hide resolved
Contributor
Author
The reason I added them is that they were causing warnings in the build. We could disable the warnings, or find an alternate solution, but I feel like this is fine. |
40cfb95 to
ff13314
Compare
src/app/ApplicationTemplate.Mobile/ApplicationTemplate.Mobile.csproj
Outdated
Show resolved
Hide resolved
ff13314 to
cc57a54
Compare
jeanplevesque
approved these changes
Jan 14, 2026
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 free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
GitHub Issue: #
Proposed Changes
Description
Updated some packages to their .net10 versions and added a few packages in the MtouchInterpreter section to avoid an AOT crash when opening the app.
Impact on version
PR Checklist
Always applicable
No matter your changes, these checks always apply.
README.mdandTemplateConfig.mdif you made changes to templating.AzurePipelines.mdandAPP_README.mdif you made changes to pipelines.Diagnostics.mdif you made changes to diagnostic tools.Architecture.mdand its diagrams if you made architecture decisions or if you introduced new recipes.doc/folder.Contextual
Based on your changes these checks may not apply.
Other information
Internal Issue (If applicable):