Add an architecture diagram for Aspire project (#1174)

* Add an architecture diagram for Aspire project

* .

* "WireMock.Net : " +

* .
This commit is contained in:
Stef Heyenrath
2024-10-04 19:30:47 +02:00
committed by GitHub
parent eb7e6c397f
commit 5e04ff1a42
4 changed files with 101 additions and 14 deletions

View File

@@ -23,7 +23,7 @@ internal class WeatherForecastApiMock
(
DateOnly.FromDateTime(DateTime.Now.AddDays(index)),
Random.Shared.Next(-20, 55),
summaries[Random.Shared.Next(summaries.Length)]
"WireMock.Net 2 : " + summaries[Random.Shared.Next(summaries.Length)]
))
.ToArray())
)