7 writes to LaunchUrl
Aspire.Hosting (1)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (1)
151Setter = static (obj, value) => ((global::Aspire.Hosting.LaunchProfile)obj).LaunchUrl = value!,
Aspire.Hosting.Azure.Functions (1)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (1)
159Setter = static (obj, value) => ((global::Aspire.Hosting.LaunchProfile)obj).LaunchUrl = value!,
Aspire.Hosting.Testing (1)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (1)
159Setter = static (obj, value) => ((global::Aspire.Hosting.LaunchProfile)obj).LaunchUrl = value!,
Aspire.Hosting.Tests (4)
Dcp\DcpExecutorTests.cs (2)
1746LaunchUrl = "http://localhost:5000", 1756LaunchUrl = "http://localhost:5003",
WithUrlsTests.cs (2)
870LaunchUrl = "/sub-path" 876LaunchUrl = "http://custom.localhost:23456/home"
8 references to LaunchUrl
Aspire.Hosting (4)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (2)
150Getter = static obj => ((global::Aspire.Hosting.LaunchProfile)obj).LaunchUrl, 222writer.WriteString(PropName_launchUrl, ((global::Aspire.Hosting.LaunchProfile)value).LaunchUrl);
ProjectResourceBuilderExtensions.cs (2)
467if (Uri.TryCreate(launchProfile.LaunchUrl, UriKind.RelativeOrAbsolute, out var launchUri)) 483url.Url = launchProfile.LaunchUrl;
Aspire.Hosting.Azure.Functions (2)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (2)
158Getter = static obj => ((global::Aspire.Hosting.LaunchProfile)obj).LaunchUrl, 235writer.WriteString(PropName_launchUrl, ((global::Aspire.Hosting.LaunchProfile)value).LaunchUrl);
Aspire.Hosting.Testing (2)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (2)
158Getter = static obj => ((global::Aspire.Hosting.LaunchProfile)obj).LaunchUrl, 235writer.WriteString(PropName_launchUrl, ((global::Aspire.Hosting.LaunchProfile)value).LaunchUrl);