3 references to ToCsvString
Microsoft.Build (1)
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (1)
265
$"The check '{check.FriendlyName}' exposes rules '{check.SupportedRules.Select(r => r.Id).
ToCsvString
()}', but different rules were declared during registration: '{checkFactoryContext.RuleIds.ToCsvString()}'");
Microsoft.Build.Engine.UnitTests (2)
BuildEventArgsSerialization_Tests.cs (2)
563
e => e.TracingData.InfrastructureTracingData.Keys.
ToCsvString
(false),
565
.Select(v => v.TotalSeconds.ToString(CultureInfo.InvariantCulture)).
ToCsvString
(false));