fix(csharp): wait for NuGet indexing before release#87
Merged
Conversation
Adding .gitkeep for PR creation (default mode). This file will be removed when the task is complete. Issue: #86
Member
Author
Working session summaryImplemented and finalized PR 87: #87 What changed:
Validation:
Official NuGet references used are linked in the PR body, including Microsoft’s package validation/indexing docs and flat-container API docs. This summary was automatically extracted from the AI working session output. |
Member
Author
🤖 Solution Draft LogThis log file contains the complete execution trace of the AI solution draft process. 💰 Cost estimation:
📊 Context and tokens usage:
Total: (330.0K + 9.3M cached) input tokens, 38.3K output tokens, $14.369977 cost 🤖 Models used:
📎 Log file uploaded as Repository (35757KB)Now working session is ended, feel free to review and add any feedback on the solution draft. |
Member
Author
🎉 Auto-mergedThis pull request has been automatically merged by hive-mind.
Auto-merged by hive-mind with --auto-merge flag |
7 tasks
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.
Fixes #86
Summary
csharp/scripts/wait-for-nuget.mjs, a tested helper that checks the flat-container nuspec endpoint every 2 minutes across the normal NuGet indexing window.docs/case-studies/issue-86with GitHub issue/PR/run data, downloaded CI logs, NuGet evidence, template comparisons, and validation logs.Root Cause
NuGet accepted
clink@2.4.0, but the package was not yet visible from the flat-container API before the old 0/5/10/20/30/60 second retry schedule finished. The package appeared later within the NuGet indexing window, so the release job failed before the registry state it depended on was ready.Validation
node --test csharp/scripts/*.test.mjsnode --check csharp/scripts/wait-for-nuget.mjsdotnet test csharp/Foundation.Data.Doublets.Cli.sln --configuration Releasegit diff --checknode csharp/scripts/wait-for-nuget.mjs --package-id clink --release-version 2.4.0 --max-attempts 1Evidence
The detailed investigation and preserved logs are in
docs/case-studies/issue-86/README.md. Official NuGet references used in the investigation: