bmtlab/NuGet Package Availability Checker
GitHub Action automates NuGet package availability checks, ensuring packages exist and are indexed on nuget.org.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package | NuGet package name to check (SomeCompany.PackageName e.g), case-insensitive | yes | — |
| version | Package version to check (2.3.4-preview e.g), case-insensitive | yes | — |
| attempts | Maximum number of attempts to check the package availability (10 e.g) | no | 1 |
Outputs
| name | description |
|---|---|
| indexed | Whether the package is indexed on nuget.org (true or false) |