-
Notifications
You must be signed in to change notification settings - Fork 134
Remove npm functionality moved to Aspire 13 #928
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
Merged
aaronpowell
merged 22 commits into
aspire-13
from
copilot/remove-addviteapp-and-withnpmpackageinstaller
Nov 3, 2025
Merged
Changes from 4 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
d1e59c7
Initial plan
Copilot c43ef5a
Remove AddViteApp and npm-specific functionality (moved to Aspire 13)
Copilot b683a1b
Update comments and tests to reflect npm removal
Copilot bc1c7d9
Update MONOREPO.md to remove npm references
Copilot 4bd1ef5
Adding missing types
aaronpowell 5c8b887
Bad copilot code
aaronpowell 24b5986
Fixing missing namespace
aaronpowell e1a58b4
Handling port forwarding
aaronpowell 4a1dbe9
removing more stuff that has been migrated to aspire core
aaronpowell 9fbe7fd
Reworking how package installing is handled
aaronpowell 5c63829
daily update
aaronpowell caeb29a
Adding back the annotation that is no longer moving to core
aaronpowell 995fb1e
Forgot to install packages
aaronpowell 9a14467
adding a bunch more annotations to provide enough metadata
aaronpowell 21cec02
Removing old demo apps
aaronpowell e9e3f95
Disabling python tests
aaronpowell 30b2855
Removing a testing change
aaronpowell 6b90888
Updating to the latest nightly and dealing with type name changes
aaronpowell 30e74a5
Removing type that was can repurpose from aspire core
aaronpowell d8b58f2
breaking the tests down so they are easier to read
aaronpowell 90b9393
Removing legacy docs
aaronpowell 4ad9ede
Fixing failing tests
aaronpowell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
19 changes: 9 additions & 10 deletions
19
examples/nodejs-ext/CommunityToolkit.Aspire.Hosting.NodeJS.Extensions.AppHost/Program.cs
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
14 changes: 0 additions & 14 deletions
14
...CommunityToolkit.Aspire.Hosting.NodeJS.Extensions/JavaScriptPackageInstallerAnnotation.cs
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
src/CommunityToolkit.Aspire.Hosting.NodeJS.Extensions/JavaScriptPackageManagerAnnotation.cs
This file was deleted.
Oops, something went wrong.
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
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
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
9 changes: 0 additions & 9 deletions
9
src/CommunityToolkit.Aspire.Hosting.NodeJS.Extensions/NpmInstallerResource.cs
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Would it be possible to build
AddYarnAppon top ofAddJavaScriptApp?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.
that's just legacy docs I have to clean up still, it's meant to be replaced by
AddJavaScriptApp().WithYarn()