1 reference to Value
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
TestProperty\CustomKeyValueConverter.cs (1)
48return listOfTraitObjects?.Select(trait => new KeyValuePair<string?, string?>(trait.Key, trait.Value)).ToArray() ?? [];