Skip to content

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:

// TODO - this URL is no longer accessible.
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