723 references to Format
Aspire.Dashboard (1)
Aspire.Hosting.Testing (1)
ClientSample (1)
CodeGenerator (4)
HttpUtilities\HttpUtilities.cs (4)
215tmpReturn += string.Format(CultureInfo.InvariantCulture, "(tmp >> {1})", HttpUtilitiesGeneratorHelpers.MaskToHexString(item.Mask), item.Shift);
220string returnString = string.Format(CultureInfo.InvariantCulture, "return ({0}) & {1};", tmpReturn, HttpUtilitiesGeneratorHelpers.MaskToHexString(mask2));
222bodyString = string.Format(CultureInfo.InvariantCulture, " const int magicNumer = {0};\r\n var tmp = (int)value & magicNumer;\r\n {1}", HttpUtilitiesGeneratorHelpers.MaskToHexString(mask), returnString);
251throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "MethodAsciiString {0} length is greather than {1}", method, length));
dotnet-dev-certs (4)
dotnet-getdocument (3)
dotnet-openapi (1)
dotnet-sql-cache (3)
dotnet-svcutil.xmlserializer (1)
dotnet-svcutil-lib (69)
CommandProcessorOptions.cs (4)
356var useProjectOptions = string.Format(CultureInfo.CurrentCulture, SR.UseProjectFileOptionOnMultipleFilesMsgFormat, Switches.ProjectFile.Name, projectItems);
441throw new ToolArgumentException(string.Format(CultureInfo.CurrentCulture, SR.ErrOutputFileAlreadyExistsFormat, filePath, Switches.OutputFile.Name));
478throw new ToolArgumentException(string.Format(CultureInfo.CurrentCulture, SR.ErrProjectToUpdateNotFoundFormat, Switches.Update.Name, Switches.ProjectFile.Name));
531throw new ToolArgumentException(string.Format(CultureInfo.CurrentCulture, SR.ErrServiceReferenceNotFoundUnderProjectFormat, this.UpdateServiceReferenceFolder, this.Project.FullPath));
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs (2)
246DictionaryGlobals.SerializationNamespace, string.Format(CultureInfo.InvariantCulture, "{0}{1}", "i", objectId));
251xmlWriter.WriteAttributeString(Globals.SerPrefix, DictionaryGlobals.RefLocalName, DictionaryGlobals.SerializationNamespace, string.Format(CultureInfo.InvariantCulture, "{0}{1}", "i", objectId));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (4)
879return string.Format(CultureInfo.InvariantCulture, "{0}_{1}_policy",
890return string.Format(CultureInfo.InvariantCulture, "{0}_{1}_Input_policy", wsdlBinding.Name, wsdlOperationBinding.Name);
892return string.Format(CultureInfo.InvariantCulture, "{0}_{1}_output_policy", wsdlBinding.Name, wsdlOperationBinding.Name);
901return string.Format(CultureInfo.InvariantCulture, "{0}_{1}_Fault", wsdlBinding.Name, wsdlOperationBinding.Name);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (13)
1187XmlName xmlName = new XmlName(string.Format(CultureInfo.InvariantCulture, "{0}_{1}", wsdlPort.Service.Name, wsdlPort.Name), true /*isEncoded*/);
1348string id = string.Format(System.Globalization.CultureInfo.InvariantCulture, "{0}_{1}_BindingAdHocPolicy", wsdlBinding.Name, name);
1349string newPolicyUris = string.Format(System.Globalization.CultureInfo.InvariantCulture, "#{0} {1}", id, policyUris).Trim();
1772itemPath = string.Format(CultureInfo.InvariantCulture, xPathNamedItemSubFormatString, localName, nameValue);
1816rest = string.Format(CultureInfo.InvariantCulture, xPathNamedItemSubFormatString, "port", item.Name);
1824rest = string.Format(CultureInfo.InvariantCulture, xPathNamedItemSubFormatString, "operation", item.Name);
1832rest = string.Format(CultureInfo.InvariantCulture, xPathNamedItemSubFormatString, "operation", item.Name);
1852rest = string.Format(CultureInfo.InvariantCulture, xPathNamedItemSubFormatString, "operation", wsdlOperationBinding.Name);
1856rest += string.Format(CultureInfo.InvariantCulture, xPathNamedItemSubFormatString, messageTag, messageName);
2423string policyUri = string.Format(CultureInfo.InvariantCulture, "{0}{1}", identifier, policyId);
2432private static readonly string s_wspPolicy = string.Format(CultureInfo.InvariantCulture, "{0}:{1}", MetadataStrings.WSPolicy.Prefix, MetadataStrings.WSPolicy.Elements.Policy);
2433private static readonly string s_xmlId = string.Format(CultureInfo.InvariantCulture, "{0}:{1}", MetadataStrings.Xml.Prefix, MetadataStrings.Xml.Attributes.Id);
2434private static readonly string s_wsuId = string.Format(CultureInfo.InvariantCulture, "{0}:{1}", MetadataStrings.Wsu.Prefix, MetadataStrings.Wsu.Attributes.Id);
Shared\Options\OptionValueParser.cs (3)
238var invalidValueError = string.Format(CultureInfo.CurrentCulture, Shared.Resources.ErrorInvalidOptionValueFormat, value, option.Name);
271throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, Shared.Resources.ErrorInvalidOptionValueFormat, value, option.Name));
277throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, Shared.Resources.ErrorInvalidOptionValueFormat, value, option.Name), innerException);
Shared\ProjectDependency.cs (10)
77throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, Shared.Resources.ErrorInvalidDependencyValue, filePath, nameof(filePath)));
82throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, Shared.Resources.ErrorInvalidDependencyValue, packageName, nameof(packageName)));
91throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, Shared.Resources.ErrorInvalidDependencyValue, packageVersion, nameof(packageVersion)));
96throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, Shared.Resources.ErrorInvalidDependencyValue, dependencyType, nameof(dependencyType)));
104throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, Shared.Resources.ErrorInvalidDependencyValue, packageName, nameof(packageName)));
110throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, Shared.Resources.ErrorInvalidDependencyValue, packageName, nameof(packageName)));
120throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, Shared.Resources.ErrorInvalidDependencyValue, packageName, nameof(packageName)));
127throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, Shared.Resources.ErrorInvalidDependencyValue, filePath, nameof(filePath)));
140throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, Shared.Resources.ErrorInvalidDependencyValue, filePath, nameof(filePath)));
180throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, Shared.Resources.ErrorInvalidDependencyValue, dependencySpec, nameof(dependencySpec)));
dotnet-user-jwts (4)
dotnet-user-secrets (4)
artifacts\obj\dotnet-user-secrets\Release\net10.0\Microsoft.Extensions.SecretManager.Tools.Resources.cs (2)
110=> string.Format(Culture, GetResourceString("Message_Secret_Value_Format", new [] { "key", "value" }), key, value);
128=> string.Format(Culture, GetResourceString("Message_SetUserSecretsIdForProject", new [] { "userSecretsId", "project" }), userSecretsId, project);
GetDocument.Insider (5)
artifacts\obj\GetDocument.Insider\Release\net462\Microsoft.Extensions.ApiDescription.Tool.Resources.cs (4)
68=> string.Format(Culture, GetResourceString("MethodNotFound"), p0, p1);
98=> string.Format(Culture, GetResourceString("MethodIsStatic"), p0, p1);
110=> string.Format(Culture, GetResourceString("WritingDocument"), p0, p1);
158=> string.Format(Culture, GetResourceString("FileNameDescription", new [] { "FileName", "DocumentName" }), FileName, DocumentName);
http2cat (3)
artifacts\obj\http2cat\Release\net10.0\Microsoft.AspNetCore.Server.SharedStrings.cs (2)
34=> string.Format(Culture, GetResourceString("Http2ErrorUnexpectedFrameLength", new [] { "frameType", "expectedLength" }), frameType, expectedLength);
40=> string.Format(Culture, GetResourceString("Http2ErrorFrameOverLimit", new [] { "size", "limit" }), size, limit);
IIS.FunctionalTests (3)
artifacts\obj\IIS.FunctionalTests\Release\net10.0\Microsoft.AspNetCore.Server.SharedStrings.cs (2)
34=> string.Format(Culture, GetResourceString("Http2ErrorUnexpectedFrameLength", new [] { "frameType", "expectedLength" }), frameType, expectedLength);
40=> string.Format(Culture, GetResourceString("Http2ErrorFrameOverLimit", new [] { "size", "limit" }), size, limit);
IIS.LongTests (3)
artifacts\obj\IIS.LongTests\Release\net10.0\Microsoft.AspNetCore.Server.SharedStrings.cs (2)
34=> string.Format(Culture, GetResourceString("Http2ErrorUnexpectedFrameLength", new [] { "frameType", "expectedLength" }), frameType, expectedLength);
40=> string.Format(Culture, GetResourceString("Http2ErrorFrameOverLimit", new [] { "size", "limit" }), size, limit);
IIS.NewHandler.FunctionalTests (3)
artifacts\obj\IIS.NewHandler.FunctionalTests\Release\net10.0\Microsoft.AspNetCore.Server.SharedStrings.cs (2)
34=> string.Format(Culture, GetResourceString("Http2ErrorUnexpectedFrameLength", new [] { "frameType", "expectedLength" }), frameType, expectedLength);
40=> string.Format(Culture, GetResourceString("Http2ErrorFrameOverLimit", new [] { "size", "limit" }), size, limit);
IIS.NewShim.FunctionalTests (3)
artifacts\obj\IIS.NewShim.FunctionalTests\Release\net10.0\Microsoft.AspNetCore.Server.SharedStrings.cs (2)
34=> string.Format(Culture, GetResourceString("Http2ErrorUnexpectedFrameLength", new [] { "frameType", "expectedLength" }), frameType, expectedLength);
40=> string.Format(Culture, GetResourceString("Http2ErrorFrameOverLimit", new [] { "size", "limit" }), size, limit);
IIS.ShadowCopy.Tests (3)
artifacts\obj\IIS.ShadowCopy.Tests\Release\net10.0\Microsoft.AspNetCore.Server.SharedStrings.cs (2)
34=> string.Format(Culture, GetResourceString("Http2ErrorUnexpectedFrameLength", new [] { "frameType", "expectedLength" }), frameType, expectedLength);
40=> string.Format(Culture, GetResourceString("Http2ErrorFrameOverLimit", new [] { "size", "limit" }), size, limit);
IISExpress.FunctionalTests (3)
artifacts\obj\IISExpress.FunctionalTests\Release\net10.0\Microsoft.AspNetCore.Server.SharedStrings.cs (2)
34=> string.Format(Culture, GetResourceString("Http2ErrorUnexpectedFrameLength", new [] { "frameType", "expectedLength" }), frameType, expectedLength);
40=> string.Format(Culture, GetResourceString("Http2ErrorFrameOverLimit", new [] { "size", "limit" }), size, limit);
Microsoft.AspNetCore.Antiforgery (3)
artifacts\obj\Microsoft.AspNetCore.Antiforgery\Release\net10.0\Microsoft.AspNetCore.Antiforgery.Resources.cs (3)
52=> string.Format(Culture, GetResourceString("AntiforgeryToken_UsernameMismatch"), p0, p1);
80=> string.Format(Culture, GetResourceString("Antiforgery_RequestToken_MustBeProvided"), p0, p1);
88=> string.Format(Culture, GetResourceString("Antiforgery_RequiresSSL", new [] { "optionName", "value" }), optionName, value);
Microsoft.AspNetCore.App.Analyzers (5)
artifacts\obj\Microsoft.AspNetCore.App.Analyzers\Release\netstandard2.0\Microsoft.AspNetCore.Analyzers.Resources.cs (5)
88=> string.Format(Culture, GetResourceString("TemplateRoute_Exception"), p0, p1);
102=> string.Format(Culture, GetResourceString("Analyzer_HeaderDictionaryIndexer_Message"), p0, p1);
144=> string.Format(Culture, GetResourceString("Analyzer_DoNotUseModelBindingAttributesOnRouteHandlerParameters_Message"), p0, p1);
228=> string.Format(Culture, GetResourceString("Analyzer_RouteParameterComplexTypeIsNotParsable_Message"), p0, p1);
236=> string.Format(Culture, GetResourceString("Analyzer_BindAsyncSignatureMustReturnValueTaskOfT_Message"), p0, p1);
Microsoft.AspNetCore.App.Analyzers.Test (4)
RouteEmbeddedLanguage\Infrastructure\MarkupTestFile.cs (4)
137throw new ArgumentException(string.Format(CultureInfo.InvariantCulture, "Saw {0} without matching {1}", SpanEndString, SpanStartString));
151throw new ArgumentException(string.Format(CultureInfo.InvariantCulture, "Saw {0} without matching {1}", NamedSpanEndString, NamedSpanStartString));
164throw new ArgumentException(string.Format(CultureInfo.InvariantCulture, "Saw {0} without matching {1}", SpanStartString, SpanEndString));
169throw new ArgumentException(string.Format(CultureInfo.InvariantCulture, "Saw {0} without matching {1}", NamedSpanEndString, NamedSpanEndString));
Microsoft.AspNetCore.Authentication.Twitter (1)
Microsoft.AspNetCore.Authorization.Policy (1)
Microsoft.AspNetCore.Components (5)
artifacts\obj\Microsoft.AspNetCore.Components\Release\net10.0\Microsoft.AspNetCore.Components.Routing.Resources.cs (5)
34=> string.Format(Culture, GetResourceString("RangeConstraint_MinShouldBeLessThanOrEqualToMax"), p0, p1);
40=> string.Format(Culture, GetResourceString("DefaultInlineConstraintResolver_AmbiguousCtors"), p0, p1);
46=> string.Format(Culture, GetResourceString("DefaultInlineConstraintResolver_CouldNotFindCtor"), p0, p1);
78=> string.Format(Culture, GetResourceString("RoutePattern_InvalidConstraintReference"), p0, p1);
126=> string.Format(Culture, GetResourceString("TemplateRoute_Exception"), p0, p1);
Microsoft.AspNetCore.Components.Analyzers.Tests (1)
Microsoft.AspNetCore.Components.Endpoints (10)
artifacts\obj\Microsoft.AspNetCore.Components.Endpoints\Release\net10.0\Microsoft.AspNetCore.Components.Endpoints.FormMapping.FormDataResources.cs (4)
34=> string.Format(Culture, GetResourceString("DictionaryUnparsableKey"), p0, p1);
40=> string.Format(Culture, GetResourceString("EnumMappingError"), p0, p1);
48=> string.Format(Culture, GetResourceString("MaxCollectionSizeReached"), p0, p1);
54=> string.Format(Culture, GetResourceString("ParsableMappingError"), p0, p1);
Builder\ResourceCollectionUrlEndpoint.cs (4)
34var fingerprintedResourceCollectionUrl = string.Format(CultureInfo.InvariantCulture, resourceCollectionUrlFormat, fingerprintSuffix, "");
36var fingerprintedGzResourceCollectionUrl = string.Format(CultureInfo.InvariantCulture, resourceCollectionUrlFormat, fingerprintSuffix, ".gz");
38var resourceCollectionUrl = string.Format(CultureInfo.InvariantCulture, resourceCollectionUrlFormat, "", "");
40var gzResourceCollectionUrl = string.Format(CultureInfo.InvariantCulture, resourceCollectionUrlFormat, "", ".gz");
Microsoft.AspNetCore.Components.SdkAnalyzers.Tests (1)
Microsoft.AspNetCore.DataProtection (2)
Microsoft.AspNetCore.DataProtection.Tests (3)
Microsoft.AspNetCore.DeveloperCertificates.XPlat (3)
Microsoft.AspNetCore.HeaderPropagation (1)
Microsoft.AspNetCore.Hosting (1)
Microsoft.AspNetCore.Http.Abstractions (4)
artifacts\obj\Microsoft.AspNetCore.Http.Abstractions\Release\net10.0\Microsoft.AspNetCore.Http.Abstractions.Resources.cs (4)
58=> string.Format(Culture, GetResourceString("Exception_UseMiddleMutlipleInvokes"), p0, p1);
70=> string.Format(Culture, GetResourceString("Exception_InvokeMiddlewareNoService"), p0, p1);
90=> string.Format(Culture, GetResourceString("Exception_UseMiddlewareUnableToCreateMiddleware"), p0, p1);
104=> string.Format(Culture, GetResourceString("RouteValueDictionary_DuplicateKey"), p0, p1);
Microsoft.AspNetCore.Http.Extensions (8)
artifacts\obj\Microsoft.AspNetCore.Http.Extensions\Release\net10.0\Microsoft.AspNetCore.Components.Endpoints.FormMapping.FormDataResources.cs (4)
37=> string.Format(Culture, GetResourceString("DictionaryUnparsableKey"), p0, p1);
43=> string.Format(Culture, GetResourceString("EnumMappingError"), p0, p1);
51=> string.Format(Culture, GetResourceString("MaxCollectionSizeReached"), p0, p1);
57=> string.Format(Culture, GetResourceString("ParsableMappingError"), p0, p1);
RequestDelegateFactory.cs (4)
2661var message = string.Format(CultureInfo.InvariantCulture, RequestDelegateCreationLogging.InvalidJsonRequestBodyExceptionMessage, parameterTypeName, parameterName);
2745var message = string.Format(CultureInfo.InvariantCulture, RequestDelegateCreationLogging.InvalidFormRequestBodyExceptionMessage, parameterTypeName, parameterName);
2759var message = string.Format(CultureInfo.InvariantCulture, RequestDelegateCreationLogging.InvalidAntiforgeryTokenExceptionMessage, parameterTypeName, parameterName);
2787var message = string.Format(CultureInfo.InvariantCulture, RequestDelegateCreationLogging.UnexpectedRequestWithoutBodyExceptionMessage, parameterTypeName, parameterName);
Microsoft.AspNetCore.HttpLogging (1)
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (7)
Microsoft.AspNetCore.Identity.InMemory.Test (3)
Microsoft.AspNetCore.JsonPatch (3)
Microsoft.AspNetCore.JsonPatch.SystemTextJson (3)
Microsoft.AspNetCore.Mvc.Abstractions (6)
artifacts\obj\Microsoft.AspNetCore.Mvc.Abstractions\Release\net10.0\Microsoft.AspNetCore.Mvc.Abstractions.Resources.cs (6)
60=> string.Format(Culture, GetResourceString("BindingSource_CannotBeComposite"), p0, p1);
66=> string.Format(Culture, GetResourceString("BindingSource_MustBeFromRequest"), p0, p1);
72=> string.Format(Culture, GetResourceString("BindingSource_CannotBeGreedy"), p0, p1);
78=> string.Format(Culture, GetResourceString("BindingSource_MustBeGreedy"), p0, p1);
88=> string.Format(Culture, GetResourceString("BinderType_MustBeIModelBinder"), p0, p1);
94=> string.Format(Culture, GetResourceString("RecordTypeHasValidationOnProperties"), p0, p1);
Microsoft.AspNetCore.Mvc.Core (39)
artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net10.0\Microsoft.AspNetCore.Mvc.Core.Resources.cs (38)
40=> string.Format(Culture, GetResourceString("ObjectResult_MatchAllContentType"), p0, p1);
52=> string.Format(Culture, GetResourceString("ActionExecutor_UnexpectedTaskInstance"), p0, p1);
72=> string.Format(Culture, GetResourceString("PropertyOfTypeCannotBeNull"), p0, p1);
78=> string.Format(Culture, GetResourceString("TypeMethodMustReturnNotNullValue"), p0, p1);
110=> string.Format(Culture, GetResourceString("FilterFactoryAttribute_TypeMustImplementIFilter"), p0, p1);
122=> string.Format(Culture, GetResourceString("TypeMustDeriveFromType"), p0, p1);
146=> string.Format(Culture, GetResourceString("AttributeRoute_AggregateErrorMessage"), p0, p1);
168=> string.Format(Culture, GetResourceString("AttributeRoute_TokenReplacement_InvalidSyntax"), p0, p1);
190=> string.Format(Culture, GetResourceString("AttributeRoute_DuplicateNames_Item"), p0, p1);
222=> string.Format(Culture, GetResourceString("DefaultActionSelector_AmbiguousActions"), p0, p1);
242=> string.Format(Culture, GetResourceString("ResponseCache_SpecifyDuration"), p0, p1);
272=> string.Format(Culture, GetResourceString("ModelType_WrongType"), p0, p1);
278=> string.Format(Culture, GetResourceString("ValueInterfaceAbstractOrOpenGenericTypesCannotBeActivated"), p0, p1);
284=> string.Format(Culture, GetResourceString("BinderType_MustBeIModelBinder"), p0, p1);
290=> string.Format(Culture, GetResourceString("BindingSource_CannotBeComposite"), p0, p1);
296=> string.Format(Culture, GetResourceString("BindingSource_CannotBeGreedy"), p0, p1);
302=> string.Format(Culture, GetResourceString("Common_PropertyNotFound"), p0, p1);
322=> string.Format(Culture, GetResourceString("ModelBinderUtil_ModelInstanceIsWrong"), p0, p1);
338=> string.Format(Culture, GetResourceString("ValueProviderResult_NoConverterExists"), p0, p1);
364=> string.Format(Culture, GetResourceString("ModelState_AttemptedValueIsInvalid"), p0, p1);
416=> string.Format(Culture, GetResourceString("Formatter_NoMediaTypes"), p0, p1);
452=> string.Format(Culture, GetResourceString("MiddewareFilter_NoConfigureMethod"), p0, p1);
476=> string.Format(Culture, GetResourceString("AuthorizeFilter_AuthorizationPolicyCannotBeCreated"), p0, p1);
500=> string.Format(Culture, GetResourceString("MiddlewareFilterConfigurationProvider_CreateConfigureDelegate_CannotCreateType"), p0, p1);
506=> string.Format(Culture, GetResourceString("Argument_InvalidOffsetLength"), p0, p1);
538=> string.Format(Culture, GetResourceString("ApiController_AttributeRouteRequired"), p0, p1);
552=> string.Format(Culture, GetResourceString("RelatedAssemblyAttribute_AssemblyCannotReferenceSelf"), p0, p1);
570=> string.Format(Culture, GetResourceString("ApplicationAssembliesProvider_RelatedAssemblyCannotDefineAdditional"), p0, p1);
576=> string.Format(Culture, GetResourceString("ComplexTypeModelBinder_NoParameterlessConstructor_ForParameter"), p0, p1);
594=> string.Format(Culture, GetResourceString("InvalidTypeTForActionResultOfT"), p0, p1);
606=> string.Format(Culture, GetResourceString("ApiConventionMethod_AmbiguousMethodName"), p0, p1);
612=> string.Format(Culture, GetResourceString("ApiConventionMethod_NoMethodFound"), p0, p1);
624=> string.Format(Culture, GetResourceString("ValidationVisitor_ExceededMaxDepthFix"), p0, p1);
660=> string.Format(Culture, GetResourceString("ObjectResultExecutor_MaxEnumerationExceeded"), p0, p1);
686=> string.Format(Culture, GetResourceString("ComplexObjectModelBinder_NoSuitableConstructor_ForParameter"), p0, p1);
704=> string.Format(Culture, GetResourceString("ValidationStrategy_MappedPropertyNotFound"), p0, p1);
710=> string.Format(Culture, GetResourceString("TryUpdateModel_RecordTypeNotSupported"), p0, p1);
728=> string.Format(Culture, GetResourceString("TryParseModelBinder_InvalidType"), p0, p1);
Microsoft.AspNetCore.Mvc.Core.Test (1)
Microsoft.AspNetCore.Mvc.DataAnnotations (3)
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (3)
Microsoft.AspNetCore.Mvc.Formatters.Xml (1)
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test (2)
Microsoft.AspNetCore.Mvc.NewtonsoftJson (4)
artifacts\obj\Microsoft.AspNetCore.Mvc.NewtonsoftJson\Release\net10.0\Microsoft.AspNetCore.Mvc.NewtonsoftJson.Resources.cs (4)
40=> string.Format(Culture, GetResourceString("InvalidContractResolverForJsonCasingConfiguration"), p0, p1);
52=> string.Format(Culture, GetResourceString("ObjectResultExecutor_MaxEnumerationExceeded"), p0, p1);
64=> string.Format(Culture, GetResourceString("TempData_CannotDeserializeToken"), p0, p1);
76=> string.Format(Culture, GetResourceString("TempData_CannotSerializeType"), p0, p1);
Microsoft.AspNetCore.Mvc.Razor (8)
artifacts\obj\Microsoft.AspNetCore.Mvc.Razor\Release\net10.0\Microsoft.AspNetCore.Mvc.Razor.Resources.cs (8)
44=> string.Format(Culture, GetResourceString("LayoutCannotBeLocated"), p0, p1);
50=> string.Format(Culture, GetResourceString("LayoutCannotBeRendered"), p0, p1);
58=> string.Format(Culture, GetResourceString("RazorPage_CannotFlushWhileInAWritingScope"), p0, p1);
64=> string.Format(Culture, GetResourceString("RazorPage_MethodCannotBeCalled"), p0, p1);
100=> string.Format(Culture, GetResourceString("ViewContextMustBeSet"), p0, p1);
120=> string.Format(Culture, GetResourceString("LayoutHasCircularReference"), p0, p1);
148=> string.Format(Culture, GetResourceString("PropertyMustBeSet"), p0, p1);
162=> string.Format(Culture, GetResourceString("CompiledViewDescriptor_NoData"), p0, p1);
Microsoft.AspNetCore.Mvc.RazorPages (5)
artifacts\obj\Microsoft.AspNetCore.Mvc.RazorPages\Release\net10.0\Microsoft.AspNetCore.Mvc.RazorPages.Resources.cs (5)
34=> string.Format(Culture, GetResourceString("PropertyOfTypeCannotBeNull"), p0, p1);
40=> string.Format(Culture, GetResourceString("ActivatedInstance_MustBeAnInstanceOf"), p0, p1);
60=> string.Format(Culture, GetResourceString("AmbiguousHandler"), p0, p1);
74=> string.Format(Culture, GetResourceString("InvalidPageType_WrongBase"), p0, p1);
80=> string.Format(Culture, GetResourceString("InvalidPageType_NoModelProperty"), p0, p1);
Microsoft.AspNetCore.Mvc.TagHelpers (6)
artifacts\obj\Microsoft.AspNetCore.Mvc.TagHelpers\Release\net10.0\Microsoft.AspNetCore.Mvc.TagHelpers.Resources.cs (6)
34=> string.Format(Culture, GetResourceString("CannotDetermineAttributeFor"), p0, p1);
82=> string.Format(Culture, GetResourceString("TagHelperOutput_AttributeDoesNotExist"), p0, p1);
88=> string.Format(Culture, GetResourceString("PropertyOfTypeCannotBeNull"), p0, p1);
102=> string.Format(Culture, GetResourceString("ViewEngine_PartialViewNotFound"), p0, p1);
114=> string.Format(Culture, GetResourceString("ViewEngine_FallbackViewNotFound"), p0, p1);
120=> string.Format(Culture, GetResourceString("AttributeIsRequired"), p0, p1);
Microsoft.AspNetCore.Mvc.Testing (1)
Microsoft.AspNetCore.Mvc.ViewFeatures (21)
artifacts\obj\Microsoft.AspNetCore.Mvc.ViewFeatures\Release\net10.0\Microsoft.AspNetCore.Mvc.ViewFeatures.Resources.cs (18)
48=> string.Format(Culture, GetResourceString("ViewComponent_SyncMethod_ShouldReturnValue"), p0, p1);
80=> string.Format(Culture, GetResourceString("PropertyOfTypeCannotBeNull"), p0, p1);
86=> string.Format(Culture, GetResourceString("TypeMethodMustReturnNotNullValue"), p0, p1);
98=> string.Format(Culture, GetResourceString("Common_PartialViewNotFound"), p0, p1);
112=> string.Format(Culture, GetResourceString("ExpressionHelper_InvalidIndexerExpression"), p0, p1);
126=> string.Format(Culture, GetResourceString("HtmlHelper_MissingSelectData"), p0, p1);
170=> string.Format(Culture, GetResourceString("ViewData_WrongTModelType"), p0, p1);
176=> string.Format(Culture, GetResourceString("ViewEngine_PartialViewNotFound"), p0, p1);
182=> string.Format(Culture, GetResourceString("ViewEngine_ViewNotFound"), p0, p1);
196=> string.Format(Culture, GetResourceString("UnobtrusiveJavascript_ValidationParameterMustBeLegal"), p0, p1);
208=> string.Format(Culture, GetResourceString("UnobtrusiveJavascript_ValidationTypeMustBeLegal"), p0, p1);
226=> string.Format(Culture, GetResourceString("TemplatedExpander_PopulateValuesMustBeInvokedFirst"), p0, p1);
234=> string.Format(Culture, GetResourceString("ViewComponent_AmbiguousTypeMatch_Item"), p0, p1);
240=> string.Format(Culture, GetResourceString("Common_PropertyNotFound"), p0, p1);
260=> string.Format(Culture, GetResourceString("ViewComponentResult_NameOrTypeMustBeSet"), p0, p1);
284=> string.Format(Culture, GetResourceString("ValueInterfaceAbstractOrOpenGenericTypesCannotBeActivated"), p0, p1);
290=> string.Format(Culture, GetResourceString("CreateModelExpression_NullModelMetadata"), p0, p1);
318=> string.Format(Culture, GetResourceString("TempData_CannotSerializeType"), p0, p1);
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (4)
Microsoft.AspNetCore.RateLimiting (1)
Microsoft.AspNetCore.Rewrite (4)
artifacts\obj\Microsoft.AspNetCore.Rewrite\Release\net10.0\Microsoft.AspNetCore.Rewrite.Resources.cs (4)
42=> string.Format(Culture, GetResourceString("Error_InputParserIndexOutOfRange"), p0, p1);
48=> string.Format(Culture, GetResourceString("Error_InputParserInvalidInteger"), p0, p1);
66=> string.Format(Culture, GetResourceString("Error_InputParserUnrecognizedParameter"), p0, p1);
80=> string.Format(Culture, GetResourceString("Error_ModRewriteParseError"), p0, p1);
Microsoft.AspNetCore.Routing (8)
artifacts\obj\Microsoft.AspNetCore.Routing\Release\net10.0\Microsoft.AspNetCore.Routing.Resources.cs (8)
40=> string.Format(Culture, GetResourceString("RangeConstraint_MinShouldBeLessThanOrEqualToMax"), p0, p1);
46=> string.Format(Culture, GetResourceString("PropertyOfTypeCannotBeNull"), p0, p1);
64=> string.Format(Culture, GetResourceString("DefaultInlineConstraintResolver_AmbiguousCtors"), p0, p1);
70=> string.Format(Culture, GetResourceString("DefaultInlineConstraintResolver_CouldNotFindCtor"), p0, p1);
160=> string.Format(Culture, GetResourceString("TemplateRoute_Exception"), p0, p1);
166=> string.Format(Culture, GetResourceString("AmbiguousEndpoints"), p0, p1);
180=> string.Format(Culture, GetResourceString("RoutePattern_InvalidConstraintReference"), p0, p1);
218=> string.Format(Culture, GetResourceString("MapGroup_ChangingRoutePatternUnsupported"), p0, p1);
Microsoft.AspNetCore.Routing.Tests (1)
Microsoft.AspNetCore.Server.HttpSys (2)
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (3)
artifacts\obj\Microsoft.AspNetCore.Server.HttpSys.FunctionalTests\Release\net10.0\Microsoft.AspNetCore.Server.SharedStrings.cs (2)
34=> string.Format(Culture, GetResourceString("Http2ErrorUnexpectedFrameLength", new [] { "frameType", "expectedLength" }), frameType, expectedLength);
40=> string.Format(Culture, GetResourceString("Http2ErrorFrameOverLimit", new [] { "size", "limit" }), size, limit);
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (2)
Microsoft.AspNetCore.Server.Kestrel.Core (28)
artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net10.0\Microsoft.AspNetCore.Server.Kestrel.Core.CoreStrings.cs (22)
128=> string.Format(Culture, GetResourceString("MaxRequestBufferSmallerThanRequestHeaderBuffer", new [] { "requestBufferSize", "requestHeaderSize" }), requestBufferSize, requestHeaderSize);
134=> string.Format(Culture, GetResourceString("MaxRequestBufferSmallerThanRequestLineBuffer", new [] { "requestBufferSize", "requestLineSize" }), requestBufferSize, requestLineSize);
208=> string.Format(Culture, GetResourceString("OverridingWithPreferHostingUrls", new [] { "settingName", "addresses" }), settingName, addresses);
224=> string.Format(Culture, GetResourceString("HeaderNotAllowedOnResponse", new [] { "name", "statusCode" }), name, statusCode);
236=> string.Format(Culture, GetResourceString("TooFewBytesWritten", new [] { "written", "expected" }), written, expected);
242=> string.Format(Culture, GetResourceString("TooManyBytesWritten", new [] { "written", "expected" }), written, expected);
298=> string.Format(Culture, GetResourceString("Http2ErrorStreamIdEven", new [] { "frameType", "streamId" }), frameType, streamId);
330=> string.Format(Culture, GetResourceString("Http2ErrorStreamClosed", new [] { "frameType", "streamId" }), frameType, streamId);
336=> string.Format(Culture, GetResourceString("Http2ErrorStreamHalfClosedRemote", new [] { "frameType", "streamId" }), frameType, streamId);
342=> string.Format(Culture, GetResourceString("Http2ErrorStreamSelfDependency", new [] { "frameType", "streamId" }), frameType, streamId);
348=> string.Format(Culture, GetResourceString("Http2ErrorUnexpectedFrameLength", new [] { "frameType", "expectedLength" }), frameType, expectedLength);
368=> string.Format(Culture, GetResourceString("Http2ErrorStreamIdle", new [] { "frameType", "streamId" }), frameType, streamId);
435=> string.Format(Culture, GetResourceString("Http2ErrorFrameOverLimit", new [] { "size", "limit" }), size, limit);
479=> string.Format(Culture, GetResourceString("Http2StreamErrorSchemeMismatch", new [] { "requestScheme", "transportScheme" }), requestScheme, transportScheme);
495=> string.Format(Culture, GetResourceString("Http3StreamErrorSchemeMismatch", new [] { "requestScheme", "transportScheme" }), requestScheme, transportScheme);
519=> string.Format(Culture, GetResourceString("ArgumentOutOfRange", new [] { "min", "max" }), min, max);
527=> string.Format(Culture, GetResourceString("Http2ErrorStreamAborted", new [] { "frameType", "streamId" }), frameType, streamId);
561=> string.Format(Culture, GetResourceString("QPackStringLengthTooLarge", new [] { "length", "maxStringLength" }), length, maxStringLength);
591=> string.Format(Culture, GetResourceString("SniNotConfiguredForServerName", new [] { "serverName", "endpointName" }), serverName, endpointName);
609=> string.Format(Culture, GetResourceString("EndpointHasUnusedHttpsConfig", new [] { "endpointName", "keyName" }), endpointName, keyName);
687=> string.Format(Culture, GetResourceString("Http3WebTransportStatusMismatch", new [] { "clientStatus", "serverStatus" }), clientStatus, serverStatus);
693=> string.Format(Culture, GetResourceString("Http3DatagramStatusMismatch", new [] { "clientStatus", "serverStatus" }), clientStatus, serverStatus);
artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net10.0\Microsoft.AspNetCore.Server.SharedStrings.cs (2)
34=> string.Format(Culture, GetResourceString("Http2ErrorUnexpectedFrameLength", new [] { "frameType", "expectedLength" }), frameType, expectedLength);
40=> string.Format(Culture, GetResourceString("Http2ErrorFrameOverLimit", new [] { "size", "limit" }), size, limit);
Microsoft.AspNetCore.Shared.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Shared.Tests\Release\net10.0\Microsoft.AspNetCore.Server.SharedStrings.cs (2)
34=> string.Format(Culture, GetResourceString("Http2ErrorUnexpectedFrameLength", new [] { "frameType", "expectedLength" }), frameType, expectedLength);
40=> string.Format(Culture, GetResourceString("Http2ErrorFrameOverLimit", new [] { "size", "limit" }), size, limit);
Microsoft.AspNetCore.WebUtilities (2)
Microsoft.AspNetCore.WebUtilities.Tests (1)
Microsoft.Build (22)
BackEnd\Components\RequestBuilder\TaskHost.cs (5)
425Trace.Fail(String.Format(CultureInfo.CurrentUICulture, "Task at {0}, after already returning, attempted to log '{1}'", _taskLocation.ToString(), e.Message));
495Trace.Fail(String.Format(CultureInfo.CurrentUICulture, "Task at {0}, after already returning, attempted to log '{1}'", _taskLocation.ToString(), e.Message));
536Trace.Fail(String.Format(CultureInfo.CurrentUICulture, "Task at {0}, after already returning, attempted to log '{1}'", _taskLocation.ToString(), e.Message));
577Trace.Fail(String.Format(CultureInfo.CurrentUICulture, "Task at {0}, after already returning, attempted to log '{1}'", _taskLocation.ToString(), e.Message));
668Trace.Fail(String.Format(CultureInfo.CurrentUICulture, "Task at {0}, after already returning, attempted to log telemetry event '{1}'", _taskLocation.ToString(), eventName));
Construction\Solution\SolutionProjectGenerator.cs (6)
462String.Format(CultureInfo.InvariantCulture, @"@({0}->'{1}%(DestinationSubDirectory)%(Filename)%(Extension)')", copyLocalFilesItemName, destinationFolder));
518string additionalProperties = string.Format(
617return string.Format(
753_selectedSolutionConfiguration = String.Format(CultureInfo.InvariantCulture, "{0}|{1}", traversalInstance.GetProperty("Configuration").EvaluatedValue, traversalInstance.GetProperty("Platform").EvaluatedValue);
1140string directProjectProperties = String.Format(CultureInfo.InvariantCulture, "Configuration={0}; Platform={1}", projectConfiguration.ConfigurationName, projectConfiguration.PlatformName);
1636string outputReferenceItemNameWithSuffix = string.Format(CultureInfo.InvariantCulture, "{0}_{1}", outputReferenceItemName, outputReferenceItemNameSuffix);
Definition\Project.cs (2)
2056Trace.WriteLine(String.Format(CultureInfo.InvariantCulture, "MSBUILD: Explicitly marked dirty, eg., because a global property was set, or an import, such as a .user file, was created on disk [{0}] [PC Hash {1}]", FullPath, ProjectCollection.GetHashCode()));
2079Trace.WriteLine(String.Format(CultureInfo.InvariantCulture, "MSBUILD: Is dirty because toolsets updated [{0}] [PC Hash {1}]", FullPath, ProjectCollection.GetHashCode()));
Microsoft.Build.Engine.OM.UnitTests (3)
Microsoft.Build.Engine.UnitTests (9)
ConsoleLogger_Tests.cs (8)
1432prop1 = String.Format(CultureInfo.CurrentCulture, "{0,-30} = {1}", "prop1", "val1");
1433prop2 = String.Format(CultureInfo.CurrentCulture, "{0,-30} = {1}", "prop2", "val2");
1434prop3 = String.Format(CultureInfo.CurrentCulture, "{0,-30} = {1}", "pro(p3)", "va;%3b;l3");
1441prop1 = String.Format(CultureInfo.CurrentCulture, "{0} = {1}", "prop1", "val1");
1442prop2 = String.Format(CultureInfo.CurrentCulture, "{0} = {1}", "prop2", "val2");
1443prop3 = String.Format(CultureInfo.CurrentCulture, "{0} = {1}", "pro(p3)", "va;%3b;l3");
1637message = String.Format(CultureInfo.CurrentCulture, "{0} = {1}", kvp.Key, kvp.Value);
1641message = String.Format(CultureInfo.CurrentCulture, "{0,-30} = {1}", kvp.Key, kvp.Value);
Microsoft.Build.Framework.UnitTests (1)
Microsoft.Build.Tasks.Core (11)
Microsoft.Build.Utilities.Core (3)
Microsoft.CodeAnalysis (2)
Microsoft.CodeAnalysis.Analyzers (1)
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
Microsoft.CodeAnalysis.CSharp (2)
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
Microsoft.CodeAnalysis.InteractiveHost (1)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Microsoft.CodeAnalysis.Scripting (1)
Microsoft.CodeAnalysis.VisualBasic (1)
Microsoft.CSharp (1)
Microsoft.Extensions.AI.Evaluation.Reporting (4)
Microsoft.Extensions.Caching.Memory (1)
Microsoft.Extensions.Caching.SqlServer (2)
Microsoft.Extensions.Configuration (1)
Microsoft.Extensions.Configuration.Abstractions (1)
Microsoft.Extensions.Configuration.Binder (1)
Microsoft.Extensions.Configuration.CommandLine (1)
Microsoft.Extensions.Configuration.FileExtensions (1)
Microsoft.Extensions.Configuration.Ini (1)
Microsoft.Extensions.Configuration.Json (1)
Microsoft.Extensions.Configuration.UserSecrets (1)
Microsoft.Extensions.Configuration.Xml (1)
Microsoft.Extensions.DependencyInjection (1)
Microsoft.Extensions.DependencyInjection.Abstractions (1)
Microsoft.Extensions.DependencyModel (1)
Microsoft.Extensions.Diagnostics (1)
Microsoft.Extensions.Diagnostics.Abstractions (1)
Microsoft.Extensions.FileProviders.Abstractions (1)
Microsoft.Extensions.FileProviders.Physical (1)
Microsoft.Extensions.FileSystemGlobbing (1)
Microsoft.Extensions.Hosting (1)
Microsoft.Extensions.Hosting.Abstractions (1)
Microsoft.Extensions.Http (1)
Microsoft.Extensions.Http.Polly (1)
Microsoft.Extensions.Identity.Core (2)
Microsoft.Extensions.Logging (1)
Microsoft.Extensions.Logging.Abstractions (1)
Microsoft.Extensions.Logging.Configuration (1)
Microsoft.Extensions.Logging.Console (1)
Microsoft.Extensions.Logging.Generators (1)
Microsoft.Extensions.Options (1)
Microsoft.Extensions.Options.SourceGeneration (1)
Microsoft.Extensions.Primitives (1)
Microsoft.Extensions.SecretManager.Tools.Tests (2)
Microsoft.Interop.ComInterfaceGenerator (1)
Microsoft.Interop.JavaScript.JSImportGenerator (1)
Microsoft.Interop.LibraryImportGenerator (1)
Microsoft.Interop.LibraryImportGenerator.Downlevel (1)
Microsoft.Interop.SourceGeneration (1)
Microsoft.ML.Core (2)
Microsoft.ML.CpuMath (2)
Microsoft.ML.Maml (1)
Microsoft.ML.Transforms (1)
Microsoft.Net.Http.Headers (2)
Microsoft.Win32.Registry (1)
Microsoft.Win32.Registry.AccessControl (1)
Microsoft.Win32.SystemEvents (1)
MSBuild (5)
PresentationBuildTasks (2)
PresentationCore (9)
PresentationFramework (2)
PresentationUI (1)
ReachFramework (8)
StatusCodePagesSample (2)
Swaggatherer (1)
System.CodeDom (1)
System.Collections (1)
System.Collections.Concurrent (1)
System.Collections.Immutable (1)
System.Collections.NonGeneric (1)
System.Collections.Specialized (1)
System.ComponentModel.Annotations (6)
System.ComponentModel.Composition (1)
System.ComponentModel.Composition.Registration (1)
System.ComponentModel.EventBasedAsync (1)
System.ComponentModel.Primitives (1)
System.ComponentModel.TypeConverter (1)
System.Composition.Convention (1)
System.Composition.Hosting (1)
System.Composition.Runtime (1)
System.Composition.TypedParts (1)
System.Configuration.ConfigurationManager (4)
System.Console (1)
System.Data.Common (3)
System.Data.Odbc (1)
System.Data.OleDb (1)
System.Diagnostics.DiagnosticSource (1)
System.Diagnostics.EventLog (1)
System.Diagnostics.FileVersionInfo (1)
System.Diagnostics.PerformanceCounter (1)
System.Diagnostics.Process (1)
System.Diagnostics.TextWriterTraceListener (1)
System.Diagnostics.TraceSource (1)
System.DirectoryServices (1)
System.DirectoryServices.AccountManagement (1)
System.DirectoryServices.Protocols (1)
System.Drawing.Common (1)
System.Drawing.Primitives (1)
System.Formats.Asn1 (1)
System.Formats.Cbor (1)
System.Formats.Nrbf (1)
System.Formats.Tar (1)
System.IO.Compression (1)
System.IO.Compression.Brotli (1)
System.IO.Compression.ZipFile (1)
System.IO.FileSystem.AccessControl (1)
System.IO.FileSystem.DriveInfo (1)
System.IO.FileSystem.Watcher (1)
System.IO.Hashing (1)
System.IO.IsolatedStorage (1)
System.IO.MemoryMappedFiles (1)
System.IO.Packaging (1)
System.IO.Pipelines (1)
System.IO.Pipes (1)
System.IO.Pipes.AccessControl (1)
System.IO.Ports (1)
System.Linq (1)
System.Linq.AsyncEnumerable (1)
System.Linq.Expressions (1)
System.Linq.Parallel (1)
System.Linq.Queryable (1)
System.Management (1)
System.Memory (1)
System.Memory.Data (1)
System.Net.Http (1)
System.Net.Http.Json (1)
System.Net.Http.WinHttpHandler (1)
System.Net.HttpListener (1)
System.Net.Mail (1)
System.Net.NameResolution (1)
System.Net.NetworkInformation (1)
System.Net.Ping (1)
System.Net.Primitives (1)
System.Net.Quic (1)
System.Net.Requests (1)
System.Net.Security (1)
System.Net.ServerSentEvents (1)
System.Net.Sockets (1)
System.Net.WebClient (1)
System.Net.WebHeaderCollection (1)
System.Net.WebSockets (1)
System.Net.WebSockets.Client (1)
System.Numerics.Tensors (1)
System.ObjectModel (1)
System.Private.CoreLib (3)
System.Private.DataContractSerialization (3)
System.Private.Uri (1)
System.Private.Xml (1)
System.Private.Xml.Linq (1)
System.Reflection.Context (1)
System.Reflection.DispatchProxy (1)
System.Reflection.Emit (1)
System.Reflection.Metadata (1)
System.Reflection.MetadataLoadContext (1)
System.Reflection.TypeExtensions (1)
System.Resources.Extensions (1)
System.Resources.Writer (1)
System.Runtime.Caching (1)
System.Runtime.InteropServices (1)
System.Runtime.InteropServices.JavaScript (1)
System.Runtime.Numerics (1)
System.Runtime.Serialization.Formatters (1)
System.Runtime.Serialization.Primitives (1)
System.Runtime.Serialization.Schema (1)
System.Security.AccessControl (1)
System.Security.Claims (1)
System.Security.Cryptography (1)
System.Security.Cryptography.Cose (1)
System.Security.Cryptography.Pkcs (1)
System.Security.Cryptography.ProtectedData (1)
System.Security.Cryptography.Xml (1)
System.Security.Permissions (1)
System.Security.Principal.Windows (1)
System.ServiceModel.Syndication (1)
System.ServiceProcess.ServiceController (1)
System.Speech (1)
System.Text.Encoding.CodePages (1)
System.Text.Encodings.Web (1)
System.Text.Json (1)
System.Text.Json.SourceGeneration (1)
System.Text.RegularExpressions (1)
System.Text.RegularExpressions.Generator (1)
System.Threading (1)
System.Threading.AccessControl (1)
System.Threading.Channels (1)
System.Threading.RateLimiting (1)
System.Threading.Tasks.Dataflow (1)
System.Threading.Tasks.Parallel (1)
System.Transactions.Local (1)
System.Windows.Extensions (1)
System.Windows.Forms (2)
System.Windows.Forms.Design (1)
System.Windows.Input.Manipulations (3)
System.Xaml (1)
TaskUsageLogger (2)
Templates.Blazor.Tests (4)
Templates.Blazor.WebAssembly.Auth.Tests (4)
Templates.Blazor.WebAssembly.Tests (4)
Templates.Mvc.Tests (4)
Templates.Tests (4)
UIAutomationClientSideProviders (1)
Wasm.Performance.ConsoleHost (1)
WindowsFormsIntegration (2)
XmlFormattersWebSite (1)
xunit.assert (50)
EqualityAsserts.cs (26)
351 string.Format(CultureInfo.CurrentCulture, "{0:G17} (rounded from {1:G17})", expectedRounded, expected),
352 string.Format(CultureInfo.CurrentCulture, "{0:G17} (rounded from {1:G17})", actualRounded, actual),
353 string.Format(CultureInfo.CurrentCulture, "Values are not within {0} decimal place{1}", precision, precision == 1 ? "" : "s")
377 string.Format(CultureInfo.CurrentCulture, "{0:G17} (rounded from {1:G17})", expectedRounded, expected),
378 string.Format(CultureInfo.CurrentCulture, "{0:G17} (rounded from {1:G17})", actualRounded, actual),
379 string.Format(CultureInfo.CurrentCulture, "Values are not within {0} decimal place{1}", precision, precision == 1 ? "" : "s")
423 string.Format(CultureInfo.CurrentCulture, "{0:G9} (rounded from {1:G9})", expectedRounded, expected),
424 string.Format(CultureInfo.CurrentCulture, "{0:G9} (rounded from {1:G9})", actualRounded, actual),
425 string.Format(CultureInfo.CurrentCulture, "Values are not within {0} decimal place{1}", precision, precision == 1 ? "" : "s")
449 string.Format(CultureInfo.CurrentCulture, "{0:G9} (rounded from {1:G9})", expectedRounded, expected),
450 string.Format(CultureInfo.CurrentCulture, "{0:G9} (rounded from {1:G9})", actualRounded, actual),
451 string.Format(CultureInfo.CurrentCulture, "Values are not within {0} decimal place{1}", precision, precision == 1 ? "" : "s")
495 string.Format(CultureInfo.CurrentCulture, "{0} (rounded from {1})", expectedRounded, expected),
496 string.Format(CultureInfo.CurrentCulture, "{0} (rounded from {1})", actualRounded, actual)
528 (precision == TimeSpan.Zero ? "" : string.Format(CultureInfo.CurrentCulture, " (difference {0} is larger than {1})", difference, precision));
562 (precision == TimeSpan.Zero ? "" : string.Format(CultureInfo.CurrentCulture, " (difference {0} is larger than {1})", difference, precision));
832 string.Format(CultureInfo.CurrentCulture, "{0:G17} (rounded from {1:G17})", expectedRounded, expected),
833 string.Format(CultureInfo.CurrentCulture, "{0:G17} (rounded from {1:G17})", actualRounded, actual),
858 string.Format(CultureInfo.CurrentCulture, "{0:G17} (rounded from {1:G17})", expectedRounded, expected),
859 string.Format(CultureInfo.CurrentCulture, "{0:G17} (rounded from {1:G17})", actualRounded, actual),
904 string.Format(CultureInfo.CurrentCulture, "{0:G9} (rounded from {1:G9})", expectedRounded, expected),
905 string.Format(CultureInfo.CurrentCulture, "{0:G9} (rounded from {1:G9})", actualRounded, actual),
930 string.Format(CultureInfo.CurrentCulture, "{0:G9} (rounded from {1:G9})", expectedRounded, expected),
931 string.Format(CultureInfo.CurrentCulture, "{0:G9} (rounded from {1:G9})", actualRounded, actual),
976 string.Format(CultureInfo.CurrentCulture, "{0} (rounded from {1})", expectedRounded, expected),
977 string.Format(CultureInfo.CurrentCulture, "{0} (rounded from {1})", actualRounded, actual)
Sdk\ArgumentFormatter.cs (9)
269 return string.Format(CultureInfo.CurrentCulture, "{0} {{ Status = {1} }}", typeName, task.Status);
293 return string.Format(CultureInfo.CurrentCulture, "{0} was thrown formatting an object of type \"{1}\"", ex.GetType().Name, value.GetType());
331 return string.Format(CultureInfo.CurrentCulture, "{0}{{ {1} }}", typeName, Ellipsis);
355 var formattedParameters = string.Join(", ", parameters.Take(MAX_OBJECT_ITEM_COUNT).Select(p => string.Format(CultureInfo.CurrentCulture, "{0} = {1}", p.name, p.value)));
360 return string.Format(CultureInfo.CurrentCulture, "{0}{{ {1} }}", typeName, formattedParameters);
443 return string.Format(CultureInfo.CurrentCulture, "\"{0}\"{1}", displayed, Ellipsis);
526 result = string.Format(CultureInfo.CurrentCulture, "{0}<{1}>", result, new string(',', typeInfo.GenericTypeParameters.Length - 1));
532 result = string.Format(CultureInfo.CurrentCulture, "{0}<{1}>", result, string.Join(", ", typeInfo.GenericTypeArguments.Select(t => FormatTypeName(t))));
550 return string.Format(CultureInfo.CurrentCulture, "[{0}] = {1}", Format(k), Format(v));