6 references to IsHttpUrl
aspire (5)
Commands\AgentMcpCommand.cs (1)
97
if (!UrlHelper.
IsHttpUrl
(dashboardUrl))
Commands\TelemetryCommandHelpers.cs (1)
218
if (!UrlHelper.
IsHttpUrl
(dashboardUrl))
Packaging\PackageSourceOverrideMappings.cs (2)
116
if (UrlHelper.
IsHttpUrl
(trimmedSource))
150
if (UrlHelper.
IsHttpUrl
(source))
Packaging\PackagingService.cs (1)
556
if (UrlHelper.
IsHttpUrl
(overrideFeed))
Aspire.Cli.Tests (1)
Packaging\PackagingServiceTests.cs (1)
2089
Assert.False(UrlHelper.
IsHttpUrl
(aspireMapping.Source), "Local hive Aspire* mapping must be a filesystem path, not an HTTP feed.");