Commands\Test\MTP\TestApplication.cs (6)
327if (!handshakeMessage.Properties.TryGetValue(HandshakeMessagePropertyNames.SupportedProtocolVersions, out string? protocolVersions) ||
353{ HandshakeMessagePropertyNames.PID, Environment.ProcessId.ToString(CultureInfo.InvariantCulture) },
354{ HandshakeMessagePropertyNames.Architecture, RuntimeInformation.ProcessArchitecture.ToString() },
355{ HandshakeMessagePropertyNames.Framework, RuntimeInformation.FrameworkDescription },
356{ HandshakeMessagePropertyNames.OS, RuntimeInformation.OSDescription },
357{ HandshakeMessagePropertyNames.SupportedProtocolVersions, version }