554 references to Format
aspire (25)
Agents\AspireSkills\AspireSkillsBundleProvider.cs (2)
313throw new InvalidOperationException(string.Format(CultureInfo.InvariantCulture, "Aspire skills bundle file '{0}' in skill '{1}' failed {2} verification.", relativePath, skillName, algorithmName)); 352throw new InvalidOperationException(string.Format(
Commands\AgentInitCommand.cs (3)
62Description = string.Format(CultureInfo.InvariantCulture, AgentCommandStrings.InitCommand_SkillLocationsOptionDescription, 71Description = string.Format(CultureInfo.InvariantCulture, AgentCommandStrings.InitCommand_SkillsOptionDescription, 749string.Format(CultureInfo.CurrentCulture, AgentCommandStrings.InitCommand_FailedToInstallSkill, skill.Name, fullSkillDirectoryPath, ex.Message));
Commands\DoctorCommand.cs (1)
154_ansiConsole.MarkupLine($"[bold]{string.Format(CultureInfo.CurrentCulture, DoctorCommandStrings.SummaryFormat, passed, warnings, failed)}[/]");
Commands\InitCommand.cs (1)
554InteractionService.DisplayError(string.Format(CultureInfo.CurrentCulture, InitCommandStrings.FailedToParseExistingConfig, AspireConfigFile.FileName, configPath, ex.Message));
Commands\Sdk\SdkDumpCommand.cs (6)
423sb.AppendLine(string.Format(CultureInfo.InvariantCulture, "{0}: {1}{2}", d.Severity.ToLowerInvariant(), d.Message, loc)); 512return string.Format(CultureInfo.InvariantCulture, "{0}{1}: {2}", p.Name, optional, p.Type?.TypeId ?? "unknown"); 515sb.AppendLine(string.Format(CultureInfo.InvariantCulture, "{0}({1}) -> {2}", c.CapabilityId, paramStr, returnStr)); 609sb.AppendLine(string.Format(CultureInfo.InvariantCulture, " - {0}{1}: {2}", p.Name, optional, simpleType)); 674return string.Format(CultureInfo.InvariantCulture, "{0}{1}: {2}", p.Name, optional, simpleType); 677sb.AppendLine(string.Format(CultureInfo.InvariantCulture, " {0}({1}) -> {2}", c.MethodName, paramStr, returnType));
Commands\TerminalAttachCommand.cs (2)
152string.Format(CultureInfo.CurrentCulture, 221_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture,
Commands\WaitCommand.cs (2)
129InteractionService.DisplayError(string.Format(CultureInfo.CurrentCulture, WaitCommandStrings.WaitTimedOut, resourceName, statusLabel, timeoutSeconds)); 144InteractionService.DisplaySuccess(string.Format(CultureInfo.CurrentCulture, WaitCommandStrings.ResourceReachedTargetStatus, resourceName, statusLabel, elapsed.TotalSeconds));
Projects\ProjectUpdater.cs (6)
264descriptions.Add(string.Format( 437string.Format(CultureInfo.InvariantCulture, UpdateCommandStrings.UpdatePackageFormat, "Aspire.AppHost.Sdk", sdkVersion ?? "unknown", latestSdkPackage?.Version), 856string.Format( 1062string.Format(CultureInfo.InvariantCulture, UpdateCommandStrings.UpdatePackageFormat, packageId, packageVersion, latestPackage.Version), 1098string.Format(CultureInfo.InvariantCulture, UpdateCommandStrings.UpdatePackageFormat, packageId, currentVersion, latestPackage.Version), 1134throw new ProjectUpdaterException(string.Format(CultureInfo.InvariantCulture,
Utils\EnvironmentChecker\DcpConnectionChecker.cs (1)
388string.Format(
Utils\EnvironmentChecker\DevCertsCheck.cs (1)
33private static readonly string s_installOpenSslCleanAndTrustFixCommand = string.Format(CultureInfo.InvariantCulture, DoctorCommandStrings.DevCertsInstallOpenSslCleanAndTrustFixFormat, "openssl", "aspire certs clean", "aspire certs trust");
aspire-managed (1)
NuGet\Commands\ManifestCommand.cs (1)
102Console.WriteLine(string.Format(
Aspire.Dashboard (2)
Components\Dialogs\AIAgentsDialog.razor.cs (1)
38: string.Format(CultureInfo.CurrentCulture, Loc[nameof(DialogsLoc.AIAgentsDialogStandaloneDescription)], GetDashboardUrl(), StandaloneLearnMoreUrl, InstallCliUrl);
src\Shared\ConsoleLogs\LogPauseViewModel.cs (1)
37: string.Format(
Aspire.Hosting (1)
ApplicationModel\RequiredCommandValidator.cs (1)
103(not null, not null) => string.Format(CultureInfo.CurrentCulture, MessageStrings.RequiredCommandValidationFailedWithLink, command, validationMessage, link),
Aspire.Hosting.Browsers (2)
BrowserEndpointDiscovery.cs (1)
140string.Format(
BrowserHostRegistry.cs (1)
366string.Format(
Aspire.Hosting.Browsers.Tests (2)
src\Aspire.Hosting.Browsers\BrowserEndpointDiscovery.cs (1)
140string.Format(
src\Aspire.Hosting.Browsers\BrowserHostRegistry.cs (1)
366string.Format(
Aspire.Hosting.DevTunnels (2)
DevTunnelHealthCheck.cs (1)
57return HealthCheckResult.Healthy(string.Format(CultureInfo.CurrentCulture, Resources.MessageStrings.DevTunnelHealthy, _tunnelResource.TunnelId, tunnelStatus.HostConnections, tunnelStatus.Ports?.Count));
DevTunnelPortHealthCheck.cs (1)
44return HealthCheckResult.Unhealthy(string.Format(CultureInfo.CurrentCulture, Resources.MessageStrings.DevTunnelPortUnhealthy_Error, port, tunnelResource.TunnelId, ex.Message), ex);
Aspire.Hosting.Kubernetes (1)
Deployment\HelmVersionValidator.cs (1)
103string.Format(
dotnet-Microsoft.XmlSerializer.Generator (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
dotnet-svcutil-lib (10)
Bootstrapper\SvcutilBootstrapper.cs (1)
207throw new BootstrapException(string.Format(CultureInfo.CurrentCulture, "{0}{1}{2}", exception.Message, Environment.NewLine, Resource.BootstrapErrorDisableReferences));
CodeDomFixup\EndpointSelector.cs (1)
286string values = string.Format(CultureInfo.InvariantCulture, "'{0}', '{1}', '{2}'",
CommandProcessorOptions.cs (2)
460this.AddWarning(string.Format(CultureInfo.CurrentCulture, SR.WrnSpecifiedFilePathNotUndeProjectDirFormat, Switches.OutputFile.Name, outputFile, this.Project.DirectoryPath)); 523throw new ToolArgumentException(string.Format(CultureInfo.CurrentCulture, SR.ErrMoreThanOneUpdateParamsFilesFoundFormat, this.Project.FullPath, Switches.Update.Name, svcRefNames));
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerError.cs (1)
179return string.Format(CultureInfo.InvariantCulture, "{0} {1}: {2}",
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
905return string.Format(CultureInfo.InvariantCulture, "{0}_{1}_{2}_Fault", wsdlBinding.Name, wsdlOperationBinding.Name, wsdlFaultBinding.Name);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityTimestamp.cs (1)
145return string.Format(
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (1)
2975return String.Format(System.Globalization.CultureInfo.InvariantCulture, "{0}{1}{2}",
HelpGenerator.cs (1)
129_name = String.Format(CultureInfo.InvariantCulture, "{0}{1} {2}", CommandSwitch.FullSwitchIndicator, option, optionUse),
Shared\ProjectDependency.cs (1)
155string.Format(CultureInfo.InvariantCulture, "{0}, {{{1}, {2}}}", this.AssemblyName, this.Name, this.Version) :
GetDocument.Insider (3)
src\aspnetcore\artifacts\obj\GetDocument.Insider\Release\net11.0\Microsoft.Extensions.ApiDescription.Tool.Resources.cs (3)
80=> string.Format(Culture, GetResourceString("MethodReturnedNull"), p0, p1, p2); 92=> string.Format(Culture, GetResourceString("MethodTimedOut"), p0, p1, p2); 116=> string.Format(Culture, GetResourceString("MethodWroteNoContent"), p0, p1, p2);
Microsoft.AspNetCore.Antiforgery (4)
src\aspnetcore\src\Shared\WebEncoders\Properties\EncoderResources.cs (1)
27return string.Format(CultureInfo.CurrentCulture, WebEncoders_InvalidCountOffsetOrLength, p0, p1, p2);
src\aspnetcore\src\Shared\WebEncoders\WebEncoders.cs (3)
160string.Format( 332string.Format( 505string.Format(
Microsoft.AspNetCore.App.Analyzers (2)
src\aspnetcore\artifacts\obj\Microsoft.AspNetCore.App.Analyzers\Release\netstandard2.0\Microsoft.AspNetCore.Analyzers.Resources.cs (2)
76=> string.Format(Culture, GetResourceString("TemplateRoute_OptionalParameterCanbBePrecededByPeriod"), p0, p1, p2); 82=> string.Format(Culture, GetResourceString("TemplateRoute_OptionalParameterHasTobeTheLast"), p0, p1, p2);
Microsoft.AspNetCore.Authentication.Abstractions (1)
src\ba6ae089a4652722\Microsoft.AspNetCore.Authentication.Abstractions.Resources.cs (1)
34=> string.Format(Culture, GetResourceString("Exception_UnableToFindServices"), p0, p1, p2);
Microsoft.AspNetCore.Authentication.Cookies (1)
src\aspnetcore\src\Shared\ChunkingCookieManager\ChunkingCookieManager.cs (1)
114string.Format(
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
OpenIdConnectHandler.cs (1)
1534var ex = new OpenIdConnectProtocolException(string.Format(
src\004fadb83be020c8\Microsoft.AspNetCore.Authentication.OpenIdConnect.Resources.cs (1)
38=> string.Format(Culture, GetResourceString("MessageContainsError"), p0, p1, p2);
Microsoft.AspNetCore.Components (5)
src\aspnetcore\artifacts\obj\Microsoft.AspNetCore.Components\Release\net11.0\Microsoft.AspNetCore.Components.Routing.Resources.cs (5)
52=> string.Format(Culture, GetResourceString("DefaultInlineConstraintResolver_TypeNotConstraint"), p0, p1, p2); 72=> string.Format(Culture, GetResourceString("ConstraintMustBeStringOrConstraint"), p0, p1, p2); 90=> string.Format(Culture, GetResourceString("RoutePattern_ConstraintReferenceNotFound"), p0, p1, p2); 150=> string.Format(Culture, GetResourceString("TemplateRoute_OptionalParameterCanbBePrecededByPeriod"), p0, p1, p2); 156=> string.Format(Culture, GetResourceString("TemplateRoute_OptionalParameterHasTobeTheLast"), p0, p1, p2);
Microsoft.AspNetCore.Components.Analyzers (2)
src\3b67e3582e36646e\Microsoft.AspNetCore.Components.Analyzers.Resources.cs (2)
46=> string.Format(Culture, GetResourceString("ComponentParameterCaptureUnmatchedValuesMustBeUnique_Format"), p0, p1, p2); 56=> string.Format(Culture, GetResourceString("ComponentParameterCaptureUnmatchedValuesHasWrongType_Format"), p0, p1, p2);
Microsoft.AspNetCore.Components.Endpoints (4)
Forms\DataAnnotationsLocalizer.cs (3)
144LengthAttribute a => string.Format(culture, messageTemplate, displayName, a.MinimumLength, a.MaximumLength), 147RangeAttribute a => string.Format(culture, messageTemplate, displayName, a.Minimum, a.Maximum), 149StringLengthAttribute a => string.Format(culture, messageTemplate, displayName, a.MaximumLength, a.MinimumLength),
src\aspnetcore\src\Shared\ChunkingCookieManager\ChunkingCookieManager.cs (1)
114string.Format(
Microsoft.AspNetCore.Components.SdkAnalyzers (2)
src\ed9f8b2aa7bd9e0d\Microsoft.AspNetCore.Components.Analyzers.Resources.cs (2)
46=> string.Format(Culture, GetResourceString("ComponentParameterCaptureUnmatchedValuesMustBeUnique_Format"), p0, p1, p2); 56=> string.Format(Culture, GetResourceString("ComponentParameterCaptureUnmatchedValuesHasWrongType_Format"), p0, p1, p2);
Microsoft.AspNetCore.DataProtection.Abstractions (4)
src\aspnetcore\src\Shared\WebEncoders\Properties\EncoderResources.cs (1)
27return string.Format(CultureInfo.CurrentCulture, WebEncoders_InvalidCountOffsetOrLength, p0, p1, p2);
src\aspnetcore\src\Shared\WebEncoders\WebEncoders.cs (3)
160string.Format( 332string.Format( 505string.Format(
Microsoft.AspNetCore.Diagnostics.HealthChecks (1)
src\9f13daa7b54758d8\Microsoft.AspNetCore.Diagnostics.HealthChecks.Resources.cs (1)
34=> string.Format(Culture, GetResourceString("UnableToFindServices"), p0, p1, p2);
Microsoft.AspNetCore.Diagnostics.Middleware (1)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Validators.g.cs (1)
274string.Format(global::System.Globalization.CultureInfo.CurrentCulture, GetValidationErrorMessage(), name, Minimum, Maximum);
Microsoft.AspNetCore.HeaderParsing (1)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Validators.g.cs (1)
87string.Format(global::System.Globalization.CultureInfo.CurrentCulture, GetValidationErrorMessage(), name, Minimum, Maximum);
Microsoft.AspNetCore.Hosting (3)
Internal\StartupLoader.cs (3)
283throw new InvalidOperationException(string.Format( 343throw new InvalidOperationException(string.Format( 356throw new InvalidOperationException(string.Format(
Microsoft.AspNetCore.Http.Abstractions (3)
src\aspnetcore\artifacts\obj\Microsoft.AspNetCore.Http.Abstractions\Release\net11.0\Microsoft.AspNetCore.Http.Abstractions.Resources.cs (3)
40=> string.Format(Culture, GetResourceString("Exception_UseMiddlewareNoInvokeMethod"), p0, p1, p2); 46=> string.Format(Culture, GetResourceString("Exception_UseMiddlewareNonTaskReturnType"), p0, p1, p2); 52=> string.Format(Culture, GetResourceString("Exception_UseMiddlewareNoParameters"), p0, p1, p2);
Microsoft.AspNetCore.Http.Connections (4)
src\aspnetcore\src\Shared\WebEncoders\Properties\EncoderResources.cs (1)
27return string.Format(CultureInfo.CurrentCulture, WebEncoders_InvalidCountOffsetOrLength, p0, p1, p2);
src\aspnetcore\src\Shared\WebEncoders\WebEncoders.cs (3)
160string.Format( 332string.Format( 505string.Format(
Microsoft.AspNetCore.Http.Extensions (2)
RequestDelegateFactory.cs (2)
2751var message = string.Format(CultureInfo.InvariantCulture, RequestDelegateCreationLogging.ParameterBindingFailedExceptionMessage, parameterTypeName, parameterName, sourceValue); 2765var message = string.Format(CultureInfo.InvariantCulture, RequestDelegateCreationLogging.RequiredParameterNotProvidedExceptionMessage, parameterTypeName, parameterName, source);
Microsoft.AspNetCore.Identity (3)
_generated\0\GeneratedRouteBuilderExtensions.g.cs (2)
1583var message = string.Format(CultureInfo.InvariantCulture, "Failed to bind parameter \"{0} {1}\" from \"{2}\".", parameterTypeName, parameterName, sourceValue); 1600var message = string.Format(CultureInfo.InvariantCulture, "Required parameter \"{0} {1}\" was not provided from {2}.", parameterTypeName, parameterName, source);
src\aspnetcore\artifacts\obj\Microsoft.AspNetCore.Identity\Release\net11.0\Microsoft.AspNetCore.Identity.Resources.cs (1)
34=> string.Format(Culture, GetResourceString("InvalidManagerType"), p0, p1, p2);
Microsoft.AspNetCore.Identity.UI (2)
Areas\Identity\Pages\V4\Account\Manage\EnableAuthenticator.cshtml.cs (1)
196return string.Format(
Areas\Identity\Pages\V5\Account\Manage\EnableAuthenticator.cshtml.cs (1)
196return string.Format(
Microsoft.AspNetCore.JsonPatch (2)
src\aspnetcore\artifacts\obj\Microsoft.AspNetCore.JsonPatch\Release\net11.0\Microsoft.AspNetCore.JsonPatch.Resources.cs (2)
140=> string.Format(Culture, GetResourceString("ValueAtListPositionNotEqualToTestValue"), p0, p1, p2); 152=> string.Format(Culture, GetResourceString("ValueNotEqualToTestValue"), p0, p1, p2);
Microsoft.AspNetCore.JsonPatch.SystemTextJson (2)
src\f3018ccc2ba0686c\Microsoft.AspNetCore.JsonPatch.SystemTextJson.Resources.cs (2)
140=> string.Format(Culture, GetResourceString("ValueAtListPositionNotEqualToTestValue"), p0, p1, p2); 152=> string.Format(Culture, GetResourceString("ValueNotEqualToTestValue"), p0, p1, p2);
Microsoft.AspNetCore.Mvc.Core (25)
Controllers\ControllerActionDescriptor.cs (1)
52base.DisplayName = string.Format(
src\aspnetcore\artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net11.0\Microsoft.AspNetCore.Mvc.Core.Resources.cs (23)
46=> string.Format(Culture, GetResourceString("ActionExecutor_WrappedTaskInstance"), p0, p1, p2); 152=> string.Format(Culture, GetResourceString("AttributeRoute_CannotContainParameter"), p0, p1, p2); 158=> string.Format(Culture, GetResourceString("AttributeRoute_IndividualErrorMessage"), p0, p1, p2); 174=> string.Format(Culture, GetResourceString("AttributeRoute_TokenReplacement_ReplacementValueNotFound"), p0, p1, p2); 184=> string.Format(Culture, GetResourceString("UnableToFindServices"), p0, p1, p2); 196=> string.Format(Culture, GetResourceString("AttributeRoute_DuplicateNames"), p0, p1, p2); 202=> string.Format(Culture, GetResourceString("AttributeRoute_AggregateErrorMessage_ErrorNumber"), p0, p1, p2); 208=> string.Format(Culture, GetResourceString("AttributeRoute_MixedAttributeAndConventionallyRoutedActions_ForMethod"), p0, p1, p2); 214=> string.Format(Culture, GetResourceString("AttributeRoute_MixedAttributeAndConventionallyRoutedActions_ForMethod_Item"), p0, p1, p2); 410=> string.Format(Culture, GetResourceString("TextOutputFormatter_WriteResponseBodyAsyncNotSupported"), p0, p1, p2); 428=> string.Format(Culture, GetResourceString("InputFormattersAreRequired"), p0, p1, p2); 434=> string.Format(Culture, GetResourceString("ModelBinderProvidersAreRequired"), p0, p1, p2); 440=> string.Format(Culture, GetResourceString("OutputFormattersAreRequired"), p0, p1, p2); 464=> string.Format(Culture, GetResourceString("MiddlewareFilter_InvalidConfigureReturnType"), p0, p1, p2); 482=> string.Format(Culture, GetResourceString("FormCollectionModelBinder_CannotBindToFormCollection"), p0, p1, p2); 518=> string.Format(Culture, GetResourceString("ComplexTypeModelBinder_NoParameterlessConstructor_ForProperty"), p0, p1, p2); 530=> string.Format(Culture, GetResourceString("UrlHelper_RelativePagePathIsNotSupported"), p0, p1, p2); 546=> string.Format(Culture, GetResourceString("ApplicationPartFactory_InvalidFactoryType"), p0, p1, p2); 558=> string.Format(Culture, GetResourceString("RelatedAssemblyAttribute_CouldNotBeFound"), p0, p1, p2); 600=> string.Format(Culture, GetResourceString("ApiConvention_UnsupportedAttributesOnConvention"), p0, p1, p2); 618=> string.Format(Culture, GetResourceString("ValidationVisitor_ExceededMaxDepth"), p0, p1, p2); 654=> string.Format(Culture, GetResourceString("Property_MustBeInstanceOfType"), p0, p1, p2); 692=> string.Format(Culture, GetResourceString("ComplexObjectModelBinder_NoSuitableConstructor_ForProperty"), p0, p1, p2);
src\aspnetcore\src\Shared\ChunkingCookieManager\ChunkingCookieManager.cs (1)
114string.Format(
Microsoft.AspNetCore.Mvc.NewtonsoftJson (2)
src\aspnetcore\artifacts\obj\Microsoft.AspNetCore.Mvc.NewtonsoftJson\Release\net11.0\Microsoft.AspNetCore.Mvc.NewtonsoftJson.Resources.cs (2)
58=> string.Format(Culture, GetResourceString("Property_MustBeInstanceOfType"), p0, p1, p2); 70=> string.Format(Culture, GetResourceString("TempData_CannotSerializeDictionary"), p0, p1, p2);
Microsoft.AspNetCore.Mvc.Razor (7)
RazorViewEngine.cs (1)
356var path = string.Format(
src\aspnetcore\artifacts\obj\Microsoft.AspNetCore.Mvc.Razor\Release\net11.0\Microsoft.AspNetCore.Mvc.Razor.Resources.cs (6)
70=> string.Format(Culture, GetResourceString("RenderBodyNotCalled"), p0, p1, p2); 82=> string.Format(Culture, GetResourceString("SectionAlreadyRendered"), p0, p1, p2); 88=> string.Format(Culture, GetResourceString("SectionNotDefined"), p0, p1, p2); 94=> string.Format(Culture, GetResourceString("SectionsNotRendered"), p0, p1, p2); 108=> string.Format(Culture, GetResourceString("RazorPage_InvalidTagHelperIndexerAssignment"), p0, p1, p2); 140=> string.Format(Culture, GetResourceString("FileProvidersAreRequired"), p0, p1, p2);
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (1)
src\b9af2da53411e871\Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.Resources.cs (1)
42=> string.Format(Culture, GetResourceString("FileProvidersAreRequired"), p0, p1, p2);
Microsoft.AspNetCore.Mvc.RazorPages (2)
src\aspnetcore\artifacts\obj\Microsoft.AspNetCore.Mvc.RazorPages\Release\net11.0\Microsoft.AspNetCore.Mvc.RazorPages.Resources.cs (2)
46=> string.Format(Culture, GetResourceString("PageViewResult_ContextIsInvalid"), p0, p1, p2); 92=> string.Format(Culture, GetResourceString("InvalidActionDescriptorModelType"), p0, p1, p2);
Microsoft.AspNetCore.Mvc.TagHelpers (3)
src\aspnetcore\artifacts\obj\Microsoft.AspNetCore.Mvc.TagHelpers\Release\net11.0\Microsoft.AspNetCore.Mvc.TagHelpers.Resources.cs (3)
58=> string.Format(Culture, GetResourceString("InputTagHelper_InvalidStringResult"), p0, p1, p2); 76=> string.Format(Culture, GetResourceString("InvalidEnumArgument"), p0, p1, p2); 108=> string.Format(Culture, GetResourceString("PartialTagHelper_InvalidModelAttributes"), p0, p1, p2);
Microsoft.AspNetCore.Mvc.ViewFeatures (12)
src\aspnetcore\artifacts\obj\Microsoft.AspNetCore.Mvc.ViewFeatures\Release\net11.0\Microsoft.AspNetCore.Mvc.ViewFeatures.Resources.cs (12)
34=> string.Format(Culture, GetResourceString("ViewComponent_AmbiguousTypeMatch"), p0, p1, p2); 40=> string.Format(Culture, GetResourceString("ViewComponent_AsyncMethod_ShouldReturnTask"), p0, p1, p2); 66=> string.Format(Culture, GetResourceString("ViewComponent_CannotFindMethod"), p0, p1, p2); 72=> string.Format(Culture, GetResourceString("ViewComponent_InvalidReturnValue"), p0, p1, p2); 92=> string.Format(Culture, GetResourceString("ArgumentPropertyUnexpectedType"), p0, p1, p2); 138=> string.Format(Culture, GetResourceString("HtmlHelper_TypeNotSupported_ForGetEnumSelectList"), p0, p1, p2); 144=> string.Format(Culture, GetResourceString("HtmlHelper_WrongSelectDataType"), p0, p1, p2); 150=> string.Format(Culture, GetResourceString("Templates_TypeMustImplementIEnumerable"), p0, p1, p2); 272=> string.Format(Culture, GetResourceString("ViewComponent_SyncMethod_CannotReturnTask"), p0, p1, p2); 278=> string.Format(Culture, GetResourceString("ViewComponent_AmbiguousMethods"), p0, p1, p2); 296=> string.Format(Culture, GetResourceString("ViewEnginesAreRequired"), p0, p1, p2); 302=> string.Format(Culture, GetResourceString("TempDataProperties_PublicGetterSetter"), p0, p1, p2);
Microsoft.AspNetCore.OpenApi (2)
_generated\0\GeneratedRouteBuilderExtensions.g.cs (2)
316var message = string.Format(CultureInfo.InvariantCulture, "Failed to bind parameter \"{0} {1}\" from \"{2}\".", parameterTypeName, parameterName, sourceValue); 333var message = string.Format(CultureInfo.InvariantCulture, "Required parameter \"{0} {1}\" was not provided from {2}.", parameterTypeName, parameterName, source);
Microsoft.AspNetCore.Razor.Runtime (1)
src\aspnetcore\artifacts\obj\Microsoft.AspNetCore.Razor.Runtime\Release\net11.0\Microsoft.AspNetCore.Razor.Runtime.Resources.cs (1)
34=> string.Format(Culture, GetResourceString("ScopeManager_EndCannotBeCalledWithoutACallToBegin"), p0, p1, p2);
Microsoft.AspNetCore.Razor.Utilities.Shared (12)
src\427269d77cf079ab\Microsoft.AspNetCore.Razor.SharedUtilities.Resources.CollectionUtilitiesSR.cs (6)
52=> string.Format(Culture, GetResourceString("0_1_must_be_equal_to_2"), p0, p1, p2); 58=> string.Format(Culture, GetResourceString("0_1_must_be_greater_than_2"), p0, p1, p2); 64=> string.Format(Culture, GetResourceString("0_1_must_be_greater_than_or_equal_to_2"), p0, p1, p2); 70=> string.Format(Culture, GetResourceString("0_1_must_be_less_than_2"), p0, p1, p2); 76=> string.Format(Culture, GetResourceString("0_1_must_be_less_than_or_equal_to_2"), p0, p1, p2); 82=> string.Format(Culture, GetResourceString("0_1_must_not_be_equal_to_2"), p0, p1, p2);
src\427269d77cf079ab\Microsoft.AspNetCore.Razor.Utilities.Shared.Resources.SR.cs (6)
52=> string.Format(Culture, GetResourceString("0_1_must_be_equal_to_2"), p0, p1, p2); 58=> string.Format(Culture, GetResourceString("0_1_must_be_greater_than_2"), p0, p1, p2); 64=> string.Format(Culture, GetResourceString("0_1_must_be_greater_than_or_equal_to_2"), p0, p1, p2); 70=> string.Format(Culture, GetResourceString("0_1_must_be_less_than_2"), p0, p1, p2); 76=> string.Format(Culture, GetResourceString("0_1_must_be_less_than_or_equal_to_2"), p0, p1, p2); 82=> string.Format(Culture, GetResourceString("0_1_must_not_be_equal_to_2"), p0, p1, p2);
Microsoft.AspNetCore.Rewrite (1)
src\aspnetcore\artifacts\obj\Microsoft.AspNetCore.Rewrite\Release\net11.0\Microsoft.AspNetCore.Rewrite.Resources.cs (1)
92=> string.Format(Culture, GetResourceString("Error_UrlRewriteParseError"), p0, p1, p2);
Microsoft.AspNetCore.Routing (7)
src\aspnetcore\artifacts\obj\Microsoft.AspNetCore.Routing\Release\net11.0\Microsoft.AspNetCore.Routing.Resources.cs (7)
76=> string.Format(Culture, GetResourceString("DefaultInlineConstraintResolver_TypeNotConstraint"), p0, p1, p2); 136=> string.Format(Culture, GetResourceString("TemplateRoute_OptionalParameterCanbBePrecededByPeriod"), p0, p1, p2); 142=> string.Format(Culture, GetResourceString("TemplateRoute_OptionalParameterHasTobeTheLast"), p0, p1, p2); 154=> string.Format(Culture, GetResourceString("UnableToFindServices"), p0, p1, p2); 174=> string.Format(Culture, GetResourceString("ConstraintMustBeStringOrConstraint"), p0, p1, p2); 192=> string.Format(Culture, GetResourceString("RoutePattern_ConstraintReferenceNotFound"), p0, p1, p2); 230=> string.Format(Culture, GetResourceString("MapGroup_RepeatedDictionaryEntry"), p0, p1, p2);
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\28168141adbe9f3e\Microsoft.AspNetCore.Server.Kestrel.Core.CoreStrings.cs (2)
200=> string.Format(Culture, GetResourceString("NetworkInterfaceBindingFailed", new [] { "address", "interfaceName", "error" }), address, interfaceName, error); 310=> string.Format(Culture, GetResourceString("Http2ErrorHeadersInterleaved", new [] { "frameType", "streamId", "headersStreamId" }), frameType, streamId, headersStreamId);
Microsoft.AspNetCore.WebUtilities (5)
src\aspnetcore\artifacts\obj\Microsoft.AspNetCore.WebUtilities\Release\net11.0\Microsoft.AspNetCore.WebUtilities.Resources.cs (1)
56=> string.Format(Culture, GetResourceString("WebEncoders_InvalidCountOffsetOrLength"), p0, p1, p2);
src\aspnetcore\src\Shared\WebEncoders\Properties\EncoderResources.cs (1)
27return string.Format(CultureInfo.CurrentCulture, WebEncoders_InvalidCountOffsetOrLength, p0, p1, p2);
src\aspnetcore\src\Shared\WebEncoders\WebEncoders.cs (3)
160string.Format( 332string.Format( 505string.Format(
Microsoft.Build (4)
BackEnd\Components\Scheduler\SchedulingPlan.cs (1)
117file.WriteLine(String.Format(CultureInfo.InvariantCulture, "{0} {1} {2}", configuration.Key, configuration.Value, _configCache[configuration.Key].ProjectFullPath));
Construction\Solution\SolutionProjectGenerator.cs (1)
1180directProjectProperties = String.Format(CultureInfo.InvariantCulture, "{0}; {1}={2}", directProjectProperties, Constants.SubToolsetVersionPropertyName, traversalProject.SubToolsetVersion);
Definition\Project.cs (2)
2085Trace.WriteLine(String.Format(CultureInfo.InvariantCulture, "MSBUILD: Is dirty because {0} [{1}] [PC Hash {2}]", Xml.LastDirtyReason, FullPath, ProjectCollection.GetHashCode())); 2860Trace.WriteLine(String.Format(CultureInfo.InvariantCulture, "MSBUILD: Initially set global property {0} to '{1}' [{2}]", name, displayValue, FullPath));
Microsoft.Build.Framework (10)
FileSystem\NativeWin32Exception.cs (1)
58return string.Format(CultureInfo.InvariantCulture, "Native: {0} (0x{1:X}: {2})", messagePrefix, nativeErrorCode, systemMessage);
src\msbuild\artifacts\obj\Microsoft.Build.Framework\Release\net11.0\Microsoft.Build.Framework.Resources.SR.cs (8)
58=> string.Format(Culture, GetResourceString("ArgumentOutOfRange_Generic_MustBeLessOrEqual"), p0, p1, p2); 64=> string.Format(Culture, GetResourceString("ArgumentOutOfRange_Generic_MustBeLess"), p0, p1, p2); 70=> string.Format(Culture, GetResourceString("ArgumentOutOfRange_Generic_MustBeGreaterOrEqual"), p0, p1, p2); 76=> string.Format(Culture, GetResourceString("ArgumentOutOfRange_Generic_MustBeGreater"), p0, p1, p2); 82=> string.Format(Culture, GetResourceString("ArgumentOutOfRange_Generic_MustBeEqual"), p0, p1, p2); 88=> string.Format(Culture, GetResourceString("ArgumentOutOfRange_Generic_MustBeNotEqual"), p0, p1, p2); 126=> string.Format(Culture, GetResourceString("InvalidFilespecForTransform"), p0, p1, p2); 170=> string.Format(Culture, GetResourceString("CouldNotGenerateReferenceAssemblyDirectory"), p0, p1, p2);
Utilities\MessageFormatter.cs (1)
135return string.Format(culture, format, arg0, arg1, arg2);
Microsoft.Build.Tasks.Core (3)
AppConfig\DependentAssembly.cs (1)
85string assemblyName = String.Format(
BootstrapperUtil\BootstrapperBuilder.cs (2)
732XmlNodeList eitherProducts = p.Node.SelectNodes(string.Format(CultureInfo.InvariantCulture, "{0}:Package/{1}:RelatedProducts/{2}:EitherProducts", BOOTSTRAPPER_PREFIX, BOOTSTRAPPER_PREFIX, BOOTSTRAPPER_PREFIX), _xmlNamespaceManager); 1295string strQuery = string.Format(CultureInfo.InvariantCulture, "{0}:*[@{1}='{2}']", BOOTSTRAPPER_PREFIX, strSubNodeKey, strTargetValue);
Microsoft.CodeAnalysis (1)
Diagnostic\DiagnosticFormatter.cs (1)
64return string.Format(formatter, "{0}: {1}{2}",
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.cs (1)
1219string.Format(CultureInfo.InvariantCulture, resource, AddOsxIfMacOS(platformName), arg1, arg2);
Microsoft.NetCore.Analyzers\Runtime\LogValuesFormatter.cs (1)
145return string.Format(CultureInfo.InvariantCulture, _format, FormatArgument(arg0), FormatArgument(arg1), FormatArgument(arg2));
Microsoft.CodeAnalysis.Razor.Compiler (23)
Language\Legacy\ImplicitExpressionEditHandler.cs (1)
37return string.Format(CultureInfo.InvariantCulture, "{0};ImplicitExpression[{1}];K{2}", base.ToString(), AcceptTrailingDot ? "ATD" : "RTD", Keywords.Count);
Language\SourceLocation.cs (1)
100return string.Format(
Language\Syntax\SyntaxNode.cs (1)
565return string.Format(CultureInfo.InvariantCulture, "{0} [{1}..{2})", Kind, Position, EndPosition);
src\f37f1e773e0ba562\Microsoft.AspNetCore.Mvc.Razor.Extensions.RazorExtensionsResources.cs (5)
78=> string.Format(Culture, GetResourceString("MvcRazorParser_InvalidPropertyType"), p0, p1, p2); 102=> string.Format(Culture, GetResourceString("ViewComponent_AmbiguousMethods"), p0, p1, p2); 108=> string.Format(Culture, GetResourceString("ViewComponent_AsyncMethod_ShouldReturnTask"), p0, p1, p2); 114=> string.Format(Culture, GetResourceString("ViewComponent_CannotFindMethod"), p0, p1, p2); 120=> string.Format(Culture, GetResourceString("ViewComponent_SyncMethod_CannotReturnTask"), p0, p1, p2);
src\f37f1e773e0ba562\Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X.Resources.cs (1)
76=> string.Format(Culture, GetResourceString("MvcRazorParser_InvalidPropertyType"), p0, p1, p2);
src\f37f1e773e0ba562\Microsoft.AspNetCore.Mvc.Razor.Extensions.Version2_X.Resources.cs (1)
76=> string.Format(Culture, GetResourceString("MvcRazorParser_InvalidPropertyType"), p0, p1, p2);
src\roslyn\artifacts\obj\Microsoft.CodeAnalysis.Razor.Compiler\Release\net11.0\Microsoft.AspNetCore.Razor.Language.Resources.cs (13)
128=> string.Format(Culture, GetResourceString("DocumentMissingTarget"), p0, p1, p2); 146=> string.Format(Culture, GetResourceString("FeatureDependencyMissing"), p0, p1, p2); 208=> string.Format(Culture, GetResourceString("InvalidTagHelperPrefixValue"), p0, p1, p2); 244=> string.Format(Culture, GetResourceString("ParseError_Expected_EndOfBlock_Before_EOF"), p0, p1, p2); 334=> string.Format(Culture, GetResourceString("PhaseDependencyMissing"), p0, p1, p2); 356=> string.Format(Culture, GetResourceString("RewriterError_EmptyTagHelperBoundAttribute"), p0, p1, p2); 402=> string.Format(Culture, GetResourceString("TagHelper_InvalidRestrictedChild"), p0, p1, p2); 454=> string.Format(Culture, GetResourceString("TagHelperParseTreeRewriter_EndTagTagHelperMustNotHaveAnEndTag"), p0, p1, p2); 466=> string.Format(Culture, GetResourceString("TagHelperParseTreeRewriter_InvalidNestedTag"), p0, p1, p2); 581=> string.Format(Culture, GetResourceString("TagHelper_InvalidBoundAttributeParameterName"), p0, p1, p3); 599=> string.Format(Culture, GetResourceString("TagHelper_InvalidBoundDirectiveAttributeName"), p0, p1, p2); 605=> string.Format(Culture, GetResourceString("TagHelper_InvalidBoundDirectiveAttributePrefix"), p0, p1, p2); 625=> string.Format(Culture, GetResourceString("DirectiveGenericTypeParameterIdentifierMismatch"), p0, p1, p2);
Microsoft.CodeAnalysis.Scripting (1)
Hosting\AssemblyLoader\InteractiveAssemblyLoader.cs (1)
309string.Format(null, ScriptingResources.AssemblyAlreadyLoadedNotSigned,
Microsoft.CSharp (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Extensions.Caching.Memory (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Extensions.Configuration (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Extensions.Configuration.Abstractions (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Extensions.Configuration.Binder (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Extensions.Configuration.Binder.SourceGeneration (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Extensions.Configuration.CommandLine (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Extensions.Configuration.FileExtensions (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Extensions.Configuration.Ini (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Extensions.Configuration.Json (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Extensions.Configuration.UserSecrets (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Extensions.Configuration.Xml (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Extensions.DependencyInjection (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Extensions.DependencyInjection.Abstractions (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Extensions.DependencyModel (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Extensions.Diagnostics (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization (1)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Validators.g.cs (1)
158string.Format(global::System.Globalization.CultureInfo.CurrentCulture, GetValidationErrorMessage(), name, Minimum, Maximum);
Microsoft.Extensions.Diagnostics.Probes (1)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Validators.g.cs (1)
113string.Format(global::System.Globalization.CultureInfo.CurrentCulture, GetValidationErrorMessage(), name, Minimum, Maximum);
Microsoft.Extensions.FileProviders.Abstractions (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Extensions.FileProviders.Physical (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Extensions.FileSystemGlobbing (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Extensions.Hosting (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Extensions.Hosting.Abstractions (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Extensions.Http (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Extensions.Http.Diagnostics (1)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Validators.g.cs (1)
161string.Format(global::System.Globalization.CultureInfo.CurrentCulture, GetValidationErrorMessage(), name, Minimum, Maximum);
Microsoft.Extensions.Http.Resilience (1)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Validators.g.cs (1)
815string.Format(global::System.Globalization.CultureInfo.CurrentCulture, GetValidationErrorMessage(), name, Minimum, Maximum);
Microsoft.Extensions.Identity.Core (1)
src\aspnetcore\artifacts\obj\Microsoft.Extensions.Identity.Core\Release\net11.0\Microsoft.Extensions.Identity.Core.Resources.cs (1)
62=> string.Format(Culture, GetResourceString("InvalidManagerType"), p0, p1, p2);
Microsoft.Extensions.Logging (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Extensions.Logging.Abstractions (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Extensions.Logging.Configuration (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Extensions.Logging.Console (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Extensions.Logging.Generators (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Extensions.Options (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Extensions.Options.SourceGeneration (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Extensions.Primitives (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Extensions.Telemetry (1)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Validators.g.cs (1)
169string.Format(global::System.Globalization.CultureInfo.CurrentCulture, GetValidationErrorMessage(), name, Minimum, Maximum);
Microsoft.Interop.ComInterfaceGenerator (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Interop.JavaScript.JSImportGenerator (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Interop.LibraryImportGenerator (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Interop.LibraryImportGenerator.Downlevel (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Interop.SourceGeneration (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.NET.Build.Extensions.Tasks (3)
src\sdk\src\Tasks\Common\ConflictResolution\FrameworkListReader.cs (2)
80string errorMessage = string.Format(CultureInfo.CurrentCulture, Strings.ErrorParsingFrameworkListInvalidValue, 91string errorMessage = string.Format(CultureInfo.CurrentCulture, Strings.ErrorParsingFrameworkListInvalidValue,
src\sdk\src\Tasks\Common\ConflictResolution\PlatformManifestReader.cs (1)
43string errorMessage = string.Format(CultureInfo.CurrentCulture, Strings.ErrorParsingPlatformManifest,
Microsoft.NET.Build.Tasks (3)
src\sdk\src\Tasks\Common\ConflictResolution\FrameworkListReader.cs (2)
80string errorMessage = string.Format(CultureInfo.CurrentCulture, Strings.ErrorParsingFrameworkListInvalidValue, 91string errorMessage = string.Format(CultureInfo.CurrentCulture, Strings.ErrorParsingFrameworkListInvalidValue,
src\sdk\src\Tasks\Common\ConflictResolution\PlatformManifestReader.cs (1)
43string errorMessage = string.Format(CultureInfo.CurrentCulture, Strings.ErrorParsingPlatformManifest,
Microsoft.NET.Sdk.Publish.Tasks (2)
MsDeploy\CommonUtility.cs (1)
406_strErrorMessage = string.Format(CultureInfo.CurrentCulture, Resources.VSMSDEPLOY_MSDEPLOYLOADFAIL,
Tasks\MsDeploy\MSDeploy.cs (1)
1105Log.LogError(string.Format(CultureInfo.CurrentCulture, Resources.MSDEPLOY_InvalidVerbForTheInput, Verb, Source?[0].ItemSpec, (fNullDestination) ? null : Destination?[0].ItemSpec), null);
Microsoft.NET.Sdk.StaticWebAssets.Tasks (2)
ComputeReferenceStaticWebAssetItems.cs (2)
194reason = string.Format( 203reason = string.Format(
Microsoft.NET.StringTools (1)
WeakStringCacheInterner.cs (1)
154.Select(kv => string.Format(CultureInfo.InvariantCulture, "({1} instances x each {2} chars)\n{0}", kv.Key, kv.Value, kv.Key.Length));
Microsoft.TestPlatform.CrossPlatEngine (4)
Client\ProxyOperationManager.cs (1)
471string.Format(
Client\TestLoggerManager.cs (1)
667string.Format(
DataCollection\DotnetDataCollectionLauncher.cs (1)
104var argumentsString = string.Format(CultureInfo.InvariantCulture, "{0} \"{1}\" {2} ", args, dataCollectorAssemblyPath, cliArgs);
DataCollection\ProxyDataCollectionManager.cs (1)
331string.Format(
Microsoft.TestPlatform.Extensions.BlameDataCollector (1)
BlameCollector.cs (1)
394return string.Format(CultureInfo.CurrentCulture, Resources.Resources.BlameParameterValueIncorrect, attribute.Name, attribute.Value, string.Join(", ", validValues));
Microsoft.TestPlatform.Utilities (3)
InferRunSettingsHelper.cs (3)
575string.Format( 589string.Format( 689var incompatibilityMessage = string.Format(CultureInfo.CurrentCulture, OMResources.SourceIncompatible, onlyFileName, actualFramework.Name, actualPlatform);
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleWrapper.cs (1)
1058string.Format(
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\TestPlatformDataCollectionLogger.cs (1)
85var message = string.Format(
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (1)
HtmlLogger.cs (1)
311var fileName = string.Format(CultureInfo.InvariantCulture, "{0}_{1}_{2}",
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (5)
ObjectModel\TestLink.cs (1)
81return string.Format(
ObjectModel\TestRun.cs (1)
64_name = string.Format(CultureInfo.CurrentCulture, TrxLoggerResources.Common_TestRunName, Environment.GetEnvironmentVariable("UserName"), Environment.MachineName, FormatDateTimeForRunName(DateTime.Now));
Utility\Converter.cs (2)
213string errorMsg = string.Format( 406string errorMsg = string.Format(
Utility\TrxFileHelper.cs (1)
162throw new Exception(string.Format(CultureInfo.CurrentCulture, TrxLoggerResources.Common_CannotGetNextTimestampFileName, fileName, directoryName, timestampFormat));
Microsoft.VisualStudio.TestPlatform.ObjectModel (27)
RunSettings\RunConfiguration.cs (26)
655string.Format( 673throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 687string.Format( 705string.Format( 723string.Format( 740throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 752throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 764throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 776throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 793string.Format( 803throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 821string.Format( 831throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 849string.Format( 859throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 876: throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 893throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 898throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 932string.Format( 968throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 987throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 1001throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 1016throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 1032throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 1048throw new SettingsException(string.Format(CultureInfo.CurrentCulture, 1067throw new SettingsException(string.Format(CultureInfo.CurrentCulture,
TestProperty\TestProperty.cs (1)
334string message = string.Format(
Microsoft.Web.XmlTransform (1)
XmlTransform.cs (1)
168return string.Format(System.Globalization.CultureInfo.CurrentCulture,Resources.XMLTRANSFORMATION_TransformNameFormatLong, TransformName, context.TransformLineNumber, context.TransformLinePosition);
Microsoft.Win32.Registry (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Win32.Registry.AccessControl (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
Microsoft.Win32.SystemEvents (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
NuGet.Build.Tasks (2)
GetReferenceNearestTargetFrameworkTask.cs (2)
177var message = string.Format(CultureInfo.CurrentCulture, 196logger.LogError(string.Format(CultureInfo.CurrentCulture, Strings.NoCompatibleTargetFramework, project.ItemSpec, projectNuGetFramework.DotNetFrameworkName, referencedProjectFrameworkString));
NuGet.CommandLine.XPlat (13)
Commands\Package\Download\PackageDownloadRunner.cs (3)
152logger.LogMinimal(string.Format( 315logger.LogMinimal(string.Format( 332logger.LogError(string.Format(
Commands\Package\Update\PackageUpdateCommandRunner.cs (1)
808return string.Format(CultureInfo.CurrentCulture, Strings.PackageUpdate_UpdatedMessage, packageId, currentVersion, newVersion);
Commands\PackageReferenceCommands\AddPackageReferenceCommandRunner.cs (1)
225packageReferenceArgs.Logger.LogError(string.Format(CultureInfo.CurrentCulture,
Commands\Why\WhyCommandRunner.cs (1)
230string message = string.Format(
Messages.cs (1)
33return string.Format(CultureInfo.CurrentCulture, Strings.Warning_AlreadyHighestVersion, packageId, version, projectPath);
Utility\MSBuildAPIUtility.cs (6)
185Logger.LogError(string.Format(CultureInfo.CurrentCulture, 451Logger.LogInformation(string.Format(CultureInfo.CurrentCulture, Strings.Info_AddPkgAdded, libraryDependency.Name, packageVersion, itemGroup.ContainingProject.FullPath 467Logger.LogInformation(string.Format(CultureInfo.CurrentCulture, Strings.Info_AddPkgAdded, libraryDependency.Name, packageVersion, itemGroup.ContainingProject.FullPath)); 482Logger.LogInformation(string.Format(CultureInfo.CurrentCulture, Strings.Info_AddPkgCPM, libraryDependency.Name, itemGroup.ContainingProject.FullPath, project.GetPropertyValue(DirectoryPackagesPropsPathPropertyName))); 602Logger.LogInformation(string.Format(CultureInfo.CurrentCulture, 668errors.AppendLine(string.Format(CultureInfo.CurrentCulture,
NuGet.Commands (15)
RestoreCommand\CompatibilityIssue.cs (2)
138var message = string.Format(CultureInfo.CurrentCulture, 272return string.Format(CultureInfo.CurrentCulture,
RestoreCommand\ContentFiles\ContentFileUtils.cs (1)
211var message = string.Format(CultureInfo.CurrentCulture, Strings.Error_UnknownBuildAction, nuspec.GetIdentity(), action, file);
RestoreCommand\DependencyGraphResolver.DependencyGraphItem.cs (1)
190logger.LogDebug(string.Format(CultureInfo.CurrentCulture, Strings.RestoreDebugPruningPackageReference, $"{dependency.Name} {dependency.LibraryRange!.VersionRange.OriginalString}", parentLibrary, packageToPrune.VersionRange.MaxVersion));
RestoreCommand\Diagnostics\UnexpectedDependencyMessages.cs (2)
104message = string.Format(CultureInfo.CurrentCulture, Strings.Warning_MinVersionNonInclusive, 292var message = string.Format(CultureInfo.CurrentCulture,
RestoreCommand\Diagnostics\UnresolvedMessages.cs (1)
237return string.Format(CultureInfo.CurrentCulture,
RestoreCommand\FrameworkRuntimeDefinition.cs (1)
30return string.Format(
RestoreCommand\LockFileBuilder.cs (1)
276var message = string.Format(CultureInfo.CurrentCulture,
RestoreCommand\ProjectRestoreCommand.cs (1)
315var message = string.Format(CultureInfo.CurrentCulture, Strings.Log_ResolverConflict,
RestoreCommand\RestoreCommand.cs (3)
1550_logger.LogVerbose(string.Format(CultureInfo.CurrentCulture, Strings.Log_PackageContentHashValidationFailed, package.ToString(), sha512, library.Sha512)); 1892message = string.Format( 1943var message = string.Format(
RestoreCommand\Utility\MSBuildRestoreUtility.cs (2)
1148throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, Strings.Invalid_AttributeValue, "SdkAnalysisLevel", sdkAnalysisLevel, "9.0.100")); 1163throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, Strings.Invalid_AttributeValue, "UsingMicrosoftNETSdk", usingMicrosoftNETSdk, "false"));
NuGet.Configuration (4)
PackageSource\PackageSourceProvider.cs (1)
424string.Format(
Settings\SettingElement.cs (2)
278string.Format(CultureInfo.CurrentCulture, Resources.AttributeValueNotAllowed, attribute.Name.LocalName, attribute.Value.Trim(), element.Name.LocalName), 292string.Format(CultureInfo.CurrentCulture, Resources.AttributeValueNotAllowed, attribute.Name.LocalName, attribute.Value.Trim(), element.Name.LocalName),
Settings\Settings.cs (1)
792string.Format(
NuGet.PackageManagement (4)
InstallationCompatibility.cs (1)
180throw new PackagingException(string.Format(
PackagePreFetcher.cs (2)
190message = string.Format( 200message = string.Format(
Resolution\GatherExceptionHelpers.cs (1)
64String.Format(CultureInfo.CurrentCulture,
NuGet.Packaging (8)
MinClientVersionUtility.cs (1)
36string.Format(CultureInfo.CurrentCulture, Strings.PackageMinVersionNotSatisfied,
NuspecReader.cs (2)
680var message = string.Format( 694var message = string.Format(
PackageExtractor.cs (1)
1157string.Format(CultureInfo.CurrentCulture, Strings.PackageSignatureVerificationLog, package, source, verifyResult.IsValid));
Rules\UpholdBuildConventionRule.cs (1)
52warningMessage.AppendLine(string.Format(CultureInfo.CurrentCulture, MessageFormat, expectedFile.Extension, expectedFile.Path, expectedFile.ExpectedPath));
Signing\Timestamp\Rfc3161TimestampProvider.cs (1)
33throw new ArgumentException(string.Format(
Signing\TrustStore\CertificateBundleX509ChainFactory.cs (1)
93message = string.Format(
StringFormatter.cs (1)
32return string.Format(CultureInfo.CurrentCulture,
NuGet.ProjectModel (5)
JsonPackageSpecReader.Utf8JsonStreamReader.cs (1)
1031string.Format(CultureInfo.CurrentCulture,
ProjectLockFile\PackagesLockFileUtilities.cs (3)
428string.Format( 456string.Format( 488string.Format(
src\nuget-client\build\Shared\Utf8JsonStreamReader.cs (1)
286string.Format(CultureInfo.CurrentCulture,
NuGet.Protocol (9)
HttpSource\HttpRetryHandler.cs (3)
146var timeoutMessage = string.Format( 218log.LogInformation(" " + string.Format( 283log.LogInformation(string.Format(
LegacyFeed\V2FeedParser.cs (1)
612throw new FatalProtocolException(string.Format(
Plugins\PluginFactory.cs (1)
289string.Format(
Resources\PackageUpdateResource.cs (2)
182if (confirm(string.Format(CultureInfo.CurrentCulture, Strings.DeleteCommandConfirm, packageId, packageVersion, sourceDisplayName))) 184log.LogWarning(string.Format(
Resources\RegistrationResourceV3.cs (1)
95return new Uri(string.Format(CultureInfo.InvariantCulture, "{0}/{1}/{2}.json", BaseUri.AbsoluteUri.TrimEnd('/'),
UserAgentStringBuilder.cs (1)
84return string.Format(
NuGet.Resolver (1)
ResolverPackage.cs (1)
52throw new InvalidOperationException(string.Format(
PresentationCore (4)
MS\Internal\Shaping\TypefaceMap.cs (1)
417string.Format(
System\Windows\Media\Animation\KeySpline.cs (1)
482return String.Format(
System\Windows\Media\Generated\GradientStop.cs (1)
209return String.Format(provider,
System\Windows\Media\QuadraticBezierSegment.cs (1)
98return String.Format(provider,
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
1132sources.Add(String.Format(System.Windows.Markup.TypeConverterHelper.InvariantEnglishUS, "{0} {1} {2}",
PresentationUI (3)
MS\Internal\Documents\Application\AddressUtility.cs (1)
67return new Uri(string.Format(
MS\Internal\Documents\SignatureResourceHelper.cs (2)
86string resourceName = string.Format( 235result = string.Format(CultureInfo.CurrentCulture,
ReachFramework (12)
PrintConfig\FallbackPTProvider.cs (3)
109String.Format( 378string deviceNamepace = string.Format( 387deviceNamepace = string.Format(
PrintConfig\PrtCap_Public.cs (1)
457return new FormatException(String.Format(CultureInfo.CurrentCulture,
PrintConfig\PrtCap_Reader.cs (4)
290throw NewPrintCapFormatException(String.Format(CultureInfo.CurrentCulture, 318throw NewPrintCapFormatException(String.Format(CultureInfo.CurrentCulture, 346throw NewPrintCapFormatException(String.Format(CultureInfo.CurrentCulture, 364throw NewPrintCapFormatException(String.Format(CultureInfo.CurrentCulture,
PrintConfig\PrtTicket_Public.cs (1)
523return new FormatException(String.Format(CultureInfo.CurrentCulture,
PrintConfig\PTProvider.cs (3)
231throw new ArgumentException(String.Format(CultureInfo.CurrentCulture, 336throw new ArgumentException(String.Format(CultureInfo.CurrentCulture, 497throw new ArgumentException(String.Format(CultureInfo.CurrentCulture,
System.CodeDom (2)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System\CodeDom\Compiler\CompilerError.cs (1)
35string.Format(CultureInfo.InvariantCulture, "{0} {1}: {2}", WarningString, ErrorNumber, ErrorText);
System.Collections (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Collections.Concurrent (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Collections.Immutable (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Collections.NonGeneric (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Collections.Specialized (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.ComponentModel.Annotations (4)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System\ComponentModel\DataAnnotations\LengthAttribute.cs (1)
80string.Format(CultureInfo.CurrentCulture, ErrorMessageString, name, MinimumLength, MaximumLength);
System\ComponentModel\DataAnnotations\RangeAttribute.cs (1)
183return string.Format(CultureInfo.CurrentCulture, ErrorMessageString, name, Minimum, Maximum);
System\ComponentModel\DataAnnotations\StringLengthAttribute.cs (1)
78return string.Format(CultureInfo.CurrentCulture, errorMessage, name, MaximumLength, MinimumLength);
System.ComponentModel.Composition (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.ComponentModel.Composition.Registration (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.ComponentModel.EventBasedAsync (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.ComponentModel.Primitives (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.ComponentModel.TypeConverter (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Composition.Convention (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Composition.Hosting (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Composition.Runtime (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Composition.TypedParts (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Configuration.ConfigurationManager (3)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System\Configuration\MgmtConfigurationRecord.cs (2)
2056utilWriter.Write(string.Format(CultureInfo.InvariantCulture, FormatLocationPath, 2087utilWriter.Write(string.Format(CultureInfo.InvariantCulture, FormatLocationPath,
System.Console (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Data.Common (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Data.Odbc (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Data.OleDb (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Diagnostics.DiagnosticSource (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Diagnostics.EventLog (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Diagnostics.FileVersionInfo (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Diagnostics.PerformanceCounter (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Diagnostics.Process (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Diagnostics.TextWriterTraceListener (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Diagnostics.TraceSource (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.DirectoryServices (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.DirectoryServices.AccountManagement (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.DirectoryServices.Protocols (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Drawing.Common (1)
Special\SR.cs (1)
81: string.Format(provider, resourceFormat, p1, p2, p3);
System.Drawing.Primitives (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Formats.Asn1 (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Formats.Cbor (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Formats.Nrbf (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Formats.Tar (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.IO.Compression (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.IO.Compression.Brotli (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.IO.Compression.ZipFile (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.IO.FileSystem.AccessControl (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.IO.FileSystem.DriveInfo (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.IO.FileSystem.Watcher (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.IO.Hashing (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.IO.IsolatedStorage (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.IO.MemoryMappedFiles (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.IO.Packaging (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.IO.Pipelines (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.IO.Pipes (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.IO.Ports (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Linq (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Linq.AsyncEnumerable (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Linq.Expressions (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Linq.Parallel (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Linq.Queryable (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Management (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Memory (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Memory.Data (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Net.Http (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Net.Http.Json (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Net.Http.WinHttpHandler (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Net.HttpListener (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Net.Mail (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Net.NameResolution (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Net.NetworkInformation (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Net.Ping (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Net.Primitives (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Net.Quic (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Net.Requests (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Net.Security (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Net.ServerSentEvents (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Net.Sockets (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Net.WebClient (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Net.WebHeaderCollection (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Net.WebSockets (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Net.WebSockets.Client (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Numerics.Tensors (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.ObjectModel (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Private.CoreLib (3)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\TextWriter.cs (2)
339Write(string.Format(FormatProvider, format, arg0, arg1, arg2)); 566WriteLine(string.Format(FormatProvider, format, arg0, arg1, arg2));
System.Private.DataContractSerialization (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Private.Reflection.Execution (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Private.TypeLoader (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Private.Uri (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Private.Xml (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Private.Xml.Linq (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Reflection.Context (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Reflection.DispatchProxy (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Reflection.Emit (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Reflection.Metadata (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Reflection.MetadataLoadContext (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Reflection.TypeExtensions (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Resources.Extensions (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Resources.Writer (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Runtime.Caching (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Runtime.InteropServices (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Runtime.InteropServices.JavaScript (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Runtime.Numerics (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Runtime.Serialization.Formatters (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Runtime.Serialization.Primitives (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Runtime.Serialization.Schema (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Security.AccessControl (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Security.Claims (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Security.Cryptography (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Security.Cryptography.Cose (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Security.Cryptography.Pkcs (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Security.Cryptography.ProtectedData (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Security.Cryptography.Xml (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Security.Permissions (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Security.Principal.Windows (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.ServiceModel.Primitives (3)
Internals\System\Xml\XmlMtomWriter.cs (2)
183string contentType = string.Format(CultureInfo.InvariantCulture, "{0};{1}={2}", MtomGlobals.XopType, MtomGlobals.CharsetParam, CharSet(encoding)); 186contentType = string.Format(CultureInfo.InvariantCulture, "{0};{1}=\"{2}\"", contentType, MtomGlobals.TypeParam, startInfo);
System\ServiceModel\Security\SecurityTimestamp.cs (1)
139return string.Format(
System.ServiceModel.Syndication (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.ServiceProcess.ServiceController (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Speech (3)
Internal\SrgsCompiler\SrgsElementCompilerFactory.cs (3)
98return string.Format(CultureInfo.InvariantCulture, "#line {0} \"{1}\"\n{2}", line.ToString(CultureInfo.InvariantCulture), filename, code); 103return string.Format(CultureInfo.InvariantCulture, "#ExternalSource (\"{1}\",{0}) \n{2}\n#End ExternalSource\n", line.ToString(CultureInfo.InvariantCulture), filename, code); 281string sDLP = string.Format(CultureInfo.InvariantCulture, "/{0}/{1}/{2};", sDisplayToken, sEscapedToken, sSubPron);
System.Text.Encoding.CodePages (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Text.Encodings.Web (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Text.Json (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Text.Json.SourceGeneration (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Text.RegularExpressions (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Text.RegularExpressions.Generator (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Threading (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Threading.AccessControl (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Threading.Channels (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Threading.RateLimiting (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Threading.Tasks.Dataflow (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Threading.Tasks.Parallel (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Transactions.Local (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Windows.Extensions (1)
src\runtime\src\libraries\Common\src\System\SR.cs (1)
137return string.Format(provider, resourceFormat, p1, p2, p3);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignBindingPicker.cs (1)
2348resName = string.Format(CultureInfo.CurrentCulture, "DesignBindingPickerHelpNode{0}{1}{2}", dsType, nodeType, (CanSelect ? "1" : "0"));
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\Accessible.cs (1)
1166Debug.WriteLine(string.Format(CultureInfo.CurrentCulture, "Unexpected hresult from AccessibleChildren: {0} count is {1} and actualCount is {2}", hr, count, actualCount));
MS\Internal\AutomationProxies\NonClientArea.cs (1)
108System.Diagnostics.Debug.Assert(idChild == 0, string.Format(CultureInfo.CurrentCulture, "Invalid Child Id, idChild == {2}\n\rClassName: \"{0}\"\n\rhwnd = 0x{1:x8}", Misc.ProxyGetClassName(hwnd), hwnd.ToInt32(), idChild));
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
2449return string.Format(CultureInfo.CurrentCulture, "{0}{1}{2}", sCanonicalsKeyword, menuText.Substring(pos + cKeyChars + 1, cMenuChars - (pos + cKeyChars + 2)), Char.ToUpper(menuText[cMenuChars - 1], CultureInfo.InvariantCulture));
vstest.console (1)
Internal\ConsoleLogger.cs (1)
315var errorMessage = string.Format(CultureInfo.CurrentCulture, "{0}{1}{2}", TestResultPrefix, TestMessageFormattingPrefix, result.ErrorMessage);
vstest.console.arm64 (1)
src\vstest\src\vstest.console\Internal\ConsoleLogger.cs (1)
315var errorMessage = string.Format(CultureInfo.CurrentCulture, "{0}{1}{2}", TestResultPrefix, TestMessageFormattingPrefix, result.ErrorMessage);
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (1)
119Debug.WriteLineIf(_traceLayout.TraceInfo, String.Format(CultureInfo.CurrentCulture, "AvalonAdapter({0}): MeasureOverride (constraint={1},result={2})", this.Name, proposedSize, prefSize));
System\Windows\Integration\WindowsFormsHost.cs (1)
1025Debug.WriteLineIf(WindowsFormsHost._traceLayout.TraceInfo, String.Format(CultureInfo.CurrentCulture, "WindowsFormsHost({0}): Layout invalidated (control='{1}',property='{2}')", _host.Name, compName, e.AffectedProperty));