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