Skip to content

Misc PackageIndexer updates #408

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

Merged
merged 10 commits into from
Sep 19, 2024
Merged

Misc PackageIndexer updates #408

merged 10 commits into from
Sep 19, 2024

Conversation

gewarren
Copy link
Contributor

@gewarren gewarren requested a review from a team September 18, 2024 18:29
@gewarren gewarren enabled auto-merge (squash) September 18, 2024 18:29
Copy link
Member

@BillWagner BillWagner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This LGTM @gewarren

I had one question, and then let's :shipit:

string url = "https://nugetprodusncazuresearch.blob.core.windows.net/v3-azuresearch-017/owners/owners.v2.json";
return httpClient.GetFromJsonAsync<Dictionary<string, string[]>>(url);
return httpClient.GetFromJsonAsync<Dictionary<string, string[]>>(url)!;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this throw an exception if the result is null?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I logged #411 since this merged already. Thanks for the review!

@gewarren gewarren merged commit 9340269 into dotnet:main Sep 19, 2024
8 of 9 checks passed
@gewarren gewarren deleted the specialcase2 branch September 19, 2024 19:41
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.

2 participants