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