5 references to CreateUrl
Aspire.Dashboard.Tests (5)
Model\SqliteResourceRepositoryTests.cs (5)
473CreateUrl("http", "Online store (http)", "http://frontend-testshop.dev.localhost:5266/"),
474CreateUrl("http", "Online store (http)", "http://localhost:5266/", isInternal: true),
475CreateUrl("https", "Online store (https)", "https://frontend-testshop.dev.localhost:7269/"),
476CreateUrl("https", "Online store (https)", "https://localhost:7269/", isInternal: true),
477CreateUrl("https", "Health", "https://localhost:7269/health", isInternal: true)