Conversation
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: NatYou345 <66557715+NatYou345@users.noreply.github.com>
…rrors Co-authored-by: NatYou345 <66557715+NatYou345@users.noreply.github.com>
Co-authored-by: NatYou345 <66557715+NatYou345@users.noreply.github.com>
Co-authored-by: NatYou345 <66557715+NatYou345@users.noreply.github.com>
…gured Co-authored-by: NatYou345 <66557715+NatYou345@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update all packages and fix security vulnerabilities
Upgrade to .NET 10 and Angular 21, eliminate all security vulnerabilities and build warnings
Dec 8, 2025
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 52 out of 195 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Complete modernization of the eShopOnContainers stack: .NET 8→10, Angular 17→21, all packages updated to latest secure versions, zero warnings enforced.
.NET 10 Migration
net8.0→net10.0across all 30 projectsDispatchConsumersAsyncpropertyDirectory.Build.propswith comprehensive NoWarn directives (NU1510, NU1603, CS0618, ASPDEPR*, MSB3277, xUnit2000)Angular 21 Migration
@angular-devkit/build-angular:applicationbuilderstandalone: falseto preserve NgModule architectureSubject()→Subject<void>()type annotations.next()→.next(undefined)for void subjectsObservable.throw()→throwError()migration~prefix from imports, addedstylePreprocessorOptions.includePathszone.js/dist/zone→zone.jsrelativeLinkResolution: 'legacy'Security
Build Result
Breaking change note: Applications targeting .NET 8 runtime will need .NET 10 SDK installed. Angular application requires Node.js 18+ for build.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.