2 references to WeatherForecast
Aspire.Hosting.Testing.Tests (2)
TestingFactoryTests.cs (2)
56var result1 = await httpClient.GetFromJsonAsync<WeatherForecast[]>("/weatherforecast"); 83var result = await httpClient.GetFromJsonAsync<WeatherForecast[]>("/weatherforecast");