52 references to Join
aspire (1)
Commands\AgentInitCommand.cs (1)
763var message = string.Join(Environment.NewLine,
Aspire.Cli.Tests (2)
Commands\AgentInitCommandTests.cs (2)
50var expectedSummary = string.Join(Environment.NewLine, 84var expectedSummary = string.Join(Environment.NewLine,
dotnet (3)
Commands\Solution\SolutionArgumentValidator.cs (1)
45args = $"--{SolutionAddCommandDefinition.SolutionFolderOptionName} {string.Join(" ", relativeRoot)} ";
Commands\Test\VSTest\VSTestArgumentConverter.cs (1)
467newArgList.Add($@"--blame:{string.Join(";", crashDumpArgs, hangDumpArgs).Trim(';')}");
Commands\Tool\Restore\ToolRestoreCommand.cs (1)
95_reporter.WriteLine(string.Join(Environment.NewLine, e.VerboseMessage).Yellow());
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Commands\Solution\SolutionArgumentValidator.cs (1)
45args = $"--{SolutionAddCommandDefinition.SolutionFolderOptionName} {string.Join(" ", relativeRoot)} ";
ILCompiler.MetadataTransform (1)
Internal\Metadata\NativeFormat\Writer\NativeMetadataWriter.cs (1)
898return string.Join(" ", Enum.GetName(CallingConvention),
Infrastructure.Tests (2)
Pipelines\ExtensionE2eRecorderStepTests.cs (1)
138return string.Join(Environment.NewLine, [GitHubPwshPrologue, body, GitHubPwshEpilogue]);
WorkflowScripts\NodeCommand.cs (1)
232=> string.Join(" ", [QuoteForDisplay(scriptPath), .. args.Select(QuoteForDisplay)]);
Microsoft.AspNetCore.Antiforgery (1)
Internal\DefaultAntiforgery.cs (1)
257string.Join(".", nameof(AntiforgeryOptions), nameof(AntiforgeryOptions.Cookie), nameof(CookieBuilder.SecurePolicy)),
Microsoft.AspNetCore.Components (3)
PersistentState\PersistentServicesRegistry.cs (2)
245? string.Join(".", typeName, propertyName) 246: string.Join(".", assemblyName, typeName, propertyName);
PersistentState\PersistentStateValueProviderKeyResolver.cs (1)
188SHA256.HashData(Encoding.UTF8.GetBytes(string.Join(".", parts.parentComponentType, parts.componentType, parts.propertyName)));
Microsoft.AspNetCore.Mvc.Razor (1)
ApplicationParts\RazorCompiledItemFeatureProvider.cs (1)
30var message = string.Join(
Microsoft.AspNetCore.Mvc.TagHelpers (3)
AnchorTagHelper.cs (1)
208var message = string.Join(
FormActionTagHelper.cs (1)
220var message = string.Join(
FormTagHelper.cs (1)
227var message = string.Join(
Microsoft.AspNetCore.SpaProxy (1)
SpaProxyLaunchManager.cs (1)
240string.Join(" ", "-NoProfile", "-C", stopScript))
Microsoft.Build (3)
BackEnd\Components\Communications\RarNodeLauncher.cs (1)
76string commandLineArgs = string.Join(" ", ["/nologo", NodeModeHelper.ToCommandLineArgument(NodeMode.OutOfProcRarNode)]);
Construction\Solution\SolutionProjectGenerator.cs (1)
1202string directProjectProperties = Strings.WeakIntern(String.Join(";", GetConfigurationAndPlatformPropertiesString(projectConfiguration), SolutionProperties));
Logging\TerminalLogger\TerminalLogger.cs (1)
629Terminal.WriteLine(string.Join(CultureInfo.CurrentCulture.TextInfo.ListSeparator + " ", summaryAndTotalText, failedText, passedText, skippedText, durationText));
Microsoft.Build.Framework (1)
Utilities\FrameworkLocationHelper.cs (1)
1413return string.Join(@"\", HKLM, MicrosoftSDKsRegistryKey, visualStudioSpec.GetDotNetFrameworkSdkRegistryKey(Version), _dotNetFrameworkSdkRegistryToolsKey);
Microsoft.Build.Utilities.Core (3)
ToolLocationHelper.cs (3)
892string cacheKey = string.Join("|", sdkIdentifier, sdkVersion, targetPlatformIdentifier, targetPlatformMinVersion, targetPlatformVersion, diskRoots, registryRoot); 961string cacheKey = string.Join("|", extensionSdkMoniker, targetSdkIdentifier, targetSdkVersion); 2446string cachedTargetPlatformsKey = string.Join("|",
Microsoft.CodeAnalysis (4)
DiagnosticAnalyzer\AnalyzerExecutor.cs (2)
1441var contextInformation = string.Join(Environment.NewLine, CreateDiagnosticDescription(info, e), CreateDisablingMessage(analyzer, analyzerName)).Trim(); 1454return string.Join(Environment.NewLine,
src\roslyn\src\Compilers\Core\AnalyzerDriver\AnalyzerExceptionDescriptionBuilder.cs (2)
28return string.Join(s_separator, GetExceptionMessage(exception), CreateDiagnosticDescription(exception.InnerException)); 42return string.Join(s_separator, exception.Message, fusionLog);
Microsoft.CodeAnalysis.Features (2)
src\roslyn\src\Compilers\Core\AnalyzerDriver\AnalyzerExceptionDescriptionBuilder.cs (2)
28return string.Join(s_separator, GetExceptionMessage(exception), CreateDiagnosticDescription(exception.InnerException)); 42return string.Join(s_separator, exception.Message, fusionLog);
Microsoft.DotNet.Build.Tasks.Packaging (1)
NuGetPack.cs (1)
393string packedPackageSourcePath = Path.Combine(Path.GetDirectoryName(fileName), string.Join(".", _packageNamePrefix, Path.GetFileName(fileName)));
Microsoft.DotNet.Cli.Utils (1)
Extensions\LockFileFormatExtensions.cs (1)
19throw new GracefulException(string.Join(
Microsoft.Extensions.AI.OpenAI.Tests (1)
parent\Microsoft.Extensions.AI.Abstractions.Tests\AssertExtensions.cs (1)
126throw new XunitException($"Actual value contains additional parameters {string.Join(", ", extraParameters)} not found in expected value.");
Microsoft.Extensions.AI.Tests (1)
parent\Microsoft.Extensions.AI.Abstractions.Tests\AssertExtensions.cs (1)
126throw new XunitException($"Actual value contains additional parameters {string.Join(", ", extraParameters)} not found in expected value.");
Microsoft.NET.Sdk.StaticWebAssets.Tasks (5)
Data\StaticWebAssetsDiscoveryPattern.cs (1)
82public override string ToString() => string.Join(" - ", Name, Source, Pattern, BasePath, ContentRoot);
MergeConfigurationProperties.cs (4)
58var additionalBuildProperties = string.Join( 66var buildPropertiesToRemove = string.Join( 73var additionalPublishProperties = string.Join( 81var publishPropertiesToRemove = string.Join(
Microsoft.TemplateEngine.Edge (1)
Constraints\WorkloadConstraintFactory.cs (1)
73string.Join(", ", _installedWorkloadsString)),
NuGet.Configuration (1)
ClientCertificate\ClientCertificateProvider.cs (1)
72string.Join(", ", $"'{groupsWithSamePackageSource.Select(g => g.Key)}'"));
NuGet.PackageManagement (1)
Telemetry\ActionTelemetryStepEvent.cs (1)
17{ nameof(SubStepName), string.Join(",", stepName) },
NuGet.Protocol (1)
Resources\PackageUpdateResource.cs (1)
760var url = string.Join("/", packageId, packageVersion);
PresentationBuildTasks (1)
Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (1)
155string tempProjPrefix = string.Join("_", currentProjectName, randomFileName, WPFTMP);
sdk-tasks (1)
CalculateTemplateVersions.cs (1)
73var installerUpgradeCode = GenerateGuidFromName.GenerateGuid(string.Join("-", templateBaseFilename, FullNugetVersion, ProductMonikerRid) + InstallerExtension).ToString().ToUpper();
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\DecompressionHandler.cs (1)
45_acceptEncodingHeaderValue = string.Join(", ", methods.Slice(0, count));
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (2)
1436if (NetEventSource.Log.IsEnabled()) Trace($"{nameof(name)}={name}, {nameof(values)}={string.Join(", ", values)}"); 1449if (NetEventSource.Log.IsEnabled()) Trace($"{nameof(values)}={string.Join(Encoding.ASCII.GetString(separator ?? []), values)}");
vstest.console (1)
Processors\ListExtensionsArgumentProcessor.cs (1)
173ConsoleOutput.Instance.WriteLine(string.Format(CultureInfo.CurrentCulture, CommandLineResources.AvailableExtensionsMetadataFormat, "FriendlyName", string.Join(", ", extension.Metadata.FriendlyName)), OutputLevel.Information);
vstest.console.arm64 (1)
src\vstest\src\vstest.console\Processors\ListExtensionsArgumentProcessor.cs (1)
173ConsoleOutput.Instance.WriteLine(string.Format(CultureInfo.CurrentCulture, CommandLineResources.AvailableExtensionsMetadataFormat, "FriendlyName", string.Join(", ", extension.Metadata.FriendlyName)), OutputLevel.Information);