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