1 reference to ProfilesKey
dotnet (1)
Commands\Run\LaunchSettings\LaunchSettingsManager.cs (1)
40if (model.ValueKind != JsonValueKind.Object || !model.TryGetProperty(ProfilesKey, out var profilesObject) || profilesObject.ValueKind != JsonValueKind.Object)