Add NuGet consumer smoke test - #9
Merged
Merged
Conversation
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.
Summary
.snupkgsymbol package generation duringdotnet pack./tmpconsumer app, installsIntervalTree.Netfrom the local package source, and validates construction, adding intervals, point query, and overlap query behavior.Validation
git diff --checkdotnet format IntervalTree.Net.sln --verify-no-changesNUGET_PACKAGES=/tmp/intervaltree-net-nuget-packages NUGET_HTTP_CACHE_PATH=/tmp/intervaltree-net-nuget-http-cache dotnet restore IntervalTree.Net.slnNUGET_PACKAGES=/tmp/intervaltree-net-nuget-packages NUGET_HTTP_CACHE_PATH=/tmp/intervaltree-net-nuget-http-cache dotnet build IntervalTree.Net.sln --configuration Release --no-restoreNUGET_PACKAGES=/tmp/intervaltree-net-nuget-packages NUGET_HTTP_CACHE_PATH=/tmp/intervaltree-net-nuget-http-cache dotnet test IntervalTree.Net.sln --configuration Release --no-buildNUGET_PACKAGES=/tmp/intervaltree-net-nuget-packages NUGET_HTTP_CACHE_PATH=/tmp/intervaltree-net-nuget-http-cache dotnet pack src/IntervalTree.Net/IntervalTree.Net.csproj --configuration Release --no-build --output artifacts/package-pr2NUGET_PACKAGES=/tmp/intervaltree-net-nuget-packages NUGET_HTTP_CACHE_PATH=/tmp/intervaltree-net-nuget-http-cache bash scripts/smoke-test-local-package.shPackage Inspection
IntervalTree.Net.0.1.0-alpha.1.nupkgandIntervalTree.Net.0.1.0-alpha.1.snupkg..nupkgmetadata includes ID/version/authors, MIT license expression, README, project URL, release notes, repository URL/type/commit, and an emptynet8.0dependency group..nupkgincludesREADME.md,lib/net8.0/IntervalTree.Net.dll, andlib/net8.0/IntervalTree.Net.xml..snupkgcontainslib/net8.0/IntervalTree.Net.pdbandSymbolsPackagemetadata.raw.githubusercontent.com/Courtland9777/IntervalTree.Net/<commit>/*.No NuGet package or symbol package was published, no upload or release workflow was added, and no secrets, tags, or GitHub releases were created.