369 references to Join
aspire (4)
DotNetCliRunner.cs (4)
109$"-getProperty:{string.Join(",", properties)}", 110$"-getItem:{string.Join(",", items)}", 392logger.LogDebug("Running dotnet with args: {Args}", string.Join(" ", args)); 421logger.LogDebug("Failed to start dotnet process with args: {Args}", string.Join(" ", args));
Aspire.Dashboard (6)
Configuration\ValidateDashboardOptions.cs (4)
51errorMessages.Add($"Frontend endpoint authentication is not configured. Either specify {DashboardConfigNames.DashboardUnsecuredAllowAnonymousName.ConfigKey}=true, or specify {DashboardConfigNames.DashboardFrontendAuthModeName.ConfigKey}. Possible values: {string.Join(", ", typeof(FrontendAuthMode).GetEnumNames())}"); 89errorMessages.Add($"OTLP endpoint authentication is not configured. Either specify {DashboardConfigNames.DashboardUnsecuredAllowAnonymousName.ConfigKey}=true, or specify {DashboardConfigNames.DashboardOtlpAuthModeName.ConfigKey}. Possible values: {string.Join(", ", typeof(OtlpAuthMode).GetEnumNames())}"); 131errorMessages.Add($"The resource service client is configured to use certificates, but no certificate source is specified. Specify {DashboardConfigNames.ResourceServiceClientCertificateSourceName.ConfigKey}. Possible values: {string.Join(", ", typeof(DashboardClientCertificateSource).GetEnumNames())}"); 139errorMessages.Add($"Resource service client authentication is not configured. Specify {DashboardConfigNames.ResourceServiceClientAuthModeName.ConfigKey}. Possible values: {string.Join(", ", typeof(ResourceClientAuthMode).GetEnumNames())}");
src\Shared\IConfigurationExtensions.cs (2)
188throw new InvalidOperationException($"Unknown {typeof(T).Name} value \"{value}\". Valid values are {string.Join(", ", Enum.GetNames(typeof(T)))}."); 208throw new InvalidOperationException($"Missing required configuration for {key}. Valid values are {string.Join(", ", Enum.GetNames(typeof(T)))}.");
Aspire.Dashboard.Tests (2)
DashboardOptionsTests.cs (2)
162Assert.Equal($"The resource service client is configured to use certificates, but no certificate source is specified. Specify {DashboardConfigNames.ResourceServiceClientCertificateSourceName.ConfigKey}. Possible values: {string.Join(", ", typeof(DashboardClientCertificateSource).GetEnumNames())}", result.FailureMessage); 189Assert.Equal($"Resource service client authentication is not configured. Specify {DashboardConfigNames.ResourceServiceClientAuthModeName.ConfigKey}. Possible values: {string.Join(", ", typeof(ResourceClientAuthMode).GetEnumNames())}", result.FailureMessage);
Aspire.EndToEnd.Tests (5)
tests\Shared\TemplatesTesting\AspireProject.cs (2)
178processArguments += extraArgs is not null ? " " + string.Join(" ", extraArgs) : ""; 332buildArgs += " " + string.Join(" ", extraBuildArgs);
tests\Shared\TemplatesTesting\DotNetCommand.cs (2)
26? $"{string.Join(" ", args)} {_buildEnvironment.DefaultBuildArgs}" 27: string.Join(" ", args);
tests\Shared\TemplatesTesting\ToolCommand.cs (1)
104protected virtual string GetFullArgs(params string[] args) => string.Join(" ", args);
Aspire.Hosting (4)
Publishing\ResourceContainerImageBuilder.cs (1)
105string.Join(" ", startInfo.ArgumentList.ToArray())
ResourceBuilderExtensions.cs (1)
1773var endpointNamesString = string.Join(", ", endpointNames);
src\Shared\IConfigurationExtensions.cs (2)
188throw new InvalidOperationException($"Unknown {typeof(T).Name} value \"{value}\". Valid values are {string.Join(", ", Enum.GetNames(typeof(T)))}."); 208throw new InvalidOperationException($"Missing required configuration for {key}. Valid values are {string.Join(", ", Enum.GetNames(typeof(T)))}.");
Aspire.Hosting.Python (2)
PythonAppResourceBuilderExtensions.cs (1)
184var values = string.Join(", ", scriptArgs);
PythonProjectResourceBuilderExtensions.cs (1)
187var values = string.Join(", ", scriptArgs);
Aspire.Hosting.Testing (2)
DistributedApplicationFactory.cs (1)
159var values = string.Join(", ", args);
DistributedApplicationTestingBuilder.cs (1)
145var values = string.Join(", ", args);
Aspire.Hosting.Testing.Tests (1)
TestingBuilderTests.cs (1)
42throw new InvalidOperationException($"Found unexpected AppHost files in {AppContext.BaseDirectory}: {string.Join(", ", unexpectedAppHostFiles)}");
Aspire.Templates.Tests (5)
tests\Shared\TemplatesTesting\AspireProject.cs (2)
178processArguments += extraArgs is not null ? " " + string.Join(" ", extraArgs) : ""; 332buildArgs += " " + string.Join(" ", extraBuildArgs);
tests\Shared\TemplatesTesting\DotNetCommand.cs (2)
26? $"{string.Join(" ", args)} {_buildEnvironment.DefaultBuildArgs}" 27: string.Join(" ", args);
tests\Shared\TemplatesTesting\ToolCommand.cs (1)
104protected virtual string GetFullArgs(params string[] args) => string.Join(" ", args);
ControllersFromServicesClassLibrary (1)
ControllerWithConstructorInjection.cs (1)
29var content = string.Join(
DnnAnalyzer (1)
DnnAnalyzer.cs (1)
24var inputsString = inputs.Length == 0 ? "" : $", input nodes: {string.Join(", ", inputs)}";
dotnet-openapi (2)
Commands\AddFileCommand.cs (1)
43await Warning.WriteLineAsync($"The extension for the given file '{sourceFile}' should have been one of: {string.Join(",", ApprovedExtensions)}.");
Commands\BaseCommand.cs (1)
224Arguments = string.Join(" ", args),
dotnet-svcutil.xmlserializer (1)
Microsoft\Tools\ServiceModel\SvcUtil\OptionsStatics.cs (1)
48public static readonly string SupportedTargets = string.Join(", ", s_targets);
dotnet-svcutil-lib (2)
HelpGenerator.cs (1)
51ArgumentInfo.CreateParameterHelpInfo(CommandProcessorOptions.Switches.Verbosity.Name, SR.ParametersVerbosity, string.Format(SR.HelpVerbosityFormat, string.Join(", ", System.Enum.GetNames(typeof(Verbosity))), CommandProcessorOptions.Switches.Verbosity.Abbreviation)),
Shared\Options\OptionValueParser.cs (1)
239var supportedValues = string.Format(CultureInfo.CurrentCulture, Shared.Resources.ErrorOnInvalidEnumSupportedValuesFormat, string.Join(", ", Enum.GetNames(typeof(TValue))));
GetDocument.Insider (1)
Commands\GetDocumentCommandWorker.cs (1)
409var sanitizedDocumentName = string.Join(
HeaderPropagationSample (2)
Startup.cs (2)
67await context.Response.WriteAsync($"'/' Got Header '{header.Key}': {string.Join(", ", (string[])header.Value)}\r\n"); 93await context.Response.WriteAsync($"'/forwarded' Got Header '{header.Key}': {string.Join(", ", (string[])header.Value)}\r\n");
IIS.Common.TestLib (2)
TestConnections.cs (2)
66var bytes = Encoding.ASCII.GetBytes(string.Join("\r\n", lines)); 117var expected = string.Join("\r\n", lines);
illink (2)
InMemory.FunctionalTests (8)
ChunkedRequestTests.cs (3)
300var response = string.Join("\r\n", new string[] { 431var response = string.Join("\r\n", new string[] { 606var response = string.Join("\r\n", new string[] {
RequestTests.cs (2)
1429var response = string.Join("\r\n", new string[] { 1435var lastResponse = string.Join("\r\n", new string[]
src\Servers\Kestrel\shared\test\StreamBackedTestConnection.cs (3)
70var text = string.Join("\r\n", lines); 79var text = string.Join("\r\n", lines); 95var expected = string.Join("\r\n", lines);
installer.tasks (3)
GenerateRunScript.cs (1)
43Log.LogMessage($"Run commands = {string.Join(Environment.NewLine, RunCommands)}");
StaticFileRegeneration\TpnSectionHeader.cs (2)
100string name = string.Join(Environment.NewLine, nameLines); 143Name = string.Join(Environment.NewLine, nameLines),
Microsoft.AspNetCore.Analyzer.Testing (1)
TestSource.cs (1)
52testInput.Source = string.Join(Environment.NewLine, lines);
Microsoft.AspNetCore.Antiforgery (1)
Internal\DefaultAntiforgery.cs (1)
261string.Join(".", nameof(AntiforgeryOptions), nameof(AntiforgeryOptions.Cookie), nameof(CookieBuilder.SecurePolicy)),
Microsoft.AspNetCore.App.Analyzers.Test (3)
Authorization\AddAuthorizationBuilderTests.cs (3)
730var fullSource = string.Join(Environment.NewLine, source, _testAuthorizationPolicyClassDeclaration); 731var fullFixedSource = string.Join(Environment.NewLine, fixedSource, _testAuthorizationPolicyClassDeclaration); 738var fullSource = string.Join(Environment.NewLine, source, _testAuthorizationPolicyClassDeclaration);
Microsoft.AspNetCore.Authentication.JwtBearer.Tools.Tests (1)
src\Tools\Shared\TestHelpers\TemporaryCSharpProject.cs (1)
50Value = string.Join(";", tfms)
Microsoft.AspNetCore.Components (2)
PersistentState\PersistentServicesRegistry.cs (1)
214var input = Encoding.UTF8.GetBytes(string.Join(".", assemblyName, typeName, propertyName));
SupplyParameterFromPersistentComponentStateValueProvider.cs (1)
254SHA256.HashData(Encoding.UTF8.GetBytes(string.Join(".", parts.parentComponentType, parts.componentType, parts.propertyName)));
Microsoft.AspNetCore.Identity.FunctionalTests (1)
MapIdentityApiTests.cs (1)
1506return string.Join(":", userId, purpose, "ImmaToken");
Microsoft.AspNetCore.Identity.Specification.Tests (1)
UserManagerSpecificationTests.cs (1)
978return string.Join(":", userId, purpose, "ImmaToken");
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (3)
FileExtensionsAttributeAdapterTest.cs (3)
29var formattedExtensions = string.Join(", ", expectedExtensions.Split(',')); 80var formattedExtensions = string.Join(", ", expectedExtensions.Split(',')); 109var formattedExtensions = string.Join(", ", expectedExtensions.Split(','));
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
BasicTests.cs (1)
662Assert.Equal("Failed to read the request form. Form section has invalid Content-Disposition value: ", string.Join(" ", kvp.Value));
Microsoft.AspNetCore.Mvc.Razor (2)
ApplicationParts\RazorCompiledItemFeatureProvider.cs (1)
30var message = string.Join(
RazorPage.cs (1)
230var sectionNames = string.Join(", ", sectionsNotIgnored);
Microsoft.AspNetCore.Mvc.Razor.Test (9)
ApplicationParts\RazorCompiledItemFeatureProviderTest.cs (1)
93var expected = string.Join(
RazorPageTest.cs (1)
785var expected = string.Join(Environment.NewLine,
RazorViewTest.cs (7)
235var expected = string.Join( 517var expected = string.Join( 560var expected = string.Join( 603var expected = string.Join( 756var expected = string.Join( 823var expected = string.Join( 1705var expected = string.Join(
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionDescriptorProvider.cs (1)
150var transformedPageRoute = string.Join("/", segments);
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.Mvc.TagHelpers.Test (12)
AnchorTagHelperTest.cs (3)
549var expectedErrorMessage = string.Join( 587var expectedErrorMessage = string.Join( 625var expectedErrorMessage = string.Join(
FormActionTagHelperTest.cs (4)
572var expectedErrorMessage = string.Join( 610var expectedErrorMessage = string.Join( 648var expectedErrorMessage = string.Join( 686var expectedErrorMessage = string.Join(
FormTagHelperTest.cs (3)
1065var expectedErrorMessage = string.Join( 1099var expectedErrorMessage = string.Join( 1133var expectedErrorMessage = string.Join(
PartialTagHelperTest.cs (2)
572var expected = string.Join(Environment.NewLine, 703var expected = string.Join(
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
RemoteAttributeBase.cs (1)
85var delimitedAdditionalFields = string.Join(",", _additionalFieldsSplit);
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (10)
PartialViewResultTest.cs (3)
66var expected = string.Join( 104var expected = string.Join( 142var expected = string.Join(
ViewComponents\ViewViewComponentResultTest.cs (4)
145var expected = string.Join(Environment.NewLine, 183var expected = string.Join(Environment.NewLine, 221var expected = string.Join(Environment.NewLine, 379var expected = string.Join(Environment.NewLine,
ViewResultTest.cs (3)
76var expected = string.Join( 114var expected = string.Join( 154var expected = string.Join(
Microsoft.AspNetCore.Routing.Tests (6)
EndpointNameAddressSchemeTest.cs (1)
173Assert.Equal(String.Join(Environment.NewLine, @"The following endpoints with a duplicate endpoint name were found.",
Internal\DfaGraphWriterTest.cs (3)
33Assert.Equal(String.Join(Environment.NewLine, @"digraph DFA {", 56Assert.Equal(String.Join(Environment.NewLine, @"digraph DFA {", 80Assert.Equal(String.Join(Environment.NewLine, @"digraph DFA {",
Matching\HostMatcherPolicyIntegrationTestBase.cs (1)
418var displayName = "endpoint: " + template + " " + string.Join(", ", hosts ?? new[] { "*:*" });
Matching\HttpMethodMatcherPolicyIntegrationTestBase.cs (1)
400var displayName = "endpoint: " + template + " " + string.Join(", ", httpMethods ?? new[] { "(any)" });
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\AddressBinder.cs (1)
199context.Logger.LogWarning(CoreStrings.OverridingWithKestrelOptions, string.Join(", ", _originalAddresses));
Internal\Http\HttpRequestHeaders.cs (1)
55_headers._Cookie = string.Join("; ", _headers._Cookie.ToArray());
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (3)
src\Servers\Kestrel\shared\test\StreamBackedTestConnection.cs (3)
70var text = string.Join("\r\n", lines); 79var text = string.Join("\r\n", lines); 95var expected = string.Join("\r\n", lines);
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
InMemoryTransportBenchmark.cs (1)
79throw new InvalidOperationException(string.Join(Environment.NewLine,
NamedPipesTransportBenchmark.cs (1)
81throw new InvalidOperationException(string.Join(Environment.NewLine,
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (1)
Docker.cs (1)
180output = string.Join(Environment.NewLine, lines.ToArray());
Microsoft.AspNetCore.SignalR.Tests (1)
HttpHeaderConnectionHandler.cs (1)
28var data = Encoding.UTF8.GetBytes(string.Join(",", headerValues));
Microsoft.AspNetCore.SpaProxy (1)
SpaProxyLaunchManager.cs (1)
240string.Join(" ", "-NoProfile", "-C", stopScript))
Microsoft.Build (11)
BackEnd\BuildManager\BuildManager.cs (1)
651loggingService.LogComment(BuildEventContext.Invalid, MessageImportance.Normal, "UsingInputCaches", string.Join(";", _buildParameters.InputResultsCacheFiles));
BackEnd\Client\MSBuildClient.cs (1)
477using Process msbuildProcess = nodeLauncher.Start(_msbuildLocation, string.Join(" ", msBuildServerOptions), nodeId: 0);
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
1238string.Join(",", request.Targets));
Construction\Solution\SolutionProjectGenerator.cs (1)
1150string directProjectProperties = Strings.WeakIntern(String.Join(";", GetConfigurationAndPlatformPropertiesString(projectConfiguration), SolutionProperties));
Evaluation\Evaluator.cs (1)
1582String.Join(";", pathsToSearch));
FileMatcher.cs (1)
530return pathRoot + string.Join(s_directorySeparatorString, longParts);
FrameworkLocationHelper.cs (3)
1362return string.Join(@"\", HKLM, MicrosoftSDKsRegistryKey, visualStudioSpec.GetDotNetFrameworkSdkRegistryKey(Version), _dotNetFrameworkSdkRegistryToolsKey); 1446string registryPath = string.Join( 1567string registryPath = string.Join(@"\", MicrosoftSDKsRegistryKey, "Windows", visualStudioSpec.WindowsSdkRegistryKey);
Logging\TerminalLogger\TerminalLogger.cs (2)
251string argsString = string.Join(" ", args); 478Terminal.WriteLine(string.Join(CultureInfo.CurrentCulture.TextInfo.ListSeparator + " ", summaryAndTotalText, failedText, passedText, skippedText, durationText));
Microsoft.Build.BuildCheck.UnitTests (2)
ExecCliBuildCheck_Tests.cs (2)
47string.Join(";", new string('a', 1025), "dotnet build", new string('a', 1025)), 48string.Join(";", new string('a', RuntimeInformation.IsOSPlatform(OSPlatform.Windows) ? MaxStackSizeWindows * 2 : MaxStackSizeLinux * 2), "dotnet build"));
Microsoft.Build.CommandLine.UnitTests (1)
XMake_Tests.cs (1)
2847string output = RunnerUtilities.ExecMSBuild($"\"{testProject.ProjectFile}\" {string.Join(" ", arguments)}", out var success, _output);
Microsoft.Build.Engine.UnitTests (12)
BackEnd\BuildManager_Tests.cs (3)
2779<MSBuild Projects=`" + String.Join(";", projB, projC, projB) + @"` BuildInParallel=`true` /> 2894<MSBuild Projects=`" + String.Join(";", projB, projC, projB) + @"` BuildInParallel=`true` /> 2980<MSBuild Projects=`" + String.Join(";", projB, projC, projB) + @"` BuildInParallel=`true` />
BackEnd\SdkResolverService_Tests.cs (1)
68_logger.Errors[0].Message.ShouldBe(ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword("FailedToResolveSDK", "notfound", string.Join($"{Environment.NewLine} ", new[] {
BinaryLogger_Tests.cs (1)
477TransientTestFile testFile = testFolder.CreateFile(testFileName, string.Join(Environment.NewLine, new[] { "123", "456" }));
Evaluation\Evaluator_Tests.cs (2)
1231<Imports>{String.Join(";", importPaths)}</Imports> 1333<Imports>{String.Join(";", importPaths)}</Imports>
Evaluation\ImportFromMSBuildExtensionsPath_Tests.cs (1)
950string combinedExtnDirs = extnDirs != null ? String.Join(";", extnDirs) : String.Empty;
FileMatcher_Tests.cs (4)
70fileMatches.Length.ShouldBe(expectedMatchCount, $"Matches: '{String.Join("', '", fileMatches)}'"); 231yield return $"Excludes = {String.Join(";", Excludes)}"; 1245string result = String.Join(", ", files); 1265string result = String.Join(", ", files);
Microsoft.Build.Tasks.CodeAnalysis (1)
ManagedCompiler.cs (1)
714var combinedMessage = string.Join(", ", analyzerResponse.ErrorMessages.ToArray());
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (1)
TestUtilities\TaskTestUtil.cs (1)
23var line = string.Join(" ", expected);
Microsoft.Build.Tasks.Core (8)
AssemblyDependency\ReferenceTable.cs (1)
2038otherFrameworkName = String.Join(";", _latestTargetFrameworkDirectories);
AssemblyDependency\ResolveAssemblyReference.cs (2)
1534Log.LogMessage(importance, indent + string.Join(",", TargetFrameworkDirectories)); 1537Log.LogMessage(importance, indent + string.Join(",", NonCultureResourceDirectories));
FileMatcher.cs (1)
530return pathRoot + string.Join(s_directorySeparatorString, longParts);
RedistList.cs (1)
1035string concatenatedSubsetListNames = String.Join(";", _subsetToSearchFor);
ResolveSDKReference.cs (2)
510string missingDependencies = String.Join(CommaSpaceDelimiter, unresolvedDependencyIdentities); 1416AppxLocation = String.Join("|", appxLocationComponents.ToArray());
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (1)
458log.LogErrorWithCodeFromResources("CodeTaskFactory.InvalidCodeType", typeAttribute.Value, String.Join(", ", Enum.GetNames(typeof(RoslynCodeTaskFactoryCodeType))));
Microsoft.Build.Tasks.UnitTests (3)
Hash_Tests.cs (1)
79ITaskItem[] itemsToHash = new ITaskItem[] { new TaskItem(string.Join("", array)) };
WriteCodeFragment_Tests.cs (2)
550var multilineString = String.Join(Environment.NewLine, lines); 586var multilineString = String.Join(Environment.NewLine, lines);
Microsoft.Build.UnitTests.Shared (8)
ObjectModelHelpers.cs (8)
305customMessage: $"got items \"{string.Join(", ", items)}\", expected \"{string.Join(", ", expectedItems)}\""); 1720sb.AppendFormat("<ProjectReferenceTargets Include=\"{0}\" Targets=\"{1}\" />", pair.Key, string.Join(";", pair.Value)); 1957string output = "\r\n#################################Expected#################################\n" + string.Join("\r\n", expectedLines); 1958output += "\r\n#################################Actual#################################\n" + string.Join("\r\n", actualLines); 1965LogLine("\n#################################Expected#################################\n" + string.Join("\n", expectedLines)); 1966LogLine("#################################Actual#################################\n" + string.Join("\n", actualLines)); 1972LogLine("\n#################################Expected#################################\n" + string.Join("\n", expectedLines)); 1973LogLine("#################################Actual#################################\n" + string.Join("\n", actualLines));
Microsoft.Build.Utilities.Core (11)
FileMatcher.cs (1)
530return pathRoot + string.Join(s_directorySeparatorString, longParts);
FrameworkLocationHelper.cs (1)
1362return string.Join(@"\", HKLM, MicrosoftSDKsRegistryKey, visualStudioSpec.GetDotNetFrameworkSdkRegistryKey(Version), _dotNetFrameworkSdkRegistryToolsKey);
ToolLocationHelper.cs (9)
886string cacheKey = string.Join("|", sdkIdentifier, sdkVersion, targetPlatformIdentifier, targetPlatformMinVersion, targetPlatformVersion, diskRoots, registryRoot); 955string cacheKey = string.Join("|", extensionSdkMoniker, targetSdkIdentifier, targetSdkVersion); 2439string cachedTargetPlatformsKey = string.Join("|", 2443string cachedExtensionSdksKey = extensionDiskRoots == null ? string.Empty : string.Join(";", extensionDiskRoots); 2922ErrorUtilities.DebugTraceMessage("ExtractSdkDiskRootsFromEnvironment", "DiskRoots from Registry '{0}'", string.Join(";", splitRoots)); 2947ErrorUtilities.DebugTraceMessage("GetTargetPlatformMonikerDiskRoots", "Passed in DiskRoots '{0}'", string.Join(";", diskRoots)); 2957ErrorUtilities.DebugTraceMessage("GetTargetPlatformMonikerDiskRoots", "Diskroots being used '{0}'", string.Join(";", sdkDiskRoots.ToArray())); 2972ErrorUtilities.DebugTraceMessage("GetMultiPlatformSdkDiskRoots", "Passed in DiskRoots '{0}'", string.Join(";", diskRoots)); 2976ErrorUtilities.DebugTraceMessage("GetMultiPlatformSdkDiskRoots", "Diskroots being used '{0}'", string.Join(";", sdkDiskRoots.ToArray()));
Microsoft.Build.Utilities.UnitTests (1)
ToolLocationHelper_Tests.cs (1)
4123string roots = string.Join(";", rootDirectories);
Microsoft.CodeAnalysis (4)
DiagnosticAnalyzer\AnalyzerExecutor.cs (1)
1308return string.Join(Environment.NewLine,
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);
TreeDumper.cs (1)
220return string.Format("{{{0}}}", string.Join(", ", seq.Cast<object>().Select(DumperString).ToArray()));
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
PdbSourceDocument\AbstractPdbSourceDocumentTests.cs (1)
214? $"PreprocessorSymbols=\"{string.Join(";", preprocessorSymbols)}\""
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (4)
CodeGen\CodeGenLocalFunctionTests.cs (1)
6319var usingBlock = string.Join(Environment.NewLine, usings);
CodeGen\SwitchTests.cs (3)
4725return code is {{string.Join(" or ", cases)}}; 4731{{string.Join(" or ", cases)}} => true, 4739case {{string.Join(":case ", cases)}}:
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (3)
Emit\EditAndContinue\EditAndContinueStateMachineTests.cs (2)
4685"C.<F>d__0: {" + string.Join(", ", new[] 5149"C.<F>d__0: {" + string.Join(", ", new[]
Emit\RuntimeProbing\ModuleCancellationTests.cs (1)
37var isInstrumented = string.Join(" ", il.Split(new[] { ' ' }, StringSplitOptions.RemoveEmptyEntries)).Contains(instrumentationIndicator);
Microsoft.CodeAnalysis.CSharp.EndToEnd.UnitTests (2)
EndToEndTests.cs (2)
358var source = string.Join(Environment.NewLine, declarations); 402var source = string.Join(Environment.NewLine, declarations);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\OperatorTests.cs (2)
3207var results = string.Join("\n", 3211var expected = string.Join("\n", source
Semantics\OverloadResolutionTestBase.cs (1)
47var expected = string.Join("\n", source
Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests (2)
CodeGeneration\SyntaxGeneratorTests.cs (2)
2690var expected = string.Join(", ", expectedNames); 2691var actual = string.Join(", ", actualNames);
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (4)
AutomaticCompletion\AbstractAutomaticLineEnderTests.cs (1)
63return string.Join("\n", lines);
EditorFactory.cs (1)
71=> string.Join("\r\n", lines);
MoveStaticMembers\TestMoveStaticMembersService.cs (1)
61string.Join(".", namespaceDisplay, DestinationName!),
QuickInfo\AbstractSemanticQuickInfoSourceTests.cs (1)
27=> string.Join("\r\n", lines);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
Extensions\ITextSnapshotExtensionsTests.cs (1)
211var code = string.Join("\n", lines);
Formatting\InferredIndentationTests.cs (1)
61var workspace = EditorTestWorkspace.CreateCSharp(string.Join("\r\n", lines), openDocuments: true);
Microsoft.CodeAnalysis.Features (6)
GenerateType\AbstractGenerateTypeService.Editor.cs (2)
518includeUsingsOrImports = string.Join(".", containers); 532includeUsingsOrImports = string.Join(".", containers);
PdbSourceDocument\ImplementationAssemblyLookupService.cs (1)
152var referencedDllPath = string.Join(PathSeparatorString, pathParts);
PdbSourceDocument\SourceLinkMap.cs (1)
194var escapedPath = string.Join("/", path[file.Path.Length..].Split(['/', '\\']).Select(Uri.EscapeDataString));
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.Test.Utilities (1)
EditAndContinue\RudeEditDiagnosticDescription.cs (1)
63return $"Diagnostic(RudeEditKind.{RudeEditKind}, {string.Join(", ", arguments)}){withLine}";
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Configuration\DidChangeConfigurationNotificationHandlerTest.cs (1)
155string.Join(Environment.NewLine, expectedNames),
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
AbstractResxGenerator.cs (1)
628var noWarnList = string.Join(", ", ResourceInformation.NoWarn);
Microsoft.CodeAnalysis.ResxSourceGenerator.UnitTests (2)
ResxGeneratorTests.cs (2)
761var id = string.Join("_", noWarn.Replace(" ", "").Split(",", System.StringSplitOptions.TrimEntries | System.StringSplitOptions.RemoveEmptyEntries)); 795var id = string.Join("_", noWarn.Replace(" ", "").Split(",", System.StringSplitOptions.TrimEntries | System.StringSplitOptions.RemoveEmptyEntries));
Microsoft.CodeAnalysis.Test.Utilities (1)
Diagnostics\DiagnosticsHelper.cs (1)
29Environment.NewLine + "Expected: " + string.Join(", ", expectedDiagnosticIds) +
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
EndConstructGeneration\SpitLinesResult.vb (1)
50Dim joinedLines = If(_startOnCurrentLine, "", bufferNewLine) + String.Join(bufferNewLine, _lines)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Scanner\ScannerTests.vb (1)
1906Return String.Join("", arr)
Microsoft.CodeAnalysis.VisualBasic.Workspaces.UnitTests (1)
CodeGeneration\SyntaxGeneratorTests.vb (1)
3143Dim expected = String.Join(", ", expectedNames)
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (1)
NewlyCreatedProjectsFromDotNetNew.cs (1)
143TestOutput.WriteLine($"Ignoring compiler diagnostics: \"{string.Join("\", \"", ignoredDiagnostics)}\"");
Microsoft.DotNet.Arcade.Sdk (1)
src\GetLicenseFilePath.cs (1)
72Log.LogError($"Multiple license files found in '{Directory}': '{string.Join("', '", matches)}'.");
Microsoft.DotNet.Build.Manifest (2)
VersionIdentifier.cs (1)
237string assetWithoutVersions = string.Join("/", pathSegments);
XElementParsingExtensions.cs (1)
49$"Required attribute(s) missing: {string.Join(", ", missing)}");
Microsoft.DotNet.Build.Tasks.Packaging (4)
GetSupportedPackagesFromPackageReports.cs (1)
45var ridList = string.Join(";", rids);
HarvestPackage.cs (1)
488Log.LogError($"Cannot locate package '{PackageId}' version '{PackageVersion}' under '{string.Join(", ", PackagesFolders)}'. Harvesting is needed to redistribute assets and ensure compatibility with the previous release. You can disable this by setting HarvestStablePackage=false.");
NuGetPack.cs (1)
355string packedPackageSourcePath = Path.Combine(Path.GetDirectoryName(fileName), string.Join(".", _packageNamePrefix, Path.GetFileName(fileName)));
ValidatePackage.cs (1)
662item.SetMetadata("ValidatedRIDs", String.Join(";", RuntimeIds));
Microsoft.DotNet.Build.Tasks.Workloads (1)
CreateVisualStudioWorkload.wix.cs (1)
238Log.LogMessage($"Pack {sourcePackage} - {string.Join(",", platforms)} could not be found, it will be skipped.");
Microsoft.DotNet.Open.Api.Tools.Tests (1)
src\Tools\Shared\TestHelpers\TemporaryCSharpProject.cs (1)
50Value = string.Join(";", tfms)
Microsoft.DotNet.RemoteExecutor (2)
Program.cs (1)
92output.AppendLine(" " + string.Join(", ", additionalArgs));
RemoteExecutor.cs (1)
458string passedArgs = pasteArguments ? PasteArguments.Paste(args, pasteFirstArgumentUsingArgV0Rules: false) : string.Join(" ", args);
Microsoft.DotNet.SignCheckLibrary (5)
Verification\FileVerifier.cs (2)
189svr.ExclusionEntry = String.Join(";", String.Join("|", path, containerPath), parent, String.Empty);
Verification\SignatureVerificationManager.cs (2)
137result.ExclusionEntry = String.Join(";", String.Join("|", file, String.Empty), String.Empty, String.Empty);
Verification\SignatureVerificationResult.cs (1)
227Detail[key] = String.Join(", ", currentValue, detail);
Microsoft.DotNet.SignTool (1)
src\SignToolTask.cs (1)
390return string.Join(Path.DirectorySeparatorChar.ToString(), result);
Microsoft.DotNet.SourceBuild.Tasks (1)
src\UsageReport\WritePackageUsageData.cs (1)
97string.Join(", ", projectDirectoriesOutsideRoot));
Microsoft.DotNet.XliffTasks (1)
Model\ResxDocument.cs (1)
70valueNodeOfFileRef.Value = string.Join(";", splitRelativePathAndSerializedType);
Microsoft.Extensions.AI.Abstractions.Tests (1)
AssertExtensions.cs (1)
46throw new XunitException($"Actual value contains additional parameters {string.Join(", ", extraParameters)} not found in expected value.");
Microsoft.Extensions.AI.AzureAIInference.Tests (1)
test\Libraries\Microsoft.Extensions.AI.Abstractions.Tests\AssertExtensions.cs (1)
46throw new XunitException($"Actual value contains additional parameters {string.Join(", ", extraParameters)} not found in expected value.");
Microsoft.Extensions.AI.Evaluation.Quality (3)
RelevanceTruthAndCompletenessEvaluator.cs (3)
346string value = string.Join(Separator, rating.RelevanceReasons); 361string value = string.Join(Separator, rating.TruthReasons); 376string value = string.Join(Separator, rating.CompletenessReasons);
Microsoft.Extensions.AI.Ollama.Tests (1)
test\Libraries\Microsoft.Extensions.AI.Abstractions.Tests\AssertExtensions.cs (1)
46throw new XunitException($"Actual value contains additional parameters {string.Join(", ", extraParameters)} not found in expected value.");
Microsoft.Extensions.AI.OpenAI.Tests (1)
test\Libraries\Microsoft.Extensions.AI.Abstractions.Tests\AssertExtensions.cs (1)
46throw new XunitException($"Actual value contains additional parameters {string.Join(", ", extraParameters)} not found in expected value.");
Microsoft.Extensions.AI.Tests (1)
test\Libraries\Microsoft.Extensions.AI.Abstractions.Tests\AssertExtensions.cs (1)
46throw new XunitException($"Actual value contains additional parameters {string.Join(", ", extraParameters)} not found in expected value.");
Microsoft.Extensions.ApiDescription.Client.Tests (1)
src\Tools\Shared\TestHelpers\TemporaryCSharpProject.cs (1)
50Value = string.Join(";", tfms)
Microsoft.Extensions.ApiDescription.Tool.Tests (1)
src\Tools\Shared\TestHelpers\TemporaryCSharpProject.cs (1)
50Value = string.Join(";", tfms)
Microsoft.Extensions.Caching.Hybrid (1)
Internal\TagSet.cs (1)
59string[] tags => string.Join(", ", tags),
Microsoft.Extensions.Configuration.Abstractions (1)
ConfigurationPath.cs (1)
29return string.Join(KeyDelimiter, pathSegments);
Microsoft.Extensions.Diagnostics.Testing (1)
Metrics\MetricCollector.cs (1)
112var str = string.Join(", ", _supportedTs.Select(t => t.Name).ToArray());
Microsoft.Extensions.SecretManager.Tools.Tests (1)
src\Tools\Shared\TestHelpers\TemporaryCSharpProject.cs (1)
50Value = string.Join(";", tfms)
Microsoft.Extensions.ServiceDiscovery.Yarp (1)
ServiceDiscoveryDestinationResolver.cs (1)
121throw new InvalidOperationException($"None of the specified schemes ('{string.Join(", ", specifiedSchemes)}') are allowed by configuration.");
Microsoft.Maui.Controls (2)
Shell\ShellUriHandler.cs (2)
157 var path = String.Join(_pathSeparator, segments.ToArray()); 204 string matchesFound = String.Join(",", matches);
Microsoft.ML.AutoML (2)
Sweepers\ISweeper.cs (1)
145return string.Join(" ", _parameterValues.Select(kvp => string.Format("{0}={1}", kvp.Value.Name, kvp.Value.ValueText)).ToArray());
TransformInference\TransformInference.cs (1)
43sb.Append($" col={PipelineNode.OutColumns[0]}:{string.Join(",", PipelineNode.InColumns)}");
Microsoft.ML.Core (3)
ComponentModel\ComponentCatalog.cs (1)
346Name = attribute.Name ?? string.Join(".", method.DeclaringType.Name, method.Name);
Data\ModelLoading.cs (1)
45return string.Join(",", nameDetails);
EntryPoints\ModuleArgs.cs (1)
51return string.Join(",", Aliases);
Microsoft.ML.Data (4)
Commands\CrossValidationCommand.cs (1)
233string.Join(", ", variableSizeVectorColumnNames));
EntryPoints\EntryPointNode.cs (1)
500throw _host.Except($"The following required inputs were not provided: {String.Join(", ", missing)}");
EntryPoints\InputBuilder.cs (2)
512throw ectx.Except($"The following required inputs were not provided for component '{type}': {string.Join(", ", missing)}"); 573throw ectx.Except($"The following required inputs were not provided for component '{name}': {string.Join(", ", missing)}");
Microsoft.ML.EntryPoints (2)
CrossValidationMacro.cs (1)
376var warn = $"Detected columns of variable length: {string.Join(", ", variableSizeVectorColumnNames)}." +
JsonUtils\GraphRunner.cs (1)
49throw _host.Except("The following inputs are missing: {0}", string.Join(", ", missingInputs));
Microsoft.ML.Maml (1)
MAML.cs (1)
33string all = string.Join(" ", args);
Microsoft.ML.ResultProcessor (1)
ResultProcessor.cs (1)
1150outStream.Write(predictorName + "\t" + result.Datafile + "\t" + result.TestDatafile + "\t" + result.InputFile + "\t" + result.Time + "\t" + result.PhysicalMemory + "\t" + result.VirtualMemory + "\t" + result.Commandline + "\t" + String.Join(";", result.GetSettings().ToArray()) + "\t");
Microsoft.ML.Samples (17)
Dynamic\Trainers\Ranking\FastTree.cs (2)
116Console.WriteLine("DCG: " + string.Join(", ", 120Console.WriteLine("NDCG: " + string.Join(", ",
Dynamic\Trainers\Ranking\FastTreeWithOptions.cs (2)
130Console.WriteLine("DCG: " + string.Join(", ", 133Console.WriteLine("NDCG: " + string.Join(", ",
Dynamic\Trainers\Ranking\LightGbm.cs (2)
116Console.WriteLine("DCG: " + string.Join(", ", 119Console.WriteLine("NDCG: " + string.Join(", ",
Dynamic\Trainers\Ranking\LightGbmWithOptions.cs (2)
131Console.WriteLine("DCG: " + string.Join(", ", 134Console.WriteLine("NDCG: " + string.Join(", ",
Dynamic\Transforms\FeatureSelection\SelectFeaturesBasedOnCount.cs (2)
23.NumericVector), string.Join(",", item.StringVector)); 53NumericVector), string.Join(",", item.StringVector));
Dynamic\Transforms\FeatureSelection\SelectFeaturesBasedOnCountMultiColumn.cs (2)
23NumericVector), string.Join(",", item.StringVector)); 53.NumericVector), string.Join(",", item.StringVector));
Dynamic\Transforms\Text\FeaturizeTextWithOptions.cs (1)
93Console.WriteLine("\nTokens: " + string.Join(",", prediction
Dynamic\Transforms\Text\RemoveDefaultStopWords.cs (1)
59Console.WriteLine("\nWords without stop words: " + string.Join(",",
Dynamic\Transforms\Text\RemoveStopWords.cs (1)
58Console.WriteLine("\nWords without stop words: " + string.Join(",",
Dynamic\Transforms\Text\TokenizeIntoCharactersAsKeys.cs (1)
56Console.WriteLine("\nCharacter Tokens: " + string.Join(",", prediction
Dynamic\Transforms\Text\TokenizeIntoWords.cs (1)
54Console.WriteLine($"\nWords: {string.Join(",", prediction.Words)}");
Microsoft.ML.Sweeper (2)
ConfigRunner.cs (1)
233Arguments = (args == null ? "" : string.Join(" ", args)),
ISweeper.cs (1)
174return string.Join(" ", _parameterValues.Select(kvp => string.Format("{0}={1}", kvp.Value.Name, kvp.Value.ValueText)).ToArray());
Microsoft.ML.TensorFlow.Tests (1)
TensorflowTests.cs (1)
1363Assert.Equal(string.Join(" ", input.B).Replace("/", " "), textOutput.BOut[0]);
Microsoft.ML.TestFramework (1)
DataPipe\TestDataPipe.cs (1)
949string.Format("xf=CustomStopWords{{stopwords={0} col=T}}", string.Join(",", stopwordsList)),
Microsoft.ML.TestFrameworkCommon (1)
Utility\LibraryLoader.cs (1)
83throw new FileNotFoundException($"Could not find or load the native library from any name: [ {string.Join(", ", names)} ]");
Microsoft.ML.Transforms (1)
Text\TextFeaturizingEstimator.cs (1)
175Stopword = string.Join(",", stopwords)
Microsoft.Net.Http.Headers.Tests (17)
CookieHeaderValueTest.cs (10)
103dataset.Add(new[] { header1, header2, header3, header4 }.ToList(), new[] { string.Join(",", string1, string2, string3, string4) }); 104dataset.Add(new[] { header1, header2, header3, header4 }.ToList(), new[] { string.Join(";", string1, string2, string3, string4) }); 138dataset.Add(new[] { header1, header2, header3 }.ToList(), new[] { string.Join(",", invalidString1, validString1, validString2, validString3) }); 139dataset.Add(new[] { header1, header2, header3 }.ToList(), new[] { string.Join(",", validString1, invalidString1, validString2, validString3) }); 140dataset.Add(new[] { header1, header2, header3 }.ToList(), new[] { string.Join(",", validString1, validString2, invalidString1, validString3) }); 141dataset.Add(new[] { header1, header2, header3 }.ToList(), new[] { string.Join(",", validString1, validString2, validString3, invalidString1) }); 142dataset.Add(new[] { header1, header2, header3 }.ToList(), new[] { string.Join(";", invalidString1, validString1, validString2, validString3) }); 143dataset.Add(new[] { header1, header2, header3 }.ToList(), new[] { string.Join(";", validString1, invalidString1, validString2, validString3) }); 144dataset.Add(new[] { header1, header2, header3 }.ToList(), new[] { string.Join(";", validString1, validString2, invalidString1, validString3) }); 145dataset.Add(new[] { header1, header2, header3 }.ToList(), new[] { string.Join(";", validString1, validString2, validString3, invalidString1) });
SetCookieHeaderValueTest.cs (7)
202dataset.Add(new[] { header1, header2, header3, header4 }.ToList(), new[] { string.Join(",", string1, string2, string3, string4) }); 221dataset.Add(new[] { pair_cookie1, pair_cookie2 }.ToList(), new[] { string.Join(", ", pair_string1, pair_string2) }); 287dataset.Add(new[] { header1, header2, header3, header4 }.ToList(), new[] { string.Join(",", invalidString1, string1, string2, string3, string4) }); 288dataset.Add(new[] { header1, header2, header3, header4 }.ToList(), new[] { string.Join(",", string1, invalidString1, string2, string3, string4) }); 289dataset.Add(new[] { header1, header2, header3, header4 }.ToList(), new[] { string.Join(",", string1, string2, invalidString1, string3, string4) }); 290dataset.Add(new[] { header1, header2, header3, header4 }.ToList(), new[] { string.Join(",", string1, string2, string3, invalidString1, string4) }); 291dataset.Add(new[] { header1, header2, header3, header4 }.ToList(), new[] { string.Join(",", string1, string2, string3, string4, invalidString1) });
Microsoft.NET.StringTools (1)
WeakStringCacheInterner.cs (1)
156result.AppendLine(string.Format("##########Top Top Interned Strings: \n{0} ", string.Join("\n==============\n", topInternedStrings.ToArray())));
Microsoft.NET.StringTools.net35 (1)
WeakStringCacheInterner.cs (1)
156result.AppendLine(string.Format("##########Top Top Interned Strings: \n{0} ", string.Join("\n==============\n", topInternedStrings.ToArray())));
Microsoft.NET.StringTools.net35.UnitTests (1)
InterningTestData.cs (1)
25_string = string.Join(string.Empty, Fragments);
Microsoft.NET.StringTools.UnitTests (1)
InterningTestData.cs (1)
25_string = string.Join(string.Empty, Fragments);
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\Strings.vb (1)
508Return System.String.Join(Delimiter, SourceArray)
Microsoft.VisualStudio.LanguageServices (1)
ErrorReporting\VisualStudioErrorReportingService.cs (1)
95string.Join(Environment.NewLine, message, detailedError));
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchQueryExecutor.cs (1)
153map["ErrorMessageArgs"] = new PiiValue(string.Join("|", result.ErrorMessageArgs));
Microsoft.VisualStudio.LanguageServices.LiveShare (1)
Client\RemoteLanguageServiceWorkspace.cs (1)
182var externalPath = string.Join("\\", splitRoot) + "\\";
MSBuild (5)
XMake.cs (5)
687MSBuildEventSource.Log.MSBuildExeStart(string.Join(" ", commandLine)); 1088MSBuildEventSource.Log.MSBuildExeStop(string.Join(" ", commandLine)); 1552string.Join(" ", commandLine); 3893result += string.Join(";", parametersToAggregate); 4068DistributedLoggerRecord forwardingLoggerRecord = CreateForwardingLoggerRecord(logger, string.Join(";", configurableForwardingLoggerParameters), LoggerVerbosity.Quiet);
PresentationBuildTasks (2)
Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (1)
155string tempProjPrefix = string.Join("_", currentProjectName, randomFileName, WPFTMP);
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
2411$"{refTypeFullName}<{string.Join(",", typeArgsList)}>");
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.cs (1)
692string.Join(
RunTests (2)
Program.cs (2)
38Logger.Log(string.Join(" ", args)); 331var message = $"Multiple unit test assemblies found in '{targetFrameworkDirectory}'. Please adjust the build to prevent this. Matches:{Environment.NewLine}{string.Join(Environment.NewLine, matches)}";
Sockets.BindTests (3)
src\Servers\Kestrel\shared\test\StreamBackedTestConnection.cs (3)
70var text = string.Join("\r\n", lines); 79var text = string.Join("\r\n", lines); 95var expected = string.Join("\r\n", lines);
Sockets.FunctionalTests (3)
src\Servers\Kestrel\shared\test\StreamBackedTestConnection.cs (3)
70var text = string.Join("\r\n", lines); 79var text = string.Join("\r\n", lines); 95var expected = string.Join("\r\n", lines);
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\AssociatedMetadataTypeTypeDescriptor.cs (1)
164string.Join(", ", buddyTypeMembers.ToArray())));
System.ComponentModel.TypeConverter (1)
System\Drawing\ColorConverter.cs (1)
94return string.Join(sep, args);
System.Composition.Hosting (1)
System\Composition\Hosting\Core\LifetimeContext.cs (1)
220return "Boundary for " + string.Join(", ", _sharingBoundaries);
System.Configuration.ConfigurationManager (1)
System\Configuration\GenericEnumConverter.cs (1)
51string names = string.Join(", ", Enum.GetNames(_enumType));
System.Net.Http (4)
System\Net\Http\Headers\HeaderStringValues.cs (1)
48string[] values => string.Join(_header.Separator, values),
System\Net\Http\Headers\HttpHeaders.cs (1)
331return string.Join(descriptor.Separator, multiValue!);
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (2)
1378if (NetEventSource.Log.IsEnabled()) Trace($"{nameof(name)}={name}, {nameof(values)}={string.Join(", ", values.ToArray())}"); 1391if (NetEventSource.Log.IsEnabled()) Trace($"{nameof(values)}={string.Join(Encoding.ASCII.GetString(separator ?? []), values.ToArray())}");
System.Net.WebSockets.Client (1)
System\Net\WebSockets\WebSocketHandle.Managed.cs (1)
172SR.Format(SR.net_WebSockets_AcceptUnsupportedProtocol, string.Join(", ", options.RequestedSubProtocols), string.Join(", ", subprotocolArray)));
System.Text.Json (1)
System\Text\Json\ThrowHelper.Node.cs (1)
59string concatenatedNames = supportedTypeNames.Length == 1 ? supportedTypeNames[0] : string.Join(", ", supportedTypeNames.ToArray());
System.Text.RegularExpressions.Generator (4)
RegexGenerator.Emitter.cs (3)
4735writer.WriteLine($"{HelpersTypeName}.{MethodName}(ref base.runstack!, ref stackpos, {string.Join(", ", args)});"); 4768writer.WriteLine($"{HelpersTypeName}.{MethodName}(base.runstack!, ref stackpos, out {string.Join(", out ", args)});"); 5435return string.Join(" | ", parts);
UpgradeToGeneratedRegexCodeFixer.cs (1)
325return string.Join(" | ", parts);
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
2404toolTipText = string.Join(string.Empty, toolTipText.Split('&'));
System\Windows\Forms\Controls\Labels\LinkArea.LinkAreaConverter.cs (1)
101return string.Join(sep, args);
System\Windows\Forms\Controls\Labels\LinkConverter.cs (1)
97return string.Join(sep, args);
System\Windows\Forms\Controls\MonthCalendar\SelectionRangeConverter.cs (1)
112return string.Join(sep, args);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
617Text = string.Join(Environment.NewLine, value);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
1966toolText = string.Join(string.Empty, toolText.Split('&'));
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (1)
751snapLineInfo = string.Join(Environment.NewLine, _testHook_RecentSnapLines) + Environment.NewLine;
System.Xaml (2)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
664property, _context.CurrentType, string.Join(", ", token.NeededNames.ToArray())))); 2266string namesString = string.Join(", ", names.ToArray());
TagHelpersWebSite (1)
TagHelpers\TagCloudViewComponentTagHelper.cs (1)
71return new ContentViewComponentResult(string.Join(",", tags));
Templates.Blazor.Tests (1)
src\ProjectTemplates\Shared\DevelopmentCertificate.cs (1)
24?? throw new InvalidOperationException($"The aspnetcore-https.json file does not exist. Searched locations: {Environment.NewLine}{string.Join(Environment.NewLine, locations)}");
Templates.Blazor.WebAssembly.Auth.Tests (1)
src\ProjectTemplates\Shared\DevelopmentCertificate.cs (1)
24?? throw new InvalidOperationException($"The aspnetcore-https.json file does not exist. Searched locations: {Environment.NewLine}{string.Join(Environment.NewLine, locations)}");
Templates.Blazor.WebAssembly.Tests (1)
src\ProjectTemplates\Shared\DevelopmentCertificate.cs (1)
24?? throw new InvalidOperationException($"The aspnetcore-https.json file does not exist. Searched locations: {Environment.NewLine}{string.Join(Environment.NewLine, locations)}");
Templates.Mvc.Tests (1)
src\ProjectTemplates\Shared\DevelopmentCertificate.cs (1)
24?? throw new InvalidOperationException($"The aspnetcore-https.json file does not exist. Searched locations: {Environment.NewLine}{string.Join(Environment.NewLine, locations)}");
Templates.Tests (1)
src\ProjectTemplates\Shared\DevelopmentCertificate.cs (1)
24?? throw new InvalidOperationException($"The aspnetcore-https.json file does not exist. Searched locations: {Environment.NewLine}{string.Join(Environment.NewLine, locations)}");
VBCSCompiler.UnitTests (1)
CompilerServerTests.cs (1)
1007var result = RunCommandLineCompiler(language, string.Join(" ", arguments), compilationDir, filesInDirectory: filesInDirectory);
xunit.assert (2)
Sdk\Exceptions\ExceptionUtility.cs (2)
56 return string.Join(Environment.NewLine, results.ToArray()); 91 return string.Join(