35 instantiations of LaunchSettings
Aspire.Hosting (1)
Aspire.Hosting.Azure.Functions (1)
Aspire.Hosting.Azure.Tests (10)
Aspire.Hosting.DevTunnels.Tests (1)
Aspire.Hosting.Docker.Tests (1)
Aspire.Hosting.Testing (1)
Aspire.Hosting.Tests (20)
107 references to LaunchSettings
Aspire.Hosting (22)
Aspire.Hosting.Azure.Functions (23)
LaunchSettingsSerializerContext.LaunchSettings.g.cs (16)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Hosting.LaunchSettings>? _LaunchSettings;
19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Hosting.LaunchSettings> LaunchSettings
22get => _LaunchSettings ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Hosting.LaunchSettings>)Options.GetTypeInfo(typeof(global::Aspire.Hosting.LaunchSettings));
25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Hosting.LaunchSettings> Create_LaunchSettings(global::System.Text.Json.JsonSerializerOptions options)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Hosting.LaunchSettings>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Hosting.LaunchSettings> jsonTypeInfo))
29var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Aspire.Hosting.LaunchSettings>
35ConstructorAttributeProviderFactory = static () => typeof(global::Aspire.Hosting.LaunchSettings).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
39jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Aspire.Hosting.LaunchSettings>(options, objectInfo);
56DeclaringType = typeof(global::Aspire.Hosting.LaunchSettings),
58Getter = static obj => ((global::Aspire.Hosting.LaunchSettings)obj).Profiles,
59Setter = static (obj, value) => ((global::Aspire.Hosting.LaunchSettings)obj).Profiles = value!,
66AttributeProviderFactory = static () => typeof(global::Aspire.Hosting.LaunchSettings).GetProperty("Profiles", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.Dictionary<string, global::Aspire.Hosting.LaunchProfile>), global::System.Array.Empty<global::System.Type>(), null),
78private void LaunchSettingsSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Aspire.Hosting.LaunchSettings? value)
89DictionaryStringLaunchProfileSerializeHandler(writer, ((global::Aspire.Hosting.LaunchSettings)value).Profiles);
Aspire.Hosting.Azure.Tests (11)
Aspire.Hosting.DevTunnels.Tests (1)
Aspire.Hosting.Docker.Tests (2)
Aspire.Hosting.Kubernetes.Tests (1)
Aspire.Hosting.Testing (21)
LaunchSettingsSerializerContext.LaunchSettings.g.cs (16)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Hosting.LaunchSettings>? _LaunchSettings;
19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Hosting.LaunchSettings> LaunchSettings
22get => _LaunchSettings ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Hosting.LaunchSettings>)Options.GetTypeInfo(typeof(global::Aspire.Hosting.LaunchSettings));
25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Hosting.LaunchSettings> Create_LaunchSettings(global::System.Text.Json.JsonSerializerOptions options)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Hosting.LaunchSettings>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Hosting.LaunchSettings> jsonTypeInfo))
29var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Aspire.Hosting.LaunchSettings>
35ConstructorAttributeProviderFactory = static () => typeof(global::Aspire.Hosting.LaunchSettings).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
39jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Aspire.Hosting.LaunchSettings>(options, objectInfo);
56DeclaringType = typeof(global::Aspire.Hosting.LaunchSettings),
58Getter = static obj => ((global::Aspire.Hosting.LaunchSettings)obj).Profiles,
59Setter = static (obj, value) => ((global::Aspire.Hosting.LaunchSettings)obj).Profiles = value!,
66AttributeProviderFactory = static () => typeof(global::Aspire.Hosting.LaunchSettings).GetProperty("Profiles", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.Dictionary<string, global::Aspire.Hosting.LaunchProfile>), global::System.Array.Empty<global::System.Type>(), null),
78private void LaunchSettingsSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Aspire.Hosting.LaunchSettings? value)
89DictionaryStringLaunchProfileSerializeHandler(writer, ((global::Aspire.Hosting.LaunchSettings)value).Profiles);
Aspire.Hosting.Tests (26)