5 types derived from FormatException
Microsoft.AspNetCore.Rewrite (1)
System.IO.Packaging (1)
System.Net.Primitives (1)
System.Private.CoreLib (1)
System.Private.Uri (1)
579 instantiations of FormatException
Aspire.Dashboard (2)
Aspire.Hosting (1)
dotnet-svcutil-lib (49)
FrameworkFork\Microsoft.Xml\Xml\XmlConvert.cs (23)
902throw new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "Boolean"));
919return new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "Boolean"));
934throw new FormatException(ResXml.XmlConvert_NotOneCharString);
943return new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "Char"));
961return new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "Decimal"));
975return new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "Integer"));
993return new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "SByte"));
1011return new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "Int16"));
1029return new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "Int32"));
1047return new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "Int64"));
1065return new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "Byte"));
1084return new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "UInt16"));
1104return new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "UInt32"));
1123return new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "UInt64"));
1160return new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "Single"));
1201return new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "Double"));
1291throw new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "TimeSpan"));
1476exception = new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "Guid"));
1480exception = new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "Guid"));
1524throw new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "Uri"));
1530throw new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "Uri"));
1544return new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "Uri"));
1549return new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "Uri"));
FrameworkFork\System.Runtime.Serialization\System\Text\Base64Encoding.cs (10)
42throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new FormatException(string.Format(SRSerialization.XmlInvalidBase64Length, charCount.ToString(NumberFormatInfo.CurrentInfo))));
79throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new FormatException(string.Format(SRSerialization.XmlInvalidBase64Length, count.ToString(NumberFormatInfo.CurrentInfo))));
96throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new FormatException(string.Format(SRSerialization.XmlInvalidBase64Sequence, new string(pch, 0, 4), index + (int)(pch - _chars))));
106throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new FormatException(string.Format(SRSerialization.XmlInvalidBase64Sequence, new string(pch, 0, 4), index + (int)(pch - _chars))));
147throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new FormatException(string.Format(SRSerialization.XmlInvalidBase64Length, charCount.ToString(NumberFormatInfo.CurrentInfo))));
167throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new FormatException(string.Format(SRSerialization.XmlInvalidBase64Sequence, new string(pch, 0, 4), charIndex + (int)(pch - _chars))));
177throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new FormatException(string.Format(SRSerialization.XmlInvalidBase64Sequence, new string(pch, 0, 4), charIndex + (int)(pch - _chars))));
230throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new FormatException(string.Format(SRSerialization.XmlInvalidBase64Length, charCount.ToString(NumberFormatInfo.CurrentInfo))));
249throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new FormatException(string.Format(SRSerialization.XmlInvalidBase64Sequence, "?", charIndex + (int)(pch - _chars))));
259throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new FormatException(string.Format(SRSerialization.XmlInvalidBase64Sequence, "?", charIndex + (int)(pch - _chars))));
Microsoft.AspNetCore.Authentication.Cookies (1)
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
Microsoft.AspNetCore.Components.Server (3)
Microsoft.AspNetCore.CookiePolicy.Test (1)
Microsoft.AspNetCore.DataProtection.Abstractions (1)
Microsoft.AspNetCore.Diagnostics.Tests (1)
Microsoft.AspNetCore.Grpc.JsonTranscoding (2)
Microsoft.AspNetCore.Http (4)
Microsoft.AspNetCore.Http.Abstractions (1)
Microsoft.AspNetCore.Http.Connections (1)
Microsoft.AspNetCore.Http.Connections.Client (1)
Microsoft.AspNetCore.Http.Extensions (1)
Microsoft.AspNetCore.HttpOverrides (1)
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Microsoft.AspNetCore.Mvc.Abstractions.Test (10)
ModelBinding\ModelStateDictionaryTest.cs (10)
963var exception = new FormatException("The supplied value is invalid for Length.");
983dictionary.TryAddModelError("key", new FormatException(), metadata);
1007dictionary.TryAddModelError("key", new FormatException(), metadata);
1035dictionary.TryAddModelError("key", new FormatException(), metadata);
1061dictionary.TryAddModelError("key", new FormatException(), metadata);
1076var exception = new FormatException("The value 'some value' is not valid for Length.");
1097dictionary.TryAddModelError("key", new FormatException(), metadata);
1122dictionary.TryAddModelError("key", new FormatException(), metadata);
1151dictionary.TryAddModelError("key", new FormatException(), metadata);
1178dictionary.TryAddModelError("key", new FormatException(), metadata);
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (1)
Microsoft.AspNetCore.Mvc.Core (2)
Microsoft.AspNetCore.Mvc.Core.Test (1)
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
Microsoft.AspNetCore.Rewrite (52)
ApacheModRewrite\ConditionPatternParser.cs (15)
38throw new FormatException(Resources.FormatError_InputParserUnrecognizedParameter(condition, context.Index));
48throw new FormatException(Resources.FormatError_InputParserUnrecognizedParameter(condition, context.Index));
60throw new FormatException(Resources.FormatError_InputParserUnrecognizedParameter(condition, context.Index));
67throw new FormatException(Resources.FormatError_InputParserUnrecognizedParameter(condition, context.Index));
82throw new FormatException(Resources.FormatError_InputParserUnrecognizedParameter(condition, context.Index));
89throw new FormatException(Resources.FormatError_InputParserUnrecognizedParameter(condition, context.Index));
104throw new FormatException(Resources.FormatError_InputParserUnrecognizedParameter(condition, context.Index));
130throw new FormatException(Resources.FormatError_InputParserUnrecognizedParameter(condition, context.Index));
145throw new FormatException(Resources.FormatError_InputParserUnrecognizedParameter(context.Template, context.Index));
169throw new FormatException(Resources.FormatError_InputParserUnrecognizedParameter(context.Template, context.Index));
175throw new FormatException(Resources.FormatError_InputParserUnrecognizedParameter(context.Template, context.Index));
184throw new FormatException(Resources.FormatError_InputParserUnrecognizedParameter(context.Template, context.Index));
200throw new FormatException(Resources.FormatError_InputParserUnrecognizedParameter(context.Template, context.Index));
205throw new FormatException(Resources.FormatError_InputParserUnrecognizedParameter(context.Template, context.Index));
209throw new FormatException(Resources.FormatError_InputParserUnrecognizedParameter(context.Template, context.Index));
Microsoft.AspNetCore.Server.HttpSys (2)
Microsoft.AspNetCore.Shared.Tests (1)
Microsoft.AspNetCore.SignalR.Common.Tests (1)
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
Microsoft.AspNetCore.SignalR.Protocols.MessagePack (1)
Microsoft.AspNetCore.WebSockets.ConformanceTests (1)
Microsoft.AspNetCore.WebUtilities (1)
Microsoft.Build (1)
Microsoft.Build.Framework (1)
Microsoft.Build.Tasks.Core (1)
Microsoft.CodeAnalysis.Features (3)
Microsoft.Data.Analysis (2)
Microsoft.DotNet.Build.Tasks.Workloads (2)
Microsoft.Extensions.AI.AzureAIInference (1)
Microsoft.Extensions.Compliance.Abstractions (1)
Microsoft.Extensions.Configuration.CommandLine (1)
Microsoft.Extensions.Configuration.Ini (2)
Microsoft.Extensions.Configuration.Json (4)
Microsoft.Extensions.Configuration.Xml (4)
Microsoft.Extensions.DependencyModel (15)
DependencyContextJsonReader.cs (14)
203throw new FormatException(SR.NoRuntimeTarget);
220throw new FormatException(SR.NoTargetsSection);
228throw new FormatException(SR.Format(SR.TargetNotFound, runtimeTargetName));
359throw new FormatException(SR.Format(SR.RequiredFieldNotSpecified, nameof(targetName)));
382throw new FormatException(SR.Format(SR.RequiredFieldNotSpecified, nameof(targetLibraryName)));
461throw new FormatException(SR.Format(SR.RequiredFieldNotSpecified, nameof(name)));
465throw new FormatException(SR.Format(SR.RequiredFieldNotSpecified, nameof(version)));
488throw new FormatException(SR.Format(SR.RequiredFieldNotSpecified, nameof(libraryName)));
515throw new FormatException(SR.Format(SR.RequiredFieldNotSpecified, nameof(path)));
555throw new FormatException(SR.Format(SR.RequiredFieldNotSpecified, nameof(runtimePath)));
606throw new FormatException(SR.Format(SR.RequiredFieldNotSpecified, nameof(path)));
646throw new FormatException(SR.Format(SR.RequiredFieldNotSpecified, nameof(libraryName)));
700throw new FormatException(SR.Format(SR.RequiredFieldNotSpecified, nameof(type)));
727throw new FormatException(SR.Format(SR.RequiredFieldNotSpecified, nameof(runtime)));
Microsoft.Extensions.Identity.Core (1)
Microsoft.Maui.Controls (9)
Microsoft.ML.Core (10)
Utilities\Contracts.cs (10)
370=> Process(new FormatException());
372=> Process(new FormatException(), ctx);
374=> Process(new FormatException(msg));
376=> Process(new FormatException(msg), ctx);
378=> Process(new FormatException(GetMsg(msg, args)));
380=> Process(new FormatException(GetMsg(msg, args)), ctx);
382=> Process(new FormatException(msg, inner));
384=> Process(new FormatException(msg, inner), ctx);
386=> Process(new FormatException(GetMsg(msg, args), inner));
388=> Process(new FormatException(GetMsg(msg, args), inner), ctx);
Microsoft.ML.CpuMath (10)
src\Microsoft.ML.Core\Utilities\Contracts.cs (10)
370=> Process(new FormatException());
372=> Process(new FormatException(), ctx);
374=> Process(new FormatException(msg));
376=> Process(new FormatException(msg), ctx);
378=> Process(new FormatException(GetMsg(msg, args)));
380=> Process(new FormatException(GetMsg(msg, args)), ctx);
382=> Process(new FormatException(msg, inner));
384=> Process(new FormatException(msg, inner), ctx);
386=> Process(new FormatException(GetMsg(msg, args), inner));
388=> Process(new FormatException(GetMsg(msg, args), inner), ctx);
Microsoft.ML.Tokenizers (6)
Microsoft.Net.Http.Headers (9)
Microsoft.VisualBasic.Core (2)
MSBuildTaskHost (1)
PresentationBuildTasks (8)
PresentationCore (19)
PresentationFramework (13)
ReachFramework (4)
System.ComponentModel.TypeConverter (9)
System.Data.Common (5)
System.Data.Odbc (1)
System.IO.Packaging (2)
System.Net.Http (15)
System.Net.Mail (77)
System.Net.NetworkInformation (1)
System.Net.Primitives (4)
System.Net.Requests (8)
System.Private.CoreLib (91)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (13)
5204return new FormatException(SR.Format(SR.Format_BadDatePattern, new string(result.failureSpanArgument)));
5206return new FormatException(SR.Format(SR.Format_BadDateTime, new string(result.failureSpanArgument)));
5208return new FormatException(SR.Format(SR.Format_BadDateTimeCalendar, new string(result.failureSpanArgument), result.calendar));
5210return new FormatException(SR.Format(SR.Format_BadDayOfWeek, new string(result.failureSpanArgument)));
5212return new FormatException(SR.Format(SR.Format_BadFormatSpecifier, new string(result.failureSpanArgument)));
5214return new FormatException(SR.Format(SR.Format_BadQuote, (char)result.failureIntArgument));
5216return new FormatException(SR.Format(SR.Format_DateOutOfRange, new string(result.failureSpanArgument)));
5218return new FormatException(SR.Format(SR.Format_MissingIncompleteDate, new string(result.failureSpanArgument)));
5220return new FormatException(SR.Format_NoFormatSpecifier);
5222return new FormatException(SR.Format(SR.Format_OffsetOutOfRange, new string(result.failureSpanArgument)));
5224return new FormatException(SR.Format(SR.Format_RepeatDateTimePattern, (char)result.failureIntArgument));
5226return new FormatException(SR.Format(SR.Format_UnknownDateTimeWord, new string(result.failureSpanArgument), result.failureIntArgument));
5228return new FormatException(SR.Format(SR.Format_UTCOutOfRange, new string(result.failureSpanArgument)));
System.Private.DataContractSerialization (16)
System\Text\Base64Encoding.cs (10)
33throw new FormatException(SR.Format(SR.XmlInvalidBase64Length, charCount.ToString()));
63throw new FormatException(SR.Format(SR.XmlInvalidBase64Length, count.ToString()));
80throw new FormatException(SR.Format(SR.XmlInvalidBase64Sequence, new string(pch, 0, 4), index + (int)(pch - _chars)));
90throw new FormatException(SR.Format(SR.XmlInvalidBase64Sequence, new string(pch, 0, 4), index + (int)(pch - _chars)));
120throw new FormatException(SR.Format(SR.XmlInvalidBase64Length, charCount.ToString()));
140throw new FormatException(SR.Format(SR.XmlInvalidBase64Sequence, new string(pch, 0, 4), charIndex + (int)(pch - _chars)));
150throw new FormatException(SR.Format(SR.XmlInvalidBase64Sequence, new string(pch, 0, 4), charIndex + (int)(pch - _chars)));
193throw new FormatException(SR.Format(SR.XmlInvalidBase64Length, charCount.ToString()));
212throw new FormatException(SR.Format(SR.XmlInvalidBase64Sequence, "?", charIndex + (int)(pch - _chars)));
222throw new FormatException(SR.Format(SR.XmlInvalidBase64Sequence, "?", charIndex + (int)(pch - _chars)));
System.Private.Xml (28)
System\Xml\XmlConvert.cs (23)
756throw new FormatException(SR.Format(SR.XmlConvert_BadFormat, s, "Boolean"));
774return new FormatException(SR.Format(SR.XmlConvert_BadFormat, s, "Boolean"));
784throw new FormatException(SR.XmlConvert_NotOneCharString);
794return new FormatException(SR.Format(SR.XmlConvert_BadFormat, s, "Char"));
809return new FormatException(SR.Format(SR.XmlConvert_BadFormat, s, "Decimal"));
824return new FormatException(SR.Format(SR.XmlConvert_BadFormat, s, "Integer"));
840return new FormatException(SR.Format(SR.XmlConvert_BadFormat, s, "SByte"));
855return new FormatException(SR.Format(SR.XmlConvert_BadFormat, s, "Int16"));
870return new FormatException(SR.Format(SR.XmlConvert_BadFormat, s, "Int32"));
885return new FormatException(SR.Format(SR.XmlConvert_BadFormat, s, "Int64"));
900return new FormatException(SR.Format(SR.XmlConvert_BadFormat, s, "Byte"));
916return new FormatException(SR.Format(SR.XmlConvert_BadFormat, s, "UInt16"));
932return new FormatException(SR.Format(SR.XmlConvert_BadFormat, s, "UInt32"));
948return new FormatException(SR.Format(SR.XmlConvert_BadFormat, s, "UInt64"));
990return new FormatException(SR.Format(SR.XmlConvert_BadFormat, s, "Single"));
1037return new FormatException(SR.Format(SR.XmlConvert_BadFormat, s, "Double"));
1121throw new FormatException(SR.Format(SR.XmlConvert_BadFormat, s, "TimeSpan"));
1278exception = new FormatException(SR.Format(SR.XmlConvert_BadFormat, s, "Guid"));
1282exception = new FormatException(SR.Format(SR.XmlConvert_BadFormat, s, "Guid"));
1314throw new FormatException(SR.Format(SR.XmlConvert_BadFormat, s, "Uri"));
1321throw new FormatException(SR.Format(SR.XmlConvert_BadFormat, s, "Uri"));
1336return new FormatException(SR.Format(SR.XmlConvert_BadFormat, s, "Uri"));
1341return new FormatException(SR.Format(SR.XmlConvert_BadFormat, s, "Uri"));
System.Reflection.Context (1)
System.Resources.Extensions (6)
System.Runtime.Numerics (3)
System.Security.Cryptography (1)
System.ServiceModel.Syndication (1)
System.Text.Json (7)
System.Windows.Forms (17)
System.Xaml (2)
UIAutomationTypes (2)
xunit.console (4)
812 references to FormatException
Aspire.Azure.Messaging.EventHubs (1)
Binding.Http.IntegrationTests (1)
dotnet-svcutil-lib (123)
Infrastructure.Common (1)
Microsoft.AspNetCore.Authentication.Test (1)
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
Microsoft.AspNetCore.Connections.Abstractions (1)
Microsoft.AspNetCore.CookiePolicy.Test (1)
Microsoft.AspNetCore.DataProtection.Abstractions (3)
Microsoft.AspNetCore.DataProtection.Tests (1)
Microsoft.AspNetCore.Grpc.JsonTranscoding (2)
Microsoft.AspNetCore.Grpc.Swagger (2)
Microsoft.AspNetCore.Http.Abstractions.Tests (1)
Microsoft.AspNetCore.Http.Connections (3)
Microsoft.AspNetCore.Http.Tests (3)
Microsoft.AspNetCore.HttpOverrides (1)
Microsoft.AspNetCore.HttpOverrides.Tests (2)
Microsoft.AspNetCore.Identity (2)
Microsoft.AspNetCore.Mvc.Abstractions (6)
Microsoft.AspNetCore.Mvc.Abstractions.Test (2)
Microsoft.AspNetCore.Mvc.Core (6)
Microsoft.AspNetCore.Mvc.Core.Test (10)
Microsoft.AspNetCore.Mvc.Formatters.Xml (1)
Microsoft.AspNetCore.Mvc.Localization.Test (2)
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (4)
Microsoft.AspNetCore.Rewrite (3)
Microsoft.AspNetCore.Rewrite.Tests (27)
Microsoft.AspNetCore.Server.HttpSys.Tests (2)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
Microsoft.AspNetCore.Shared.Tests (4)
Microsoft.AspNetCore.SignalR.Client.Tests (1)
Microsoft.AspNetCore.SignalR.Common.Tests (2)
Microsoft.AspNetCore.WebUtilities (3)
Microsoft.Build (6)
Microsoft.Build.Engine.OM.UnitTests (1)
Microsoft.Build.Engine.UnitTests (24)
Evaluation\SimpleVersion_Tests.cs (24)
237yield return new object[] { "", typeof(FormatException) }; // Input is empty
238yield return new object[] { "1,2,3,4", typeof(FormatException) }; // Input contains invalid separator
239yield return new object[] { "1.2.3.4.5", typeof(FormatException) }; // Input has more than 4 version components
241yield return new object[] { "1.", typeof(FormatException) }; // Input contains empty component
242yield return new object[] { "1.2,", typeof(FormatException) }; // Input contains empty component
243yield return new object[] { "1.2.3.", typeof(FormatException) }; // Input contains empty component
244yield return new object[] { "1.2.3.4.", typeof(FormatException) }; // Input contains empty component
246yield return new object[] { "NotAVersion", typeof(FormatException) }; // Input contains non-numeric value
247yield return new object[] { "b.2.3.4", typeof(FormatException) }; // Input contains non-numeric value
248yield return new object[] { "1.b.3.4", typeof(FormatException) }; // Input contains non-numeric value
249yield return new object[] { "1.2.b.4", typeof(FormatException) }; // Input contains non-numeric value
250yield return new object[] { "1.2.3.b", typeof(FormatException) }; // Input contains non-numeric value
252yield return new object[] { "2147483648.2.3.4", typeof(FormatException) }; // Input contains a value > int.MaxValue
253yield return new object[] { "1.2147483648.3.4", typeof(FormatException) }; // Input contains a value > int.MaxValue
254yield return new object[] { "1.2.2147483648.4", typeof(FormatException) }; // Input contains a value > int.MaxValue
255yield return new object[] { "1.2.3.2147483648", typeof(FormatException) }; // Input contains a value > int.MaxValue
258yield return new object[] { "2 .3. 4. \t\r\n15 ", typeof(FormatException) };
259yield return new object[] { " 2 .3. 4. \t\r\n15 ", typeof(FormatException) };
263yield return new object[] { "-1.2.3.4", typeof(FormatException) };
264yield return new object[] { "1.-2.3.4", typeof(FormatException) };
265yield return new object[] { "1.2.-3.4", typeof(FormatException) };
266yield return new object[] { "1.2.3.-4", typeof(FormatException) };
270yield return new object[] { "+1.+2.+3.+4", typeof(FormatException) };
273yield return new object[] { "vv1.2.3.4", typeof(FormatException) };
Microsoft.Build.Framework (2)
Microsoft.Build.Tasks.CodeAnalysis (1)
Microsoft.Build.Tasks.Core (16)
Microsoft.Build.Utilities.Core (1)
Microsoft.CodeAnalysis.CSharp (1)
Microsoft.CodeAnalysis.Features (1)
Microsoft.CodeAnalysis.Features.Test.Utilities (1)
Microsoft.Data.Analysis.Tests (3)
Microsoft.DotNet.Build.Tasks.Workloads (4)
Microsoft.Extensions.AI.Abstractions (1)
Microsoft.Extensions.Compliance.Abstractions.Tests (7)
Microsoft.Extensions.Compliance.Testing (1)
Microsoft.Extensions.Configuration.Binder (1)
Microsoft.Extensions.Configuration.KeyPerFile.Tests (1)
Microsoft.Extensions.DependencyModel (1)
Microsoft.Maui.Controls (6)
Microsoft.Maui.Controls.Build.Tasks (1)
Microsoft.ML.Core (1)
Microsoft.ML.CpuMath (1)
Microsoft.ML.Data (1)
Microsoft.ML.DataView (1)
Microsoft.ML.FastTree (1)
Microsoft.ML.Tests (1)
Microsoft.ML.Transforms (1)
Microsoft.Net.Http.Headers (1)
Microsoft.Net.Http.Headers.Tests (37)
Microsoft.VisualBasic.Core (27)
MSBuild (5)
MSBuildTaskHost (1)
mscorlib (1)
netstandard (1)
PresentationBuildTasks (3)
PresentationCore (4)
PresentationCore.Tests (5)
PresentationFramework (18)
PresentationFramework.Tests (1)
PresentationUI (3)
ReachFramework (49)
System.ComponentModel.Annotations (2)
System.ComponentModel.TypeConverter (7)
System.Data.Common (14)
System.Data.Odbc (3)
System.Drawing.Common.Tests (8)
System.Formats.Nrbf (1)
System.IO.Packaging (1)
System.Net.Http (4)
System.Net.Mail (4)
System.Net.Primitives (3)
System.Private.CoreLib (53)
System.Private.DataContractSerialization (47)
System.Private.Xml (68)
System.Private.Xml.Linq (24)
System.Runtime (1)
System.ServiceModel.Syndication (6)
System.Text.Json (32)
System.Transactions.Local (1)
System.Windows.Forms (3)
System.Windows.Forms.Design (3)
System.Windows.Forms.Tests (8)
System.Xaml.Tests (4)
UIAutomationClientSideProviders (2)
WindowsBase.Tests (38)
xunit.console (2)