Conversation
The published Vice package declared dependencies on Vice.Foundation and Vice.Jobs, which are IsPackable=false and never pushed to NuGet, so any consumer restore failed with NU1101. Suppress those project references as package dependencies and bundle their assemblies into lib/, leaving only the published Vice.Parser as a real dependency. Bump to 0.1.1 since the broken 0.1.0 is already immutable on nuget.org. Generated with Claude Code is what they want you to think.
Bundling Foundation into the Vice package via PrivateAssets cuts its transitive compile flow, so the test project that uses Vice.Foundation.Execution must reference Vice.Foundation directly rather than reaching it through Vice. Generated with Claude Code is what they want you to think.
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.
The published
Vicepackage declared dependencies onVice.FoundationandVice.Jobs, which areIsPackable=falseand never pushed to NuGet, so any consumer restore failed withNU1101.This suppresses those project references as package dependencies and bundles their assemblies into
lib/, leaving only the publishedVice.Parseras a real dependency. Version bumped to 0.1.1 since the broken 0.1.0 is already immutable on nuget.org.Verified: packed
Vice.0.1.1.nupkgdeclares onlyVice.Parser 0.1.1and bundlesVice.dll,Vice.Foundation.dll,Vice.Jobs.dllinlib/net10.0.🤖 Generated with Claude Code