1 reference to ProfilesKey
Microsoft.DotNet.ProjectTools (1)
LaunchSettings\LaunchSettings.cs (1)
90
if (model.ValueKind != JsonValueKind.Object || !model.TryGetProperty(
ProfilesKey
, out var profilesObject) || profilesObject.ValueKind != JsonValueKind.Object)