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