Skip to content
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

Fixes issues with incomplete release history #56

Merged
merged 12 commits into from
Sep 19, 2023

Conversation

mscottford
Copy link
Member

@mscottford mscottford commented Sep 19, 2023

  • Ensures that async operations are waited on during gRPC calls
  • Ensures that unlisted packages are included in release history (Fixes Detect and handle unlisted dependency versions #27)
  • Attempts to interpolate the release date of unlisted packages, because NuGet.org sets the publish date to 1900-01-01 whenever a package is unlisted. There does not appear to be a way to get the original release date.

* Ensures that async operations are waited on during gRPC calls
* Ensures that unlisted packages are included in release history
* Attempts to interpolate the release date of unlisted packages, because NuGet.org sets the publish date to 1900-01-01 whenever a package is unlisted. There does not appear to be a way to get the original release date.
* This causes problems with the code coverage solution that we're using
@mscottford mscottford merged commit bf19e3c into main Sep 19, 2023
1 check passed
@mscottford mscottford deleted the missing-release-history branch September 19, 2023 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Detect and handle unlisted dependency versions
1 participant