5 references to GetFromJsonAsync
Aspire.Hosting.Testing.Tests (4)
TestingBuilderTests.cs (2)
192
var result1 = await httpClient.
GetFromJsonAsync
<WeatherForecast[]>("/weatherforecast");
437
var result = await httpClient.
GetFromJsonAsync
<WeatherForecast[]>("/weatherforecast");
TestingFactoryTests.cs (2)
56
var result1 = await httpClient.
GetFromJsonAsync
<WeatherForecast[]>("/weatherforecast");
83
var result = await httpClient.
GetFromJsonAsync
<WeatherForecast[]>("/weatherforecast");
MyFrontend (1)
Services\CatalogServiceClient.cs (1)
18
return client.
GetFromJsonAsync
<Catalog>($"api/v1/catalog/items/type/all/brand{query}");