270 references to Join
Aspire.Dashboard (5)
Authentication\Connection\ConnectionTypeAuthenticationHandler.cs (1)
27return Task.FromResult(AuthenticateResult.Fail($"Connection types '{string.Join(", ", Options.RequiredConnectionTypes)}' are not enabled on this connection."));
DashboardWebApplication.cs (1)
728""", name, address, string.Join(", ", connectionTypes), endpointConfiguration.IsHttps, endpointConfiguration.ListenOptions.Protocols);
Model\Otlp\ResourcesSelectHelpers.cs (3)
59""", name, fallback, string.Join(Environment.NewLine, resources), match); 74""", name, string.Join(Environment.NewLine, resources), string.Join(Environment.NewLine, matches));
Aspire.Dashboard.Tests (1)
Integration\ServerRetryHelper.cs (1)
67throw new InvalidOperationException($"Generated ports list contains duplicate numbers: {string.Join(", ", ports)}");
Aspire.Hosting (2)
Orchestrator\RelationshipEvaluator.cs (1)
77throw new InvalidOperationException($"Circular dependency detected: {string.Join(" -> ", visited)} -> {parent}");
ResourceBuilderExtensions.cs (1)
3509var message = $"Command '{executablePath}' exited with code {processResult.ExitCode}, which is not in the configured success exit codes [{string.Join(", ", successExitCodes)}].";
Aspire.Hosting.DevTunnels (1)
DevTunnelResourceBuilderExtensions.cs (1)
182logger.LogInformation("Deleting {Count} unmodeled ports from dev tunnel '{TunnelId}': {Ports}", unmodeledPorts.Count, tunnelResource.TunnelId, string.Join(", ", unmodeledPorts.Select(p => p.PortNumber)));
Aspire.Hosting.TestUtilities (1)
Helpers\Network.cs (1)
62$"Tried ports: {string.Join(", ", triedPorts)}");
AzureKusto.Worker (1)
QueryWorker.cs (1)
43var results = string.Join(",", reader.ToJObjects());
crossgen2 (1)
Program.cs (1)
418throw new Exception(string.Format(SR.ErrorMultipleInputFilesCompositeModeOnly, string.Join("; ", inputModules)));
CSharpSyntaxGenerator (2)
Grammar\GrammarGenerator.cs (2)
110string.Join(Environment.NewLine + " | ", sorted) + Environment.NewLine + " ;" + Environment.NewLine; 309=> new(string.Join(delim, productions.Where(p => p.Text.Length > 0)), productions.SelectMany(p => p.ReferencedRules));
dotnet (14)
Commands\Tool\Restore\ToolPackageRestorer.cs (2)
58package.Version.ToNormalizedString(), string.Join(", ", package.CommandNames))); 102string.Join(" ", package.CommandNames)),
Commands\Workload\Install\FileBasedInstaller.cs (1)
416_reporter.WriteLine(string.Format(CliCommandStrings.GarbageCollectingSdkFeatureBandsMessage, string.Join(" ", installedSdkFeatureBands)));
Commands\Workload\Install\WorkloadGarbageCollector.cs (1)
54_verboseReporter.WriteLine($"GC: Installed workloads: {string.Join(", ", _installedWorkloads)}");
Commands\Workload\Install\WorkloadInstallCommand.cs (2)
275Reporter.WriteLine(string.Format(CliCommandStrings.WorkloadAlreadyInstalled, string.Join(" ", previouslyInstalledWorkloads)).Yellow()); 304Reporter.WriteLine(string.Format(CliCommandStrings.WorkloadInstallInstallationSucceeded, string.Join(" ", newWorkloadInstallRecords)));
Commands\Workload\Install\WorkloadManifestUpdater.Managed.cs (1)
97string.Join(" ", unrecognizedManifestIds)).Yellow());
Commands\Workload\Repair\WorkloadRepairCommand.cs (2)
82Reporter.WriteLine(string.Format(CliCommandStrings.RepairingWorkloads, string.Join(" ", workloadIds))); 89Reporter.WriteLine(string.Format(CliCommandStrings.RepairSucceeded, string.Join(" ", workloadIds)));
Commands\Workload\Restore\WorkloadRestoreCommand.cs (1)
55Reporter.WriteLine(string.Format(CliCommandStrings.InstallingWorkloads, string.Join(" ", allWorkloadId)));
Commands\Workload\Uninstall\WorkloadUninstallCommand.cs (2)
67throw new Exception(string.Format(CliCommandStrings.WorkloadNotInstalled, string.Join(" ", unrecognizedWorkloads))); 80Reporter.WriteLine(string.Format(CliCommandStrings.WorkloadUninstallUninstallSucceeded, string.Join(" ", _workloadIds)));
Commands\Workload\Update\WorkloadUpdateCommand.cs (1)
180Reporter.WriteLine(string.Format(CliCommandStrings.WorkloadUpdateUpdateSucceeded, string.Join(" ", workloadIds)));
Telemetry\TopLevelCommandNameAndOptionToLog.cs (1)
56return string.Join(";", enumerableOfObjects);
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Telemetry\TopLevelCommandNameAndOptionToLog.cs (1)
56return string.Join(";", enumerableOfObjects);
dotnet-razorpagegenerator (1)
Program.cs (1)
130var diagnostics = string.Join(Environment.NewLine, cSharpDocument.Diagnostics);
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\Matcher.ChoiceMatcher.cs (1)
30=> $"({string.Join("|", _matchers)})";
ilc (2)
RdXmlRootProvider.cs (2)
204string parameterString = parameter.Count > 0 ? "(" + string.Join(", ", parameter) + ")" : null; 205string instantiationString = instArgs.Count > 0 ? "<" + string.Join(", ", instArgs) + ">" : null;
ILCompiler.Compiler (4)
Compiler\Dataflow\ArrayValue.cs (1)
115$"({element.Key},({string.Join(",", element.Value.Value.AsEnumerable())}))")));
src\runtime\src\coreclr\tools\Common\TypeSystem\MetadataEmitter\TypeSystemMetadataEmitter.cs (3)
521string indexData = string.Join(".", _indexStack); 546string indexData = string.Join(".", _indexStack); 604string indexData = string.Join(".", _indexStack);
ILCompiler.MetadataTransform (17)
Internal\Metadata\NativeFormat\Writer\ConstantValues.cs (13)
22return "(Boolean[]) {" + string.Join(", ", this.Value) + "}"; 40return "(Char[]) {" + string.Join(", ", this.Value) + "}"; 58return "(String[]) {" + string.Join(", ", this.Value) + "}"; 75return "(Byte[]) {" + string.Join(", ", this.Value) + "}"; 92return "(SByte[]) {" + string.Join(", ", this.Value) + "}"; 109return "(Int16[]) {" + string.Join(", ", this.Value) + "}"; 126return "(UInt16[]) {" + string.Join(", ", this.Value) + "}"; 143return "(Int32[]) {" + string.Join(", ", this.Value) + "}"; 160return "(UInt32[]) {" + string.Join(", ", this.Value) + "}"; 177return "(Int64[]) {" + string.Join(", ", this.Value) + "}"; 194return "(UInt64[]) {" + string.Join(", ", this.Value) + "}"; 211return "(Single[]) {" + string.Join(", ", this.Value) + "}"; 228return "(Double[]) {" + string.Join(", ", this.Value) + "}";
Internal\Metadata\NativeFormat\Writer\NativeMetadataWriter.cs (4)
805return this.GenericType.ToString() + "<" + string.Join(", ", this.GenericTypeArguments) + ">"; 825+ string.Join(", ", this.GenericTypeArguments) 843str += "(" + string.Join(", ", FixedArguments) 844+ string.Join(", ", NamedArguments) + ")";
ILCompiler.ReadyToRun (3)
src\runtime\src\coreclr\tools\Common\TypeSystem\MetadataEmitter\TypeSystemMetadataEmitter.cs (3)
521string indexData = string.Join(".", _indexStack); 546string indexData = string.Join(".", _indexStack); 604string indexData = string.Join(".", _indexStack);
ILCompiler.TypeSystem (6)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaSignatureParser.cs (6)
181arrayShapeString.Append(string.Join(",", bounds)); 183arrayShapeString.Append(string.Join(",", lowerBounds)); 184_embeddedSignatureDataList.Add(new EmbeddedSignatureData { index = string.Join(".", _indexStack) + "|" + arrayShapeString.ToString(), kind = EmbeddedSignatureDataKind.ArrayShape, type = null }); 295_embeddedSignatureDataList?.Add(new EmbeddedSignatureData { index = string.Join(".", _indexStack), kind = EmbeddedSignatureDataKind.RequiredCustomModifier, type = ResolveHandle(typeHandle) }); 307_embeddedSignatureDataList?.Add(new EmbeddedSignatureData { index = string.Join(".", _indexStack), kind = EmbeddedSignatureDataKind.OptionalCustomModifier, type = ResolveHandle(typeHandle) }); 411_embeddedSignatureDataList?.Add(new EmbeddedSignatureData { index = string.Join(".", _indexStack) + "|" + ((int)signatureCallConv).ToString(), kind = EmbeddedSignatureDataKind.UnmanagedCallConv, type = null });
illink (1)
installer.tasks (1)
StaticFileRegeneration\TpnDocument.cs (1)
66string.Join(Environment.NewLine + Environment.NewLine, Sections) +
Microsoft.AspNetCore.Authorization (1)
LoggingExtensions.cs (1)
29reason = "These requirements were not met:" + Environment.NewLine + string.Join(Environment.NewLine, failure.FailedRequirements);
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (2)
Latency\Internal\MockLatencyData.cs (2)
44string.Join("/", _checkpoints.Select(a => (long)Math.Round(((double)a.Elapsed / a.Frequency) * MillisecondsPerSecond))), 46string.Join("/", _measures.Select(a => a.Value)),
Microsoft.AspNetCore.HostFiltering (1)
MiddlewareConfigurationManager.cs (1)
55_logger.AllowedHosts(string.Join("; ", allowedHosts));
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\DefaultPageHandlerMethodSelector.cs (1)
51var ambiguousMethods = string.Join(", ", ambiguousMatches.Select(m => m.MethodInfo));
Microsoft.AspNetCore.Routing (1)
UriBuildingContext.cs (1)
320return $@"Accepted = ""{_path}"", Buffered = ""{string.Join("", _buffer)}""";
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (1)
1400telemetry.ActiveNodeIds = string.Join(",", _activeNodes);
BackEnd\Components\RequestBuilder\RequestBuilder.cs (2)
1218MSBuildEventSource.Log.BuildProjectStart(_requestEntry.RequestConfiguration.ProjectFullPath, string.Join(", ", allTargets)); 1271string.Join(", ", allTargets));
Microsoft.Build.Framework (1)
BuildCheck\EnumerableExtensions.cs (1)
23return source == null ? "<NULL>" : string.Join(useSpace ? ", " : ",", source);
Microsoft.Build.Tasks.Core (1)
GetReferenceAssemblyPaths.cs (1)
257string fallbackSearchPathsJoined = string.Join(";", fallbackSearchPaths);
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\SymbolDeclaredCompilationEvent.cs (1)
53var loc = DeclaringSyntaxReferences.Length != 0 ? " @ " + string.Join(", ", System.Linq.Enumerable.Select(DeclaringSyntaxReferences, r => r.GetLocation().GetLineSpan())) : null;
InternalUtilities\ImmutableSetWithInsertionOrder`1.cs (1)
129return "{" + string.Join(", ", this) + "}";
Microsoft.CodeAnalysis.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\Matcher.ChoiceMatcher.cs (1)
30=> $"({string.Join("|", _matchers)})";
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\Matcher.ChoiceMatcher.cs (1)
30=> $"({string.Join("|", _matchers)})";
Microsoft.CodeAnalysis.CodeStyle (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\Matcher.ChoiceMatcher.cs (1)
30=> $"({string.Join("|", _matchers)})";
Microsoft.CodeAnalysis.CSharp (7)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (5)
366sb.AppendFormat("Inferring method type parameters <{0}>\n", string.Join(", ", _methodTypeParameters)); 381sb.AppendFormat("Argument types ({0})\n", string.Join(", ", from a in _arguments select a.Type)); 430sb.AppendFormat("upper bounds: ({0}) ", (_upperBounds[i] == null) ? "" : string.Join(", ", _upperBounds[i])); 431sb.AppendFormat("lower bounds: ({0}) ", (_lowerBounds[i] == null) ? "" : string.Join(", ", _lowerBounds[i])); 432sb.AppendFormat("exact bounds: ({0}) ", (_exactBounds[i] == null) ? "" : string.Join(", ", _exactBounds[i]));
BoundTree\LengthBasedStringSwitchData.cs (1)
266builder.AppendLine($"Buckets: {string.Join(", ", StringBasedJumpTables.Select(t => t.StringCaseLabels.Length))}");
Lowering\LocalRewriter\LocalRewriter.DecisionDagRewriter.ValueDispatchNode.cs (1)
45public override string ToString() => "[" + string.Join(",", Cases.Select(c => c.value)) + "]";
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
894builder.Append(string.Join(", ", parameterList.Parameters.Select(p => ConvertToSingleLine(p.Type))));
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
894builder.Append(string.Join(", ", parameterList.Parameters.Select(p => ConvertToSingleLine(p.Type))));
Microsoft.CodeAnalysis.Features (3)
Completion\Providers\SymbolCompletionItem.cs (2)
254properties.Add(KeyValuePair.Create("InvalidProjects", string.Join(";", supportedPlatforms.InvalidProjects.Select(id => id.Id)))); 255properties.Add(KeyValuePair.Create("CandidateProjects", string.Join(";", supportedPlatforms.CandidateProjects.Select(id => id.Id))));
SignatureHelp\SignatureHelpItem.cs (1)
98var parameters = string.Join(string.Concat(SeparatorDisplayParts), Parameters);
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\LogValuesFormatter.cs (1)
193return string.Join(", ", enumerable.Cast<object>().Select(o => o ?? NullValue));
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\Matcher.ChoiceMatcher.cs (1)
30=> $"({string.Join("|", _matchers)})";
Microsoft.CodeAnalysis.Workspaces (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\Matcher.ChoiceMatcher.cs (1)
30=> $"({string.Join("|", _matchers)})";
Microsoft.DotNet.Build.Tasks.Packaging (1)
ValidatePackage.cs (1)
417Log.LogError($"PackageIndex from {String.Join(", ", PackageIndexes.Select(i => i.ItemSpec))} is has an assembly version entry(s) for {String.Join(", ", orphanedAssemblyVersions)} which are no longer in package {PackageId}. Please run /t:UpdatePackageIndex on this project to commit an update.");
Microsoft.DotNet.Cli.Definitions (1)
Help\HelpBuilder.Default.cs (1)
35IEnumerable enumerable => string.Join("|", enumerable.Cast<object>()),
Microsoft.Extensions.AI.Abstractions (1)
Contents\FunctionCallContent.cs (1)
120$"{Name}({string.Join(", ", Arguments)})" :
Microsoft.Extensions.AI.Tests (1)
ChatCompletion\FunctionInvokingChatClientTests.cs (1)
1362? [new TextContent($"The search results were '{string.Join(", ", frcs.Select(frc => frc.Result))}'")]
Microsoft.Extensions.Caching.Hybrid.Tests (2)
LogCollector.cs (2)
100Assert.Equal(string.Join(",", errorIds), string.Join(",", _items.Select(static x => x.eventId.Id)));
Microsoft.Extensions.ServiceDiscovery.Abstractions (1)
ServiceEndpointSource.cs (1)
58return $"[{string.Join(", ", eps)}]";
Microsoft.Interop.ComInterfaceGenerator (3)
ComClassGenerator.cs (1)
93writer.WriteLine($"{string.Join(" ", classSyntax.Modifiers)} class {classSyntax.Identifier}{classSyntax.TypeParameters} {{ }}");
ComInterfaceGenerator.cs (2)
575writer.WriteLine($"public static global::System.Guid Iid {{ get; }} = new([{string.Join(", ", interfaceInfo.InterfaceId.ToByteArray())}]);"); 893writer.WriteLine($"{string.Join(" ", syntax.Modifiers.AddToModifiers(SyntaxKind.UnsafeKeyword))} {syntax.TypeKind.GetDeclarationKeyword()} {syntax.Identifier}{syntax.TypeParameters}");
Microsoft.Interop.SourceGeneration (2)
ContainingSyntaxContext.cs (1)
170writer.WriteLine($"{string.Join(" ", syntax.Modifiers.AddToModifiers(SyntaxKind.UnsafeKeyword))} {syntax.TypeKind.GetDeclarationKeyword()} {syntax.Identifier}{syntax.TypeParameters}");
Marshalling\GeneratorDiagnostic.cs (1)
57DiagnosticProperties.Add(WellKnownDiagnosticTags.Unnecessary, $"[{string.Join(",", Enumerable.Range(0, UnnecessaryDataLocations.Length))}]"),
Microsoft.Maui.Controls (1)
DoubleCollectionConverter.cs (1)
51 return string.Join(", ", dc);
Microsoft.Maui.Controls.Build.Tasks (8)
ModuleDefinitionExtensions.cs (8)
15 var typeKey = $"{type}<{string.Join(",", classArguments)}>"; 64 var ctorKey = $"{type}<{(string.Join(",", classArguments))}>.ctor({(string.Join(",", Enumerable.Repeat("_", paramCount)))})"; 76 var ctorKey = $"{type}<{(string.Join(",", classArguments))}>.ctor({(parameterTypes == null ? "" : string.Join(",", parameterTypes))})"; 90 var ctorKey = $"{type}.ctor({(parameterTypes == null ? "" : string.Join(",", parameterTypes))})"; 194 var methodKey = $"{(isStatic ? "static " : "")}{type}<{(classArguments == null ? "" : string.Join(",", classArguments))}>.({(parameterTypes == null ? "" : string.Join(",", parameterTypes))})"; 220 var methodKey = $"{(isStatic ? "static " : "")}{type}<{(classArguments == null ? "" : string.Join(",", classArguments))}>.({(string.Join(",", Enumerable.Repeat("_", paramCount)))})";
Microsoft.Maui.Essentials (1)
Connectivity\Connectivity.shared.cs (1)
161 $"{nameof(ConnectionProfiles)}: [{string.Join(", ", ConnectionProfiles)}]";
Microsoft.ML.AutoML (2)
Tuner\AutoZeroTuner.cs (1)
34pipelineString = string.Join("=>", t.ValueEntities().Select(e => _sweepablePipeline.Estimators[e.ToString()].EstimatorType)),
Utils\UserInputValidationUtil.cs (1)
279$"but only types {string.Join(", ", allowedTypes)} are allowed.");
Microsoft.ML.CodeGenerator (1)
Utils.cs (1)
28return string.Join("", name.Select(x => Char.IsLetterOrDigit(x) ? x : '_'));
Microsoft.ML.GenAI.Core (1)
Extension\ModuleExtension.cs (1)
278var shapeStr = string.Join(", ", value.shape);
Microsoft.ML.LightGbm (1)
LightGbmRankingTrainer.cs (1)
169res[GetOptionName(nameof(CustomGains))] = string.Join(",", CustomGains);
Microsoft.ML.OnnxTransformer (3)
OnnxTransform.cs (1)
561throw Contracts.Except($"Input shape mismatch: Input '{_parent.Inputs[i]}' has shape {String.Join(",", inputShape)}, but input data is of length {typeValueCount}.");
OnnxUtils.cs (2)
319"The specified shape " + string.Join(",", shapeDictionary[name]) + 320" is not compatible with the shape " + string.Join(",", meta.Dimensions) +
Microsoft.ML.Samples (89)
Dynamic\DataOperations\FilterRowsByMissingValues.cs (1)
48$"\t({string.Join(", ", row.Feature2)})");
Dynamic\SimpleDataViewImplementation.cs (1)
65$"{string.Join(", ", tokensValue.DenseValues())}");
Dynamic\Trainers\Clustering\KMeans.cs (2)
81string.Join(", ", centroids[0].GetValues().ToArray().Take(3))); 85string.Join(", ", centroids[1].GetValues().ToArray().Take(3)));
Dynamic\Trainers\Clustering\KMeansWithOptions.cs (2)
89string.Join(", ", centroids[0].GetValues().ToArray().Take(3))); 93string.Join(", ", centroids[1].GetValues().ToArray().Take(3)));
Dynamic\Trainers\MulticlassClassification\ImageClassification\ImageClassificationDefault.cs (1)
147Console.WriteLine($"Scores : [{string.Join(",", prediction.Score)}], " +
Dynamic\Trainers\MulticlassClassification\ImageClassification\LearningRateSchedulingCifarResnetTransferLearning.cs (1)
173Console.WriteLine($"Scores : [{string.Join(",", prediction.Score)}], " +
Dynamic\Trainers\MulticlassClassification\ImageClassification\ResnetV2101TransferLearningEarlyStopping.cs (1)
171$"Scores : [{string.Join(",", prediction.Score)}], " +
Dynamic\Trainers\MulticlassClassification\ImageClassification\ResnetV2101TransferLearningTrainTestSplit.cs (1)
156Console.WriteLine($"Scores : [{string.Join(",", prediction.Score)}], " +
Dynamic\Transforms\Categorical\OneHotEncodingMultiColumn.cs (2)
51Console.WriteLine("{0}\t\t\t{1}", string.Join(" ", item.Education), 52string.Join(" ", item.ZipCode));
Dynamic\Transforms\Categorical\OneHotHashEncodingMultiColumn.cs (2)
52Console.WriteLine("{0}\t\t\t{1}", string.Join(" ", item.Education), 53string.Join(" ", item.ZipCode));
Dynamic\Transforms\Concatenate.cs (1)
66Console.WriteLine(string.Join(" ", featureRow.Features));
Dynamic\Transforms\Conversion\MapValueToArray.cs (1)
58$"{string.Join(",", featureRow.Features)}");
Dynamic\Transforms\Expression.cs (3)
54Console.Write(string.Join(" ", featureRow.Expr1)); 56Console.Write(string.Join(" ", featureRow.Expr2)); 58Console.Write(string.Join(" ", featureRow.Expr3));
Dynamic\Transforms\FeatureSelection\SelectFeaturesBasedOnCount.cs (2)
22Console.WriteLine("{0,-25} {1,-25}", string.Join(",", item 52Console.WriteLine("{0,-25} {1,-25}", string.Join(",", item.
Dynamic\Transforms\FeatureSelection\SelectFeaturesBasedOnCountMultiColumn.cs (2)
22Console.WriteLine("{0,-25} {1,-25}", string.Join(",", item. 52Console.WriteLine("{0,-25} {1,-25}", string.Join(",", item
Dynamic\Transforms\FeatureSelection\SelectFeaturesBasedOnMutualInformation.cs (2)
22Console.WriteLine("{0,-25} {1,-25}", item.Label, string.Join(",", 50Console.WriteLine("{0,-25}", string.Join(",", item.NumericVector));
Dynamic\Transforms\FeatureSelection\SelectFeaturesBasedOnMutualInformationMultiColumn.cs (4)
22Console.WriteLine("{0,-25} {1,-25}", string.Join(",", item 23.NumericVectorA), string.Join(",", item.NumericVectorB)); 53Console.WriteLine("{0,-25} {1,-25}", string.Join(",", item 54.NumericVectorA), string.Join(",", item.NumericVectorB));
Dynamic\Transforms\ImageAnalytics\ConvertToImage.cs (2)
77Console.WriteLine("{0, -25} {1, -25} {2, -25}", string.Join(",", 80string.Join(",", pixels.DenseValues().Take(5)) + "...");
Dynamic\Transforms\ImageAnalytics\ExtractPixels.cs (1)
113string.Join(",", pixels.DenseValues().Take(5)) + "...");
Dynamic\Transforms\IndicateMissingValues.cs (2)
46Console.WriteLine("Features: [" + string.Join(", ", row.Features) + 47"]\t MissingIndicator: [" + string.Join(", ", row
Dynamic\Transforms\IndicateMissingValuesMultiColumn.cs (4)
54Console.WriteLine("Features1: [" + string.Join(", ", row 55.Features1) + "]\t MissingIndicator1: [" + string.Join(", ", 56row.MissingIndicator1) + "]\t Features2: [" + string.Join(", ", 57row.Features2) + "]\t MissingIndicator2: [" + string.Join(", ",
Dynamic\Transforms\NormalizeBinning.cs (2)
88Console.WriteLine("Bins upper bounds are: " + string.Join(" ", 109Console.WriteLine("Bins upper bounds are: " + string.Join(" ",
Dynamic\Transforms\NormalizeSupervisedBinning.cs (2)
105Console.WriteLine("Bins upper borders are: " + string.Join(" ", 127Console.WriteLine("Bins upper borders are: " + string.Join(" ",
Dynamic\Transforms\ReplaceMissingValues.cs (4)
51Console.WriteLine("Features: [" + string.Join(", ", row.Features) + 52"]\t MissingReplaced: [" + string.Join(", ", row 81Console.WriteLine("Features: [" + string.Join(", ", row.Features) + 82"]\t MissingReplaced: [" + string.Join(", ", row
Dynamic\Transforms\ReplaceMissingValuesMultiColumn.cs (8)
57Console.WriteLine("Features1: [" + string.Join(", ", row 58.Features1) + "]\t MissingReplaced1: [" + string.Join(", ", row 59.MissingReplaced1) + "]\t Features2: [" + string.Join(", ", row 60.Features2) + "]\t MissingReplaced2: [" + string.Join(", ", row 92Console.WriteLine("Features1: [" + string.Join(", ", row 93.Features1) + "]\t MissingReplaced1: [" + string.Join(", ", row 94.MissingReplaced1) + "]\t Features2: [" + string.Join(", ", row 95.Features2) + "]\t MissingReplaced2: [" + string.Join(", ", row
Dynamic\Transforms\TimeSeries\Forecasting.cs (3)
62Console.WriteLine("[{0}]", string.Join(", ", forecast.Forecast)); 87Console.WriteLine("[{0}]", string.Join(", ", forecast.Forecast)); 92Console.WriteLine("[{0}]", string.Join(", ", forecast.Forecast));
Dynamic\Transforms\TimeSeries\ForecastingWithConfidenceInterval.cs (1)
113Console.WriteLine("[{0}]", string.Join(", ", forecast));
Dynamic\Transforms\TimeSeries\LocalizeRootCause.cs (1)
31Console.WriteLine($"Score: {item.Score}, Path: {String.Join(" ", item.Path)}, Direction: {item.Direction}, Dimension:{String.Join(" ", item.Dimension)}");
Dynamic\Transforms\TimeSeries\LocalizeRootCauseMultidimension.cs (1)
34Console.WriteLine($"Score: {item.Score}, Path: {String.Join(" ", item.Path)}, Direction: {item.Direction}, Dimension:{String.Join(" ", item.Dimension)}");
Dynamic\Transforms\TreeFeaturization\FastForestBinaryFeaturizationWithOptions.cs (4)
90Console.WriteLine("The original feature vector [" + String.Join( 94Console.WriteLine(" Trees' output values: [" + String.Join(",", 98.Join(",", transformedDataPoint.Leaves) + "]."); 101.Join(",", transformedDataPoint.Paths) + "].");
Dynamic\Transforms\TreeFeaturization\FastForestRegressionFeaturizationWithOptions.cs (4)
91Console.WriteLine("The original feature vector [" + String.Join(",", 95Console.WriteLine(" Trees' output values: [" + String.Join(",", 99.Join(",", transformedDataPoint.Leaves) + "]."); 102.Join(",", transformedDataPoint.Paths) + "].");
Dynamic\Transforms\TreeFeaturization\FastTreeBinaryFeaturizationWithOptions.cs (4)
92Console.WriteLine("The original feature vector [" + String.Join( 96Console.WriteLine(" Trees' output values: [" + String.Join(",", 100.Join(",", transformedDataPoint.Leaves) + "]."); 103.Join(",", transformedDataPoint.Paths) + "].");
Dynamic\Transforms\TreeFeaturization\FastTreeRankingFeaturizationWithOptions.cs (4)
88Console.WriteLine("The original feature vector [" + String.Join(",", 92Console.WriteLine(" Trees' output values: [" + String.Join(",", 96.Join(",", transformedDataPoint.Leaves) + "]."); 99.Join(",", transformedDataPoint.Paths) + "].");
Dynamic\Transforms\TreeFeaturization\FastTreeRegressionFeaturizationWithOptions.cs (4)
91Console.WriteLine("The original feature vector [" + String.Join(",", 95Console.WriteLine(" Trees' output values: [" + String.Join(",", 99.Join(",", transformedDataPoint.Leaves) + "]."); 102.Join(",", transformedDataPoint.Paths) + "].");
Dynamic\Transforms\TreeFeaturization\FastTreeTweedieFeaturizationWithOptions.cs (4)
91Console.WriteLine("The original feature vector [" + String.Join(",", 95Console.WriteLine(" Trees' output values: [" + String.Join(",", 99.Join(",", transformedDataPoint.Leaves) + "]."); 102.Join(",", transformedDataPoint.Paths) + "].");
Dynamic\Transforms\TreeFeaturization\PretrainedTreeEnsembleFeaturizationWithOptions.cs (4)
81Console.WriteLine("The original feature vector [" + String.Join( 85Console.WriteLine(" Trees' output values: [" + String.Join(",", 89.Join(",", transformedDataPoint.Leaves) + "]."); 92.Join(",", transformedDataPoint.Paths) + "].");
Dynamic\WithOnFitDelegate.cs (1)
68var upperBounds = string.Join(", ", binningParam.UpperBounds[i]);
Microsoft.ML.Samples.GPU (4)
docs\e4e90a0f3c9b109a\LearningRateSchedulingCifarResnetTransferLearning.cs (1)
173Console.WriteLine($"Scores : [{string.Join(",", prediction.Score)}], " +
docs\samples\Microsoft.ML.Samples\Dynamic\Trainers\MulticlassClassification\ImageClassification\ImageClassificationDefault.cs (1)
147Console.WriteLine($"Scores : [{string.Join(",", prediction.Score)}], " +
docs\samples\Microsoft.ML.Samples\Dynamic\Trainers\MulticlassClassification\ImageClassification\ResnetV2101TransferLearningEarlyStopping.cs (1)
171$"Scores : [{string.Join(",", prediction.Score)}], " +
docs\samples\Microsoft.ML.Samples\Dynamic\Trainers\MulticlassClassification\ImageClassification\ResnetV2101TransferLearningTrainTestSplit.cs (1)
156Console.WriteLine($"Scores : [{string.Join(",", prediction.Score)}], " +
Microsoft.ML.Tests (3)
Scenarios\Api\CookbookSamples\CookbookSamplesDynamicApi.cs (1)
126var upperBounds = string.Join(", ", binningParam.UpperBounds[i]);
Transformers\CustomMappingTests.cs (2)
40output.Together = $"{input.Float1} + {string.Join(", ", input.Float4)}"; 82Assert.True(inputs.Zip(outputs, (x, y) => y.Together == $"{x.Float1} + {string.Join(", ", x.Float4)}").All(x => x));
Microsoft.ML.Transforms (1)
MutualInformationFeatureSelection.cs (1)
505ch.Trace("Scores for column '{0}': {1}", columns[i], string.Join(", ", scores[i]));
Microsoft.ML.Vision (1)
ImageClassificationTrainer.cs (1)
883writer.WriteLine(row.Item1 + "," + string.Join(",", row.Item2));
Microsoft.NET.Build.Containers (3)
LocalDaemons\ContainerRuntimes.cs (1)
88string messages = string.Join(Environment.NewLine, errorProperty.EnumerateArray());
LocalDaemons\DockerCli.cs (1)
169string messages = string.Join(Environment.NewLine, errorProperty.EnumerateArray());
Tasks\CreateNewImage.cs (1)
177Log.LogErrorWithCodeFromResources(nameof(Strings.InvalidContainerImageFormat), ImageFormat, string.Join(",", Enum.GetValues<KnownImageFormats>()));
Microsoft.NET.Build.Tasks (2)
ShowMissingWorkloads.cs (2)
60Strings.WorkloadNotInstalled, string.Join(" ", suggestedWorkloads.Select(w => w.Id))); 65Log.LogError(Strings.WorkloadNotAvailable, string.Join(" ", unsatisfiablePacks));
Microsoft.TemplateEngine.Edge (2)
Constraints\OSConstraint.cs (1)
48return TemplateConstraintResult.CreateRestricted(this, string.Format(LocalizableStrings.OSConstraint_Message_Restricted, RuntimeInformation.OSDescription, string.Join(", ", supportedOS)));
Template\InputDataSetExtensions.cs (1)
82string.Format(LocalizableStrings.EvaluatedInputDataSet_Error_MismatchedConditions, string.Join(", ", offendingParameters)));
Microsoft.TemplateEngine.Utils (1)
EnumerableExtensions.cs (1)
53return source == null ? "<NULL>" : string.Join("," + (useSpace ? " " : string.Empty), source);
Microsoft.TestPlatform.CrossPlatEngine (2)
Client\TestLoggerManager.cs (1)
189_requestData.MetricsCollection.Add(TelemetryDataConstants.LoggerUsed, string.Join<Type>(",", _initializedLoggers.ToArray()));
DataCollection\ProxyDataCollectionManager.cs (1)
205string.Join(";", environmentVariables),
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
Utility\Converter.cs (1)
179EqtTrace.Info($"Converter.ToCollectionEntries: Converting attachmentSets {string.Join(",", attachmentSets)} to collection entries.");
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
AttachmentSet.cs (1)
45=> $"{nameof(Uri)}: {Uri.AbsoluteUri}, {nameof(DisplayName)}: {DisplayName}, {nameof(Attachments)}: [{string.Join(",", Attachments)}]";
Nuget.Frameworks\FrameworkNameHelpers.cs (1)
68return Version.Parse(string.Join(".", versionString.ToCharArray().Take(4)));
Nuget.Frameworks\FrameworkNameProvider.cs (1)
179return Version.TryParse(string.Join(".", versionString.ToCharArray().Take(4)), out version);
NuGet.CommandLine.XPlat (4)
Commands\Package\Download\PackageDownloadRunner.cs (1)
99var notConsideredSources = string.Join(
Commands\Signing\SignCommand.cs (2)
230string.Join(",", Enum.GetValues<StoreLocation>().ToList()))); 248string.Join(",", Enum.GetValues<StoreName>().ToList())));
Utility\CommandLineUtility.cs (1)
63optionName, string.Join(",", spec.AllowedHashAlgorithms)));
NuGet.Commands (3)
RestoreCommand\LockFileBuilder.cs (1)
434return string.Join(", ", frameworks);
RestoreCommand\ProjectRestoreCommand.cs (1)
317string.Join(", ", conflict.Requests),
RestoreCommand\RestoreCommand.cs (1)
1026string.Format(CultureInfo.CurrentCulture, Strings.Error_PlatformVersionNotPresent, string.Join(", ", badPlatforms))
NuGet.Frameworks (2)
FrameworkNameHelpers.cs (1)
68return Version.Parse(string.Join(".", versionString.ToCharArray().Take(4)));
FrameworkNameProvider.cs (1)
186return Version.TryParse(string.Join(".", versionString.ToCharArray().Take(4)), out version);
NuGet.Packaging (5)
Core\PackageDependencyGroup.cs (1)
109return String.Format(CultureInfo.InvariantCulture, "[{0}] ({1})", TargetFramework, String.Join(", ", Packages));
RuntimeModel\CompatibilityProfile.cs (1)
29return $"{Name}: {string.Join(",", RestoreContexts)}";
RuntimeModel\RuntimeDescription.cs (1)
138return $"({RuntimeIdentifier}: (#imports: {string.Join(",", InheritedRuntimes)}); {string.Join(",", RuntimeDependencySets)})";
Signing\Timestamp\Rfc3161TimestampProvider.cs (2)
161var supportedSignatureAlgorithms = string.Join(", ", spec.AllowedSignatureAlgorithms); 180var supportedSignatureAlgorithms = string.Join(", ", spec.AllowedHashAlgorithms);
NuGet.Protocol (2)
Plugins\Messages\GetOperationClaimsResponse.cs (1)
46string.Join(",", unrecognizedClaims)),
RemoteSourceDependencyInfo.cs (1)
97return String.Format(CultureInfo.InvariantCulture, "{0} : {1}", Identity, String.Join(" ,", DependencyGroups));
PresentationFramework (2)
System\Windows\Documents\TextMapOffsetErrorLogger.cs (1)
74TextMapText = string.Join(string.Empty, textMap.Text),
System\Windows\Documents\WinRTSpellerInterop.cs (1)
379foreach(string strSentence in new string[]{string.Join(string.Empty, text)})
Roslyn.Diagnostics.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\Matcher.ChoiceMatcher.cs (1)
30=> $"({string.Join("|", _matchers)})";
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
894builder.Append(string.Join(", ", parameterList.Parameters.Select(p => ConvertToSingleLine(p.Type))));
System.CommandLine (2)
Completions\CompletionAction.cs (1)
36string.Join(
Help\HelpBuilder.Default.cs (1)
41IEnumerable enumerable => string.Join("|", enumerable.Cast<object>()),
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\DsesFilterAndTransform.cs (1)
958return string.Join(",", (IEnumerable<ElementType>)obj);
System.Net.Mail (1)
System\Net\Mail\MailAddressCollection.cs (1)
50public override string ToString() => string.Join(", ", this);
System.Net.WebSockets (1)
System\Net\WebSockets\WebSocket.cs (1)
104validStatesText = string.Join(", ", validStates);
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\ComVariant.cs (1)
431throw new InvalidOperationException(SR.Format(SR.ComVariant_TypeIsNotSupportedType, VarType, string.Join(", ", requiredType.ToArray())));
src\runtime\src\libraries\System.Private.CoreLib\src\System\SearchValues\SearchValues.T.cs (1)
60string.Join(",", values);
testhost (1)
src\vstest\src\testhost.x86\DefaultEngineInvoker.cs (1)
126string.Join(",", argsDictionary));
testhost.arm64 (1)
src\vstest\src\testhost.x86\DefaultEngineInvoker.cs (1)
126string.Join(",", argsDictionary));
testhost.x86 (1)
DefaultEngineInvoker.cs (1)
126string.Join(",", argsDictionary));
vstest.console (1)
Processors\PlatformArgumentProcessor.cs (1)
144string.Format(CultureInfo.CurrentCulture, CommandLineResources.InvalidPlatformType, argument, string.Join(", ", validPlatforms)));
vstest.console.arm64 (1)
src\vstest\src\vstest.console\Processors\PlatformArgumentProcessor.cs (1)
144string.Format(CultureInfo.CurrentCulture, CommandLineResources.InvalidPlatformType, argument, string.Join(", ", validPlatforms)));