4893 references to Environment
aspire (26)
Aspire.Azure.Messaging.EventHubs (2)
Aspire.Azure.Messaging.ServiceBus (1)
Aspire.Cli.Tests (9)
Aspire.Dashboard (15)
Model\Otlp\ResourcesSelectHelpers.cs (3)
59""", name, fallback, string.Join(Environment.NewLine, resources), match);
74""", name, string.Join(Environment.NewLine, resources), string.Join(Environment.NewLine, matches));
Aspire.Dashboard.Components.Tests (3)
Aspire.Dashboard.Tests (6)
Aspire.EndToEnd.Tests (28)
Aspire.Hosting (17)
Aspire.Hosting.Azure (9)
Aspire.Hosting.Azure.Kusto.Tests (1)
Aspire.Hosting.Azure.Tests (5)
Aspire.Hosting.DevTunnels (2)
Aspire.Hosting.Docker.Tests (1)
Aspire.Hosting.GitHub.Models (1)
Aspire.Hosting.Kubernetes.Tests (1)
Aspire.Hosting.OpenAI (1)
Aspire.Hosting.Testing (1)
Aspire.Hosting.Testing.Tests (3)
Aspire.Hosting.Tests (32)
Dcp\DcpExecutorTests.cs (18)
233var exe = builder.AddExecutable("CoolProgram", "cool", Environment.CurrentDirectory, "--alpha", "--bravo")
265var exe = builder.AddExecutable("CoolProgram", "cool", Environment.CurrentDirectory, "--alpha", "--bravo")
297var exe = builder.AddExecutable("CoolProgram", "cool", Environment.CurrentDirectory, "--alpha", "--bravo")
330var exe = builder.AddExecutable("CoolProgram", "cool", Environment.CurrentDirectory, "--alpha", "--bravo")
367builder.AddExecutable("CoolProgram", "cool", Environment.CurrentDirectory, "--alpha", "--bravo")
384builder.AddExecutable("CoolProgram", "cool", Environment.CurrentDirectory, "--alpha", "--bravo")
418builder.AddExecutable("CoolProgram", "cool", Environment.CurrentDirectory, "--alpha", "--bravo")
452builder.AddExecutable("CoolProgram", "cool", Environment.CurrentDirectory, "--alpha", "--bravo")
519var exe = builder.AddExecutable("CoolProgram", "cool", Environment.CurrentDirectory, "--alpha", "--bravo");
610await pipes.StandardOut.Writer.WriteAsync(Encoding.UTF8.GetBytes("2024-08-19T06:10:33.473275911Z Hello world" + Environment.NewLine));
621await pipes.StandardErr.Writer.WriteAsync(Encoding.UTF8.GetBytes("2024-08-19T06:10:32.661Z Next" + Environment.NewLine));
664return new MemoryStream(Encoding.UTF8.GetBytes("2024-08-19T06:10:01.000Z First" + Environment.NewLine));
666return new MemoryStream(Encoding.UTF8.GetBytes("2024-08-19T06:10:02.000Z Second" + Environment.NewLine));
668return new MemoryStream(Encoding.UTF8.GetBytes("2024-08-19T06:10:03.000Z Third" + Environment.NewLine));
671"2024-08-19T06:10:05.000Z Sixth" + Environment.NewLine +
672"2024-08-19T06:10:05.000Z Seventh" + Environment.NewLine +
673"2024-08-19T06:10:04.000Z Forth" + Environment.NewLine +
674"2024-08-19T06:10:04.000Z Fifth" + Environment.NewLine));
Aspire.Hosting.Yarp.Tests (1)
Aspire.Playground.Tests (10)
Aspire.Templates.Tests (28)
Aspire.TestUtilities (6)
AutobahnTestApp (1)
AzureAppServicesHostingStartupSample (25)
AzureAppServicesSample (25)
BuildActionTelemetryTable (6)
BuildValidator (3)
Client.TypedClient.IntegrationTests (3)
ClientSample (1)
CodeStyleConfigFileGenerator (3)
ConfigurationSchemaGenerator (2)
CreateDefaultBuilderApp (1)
CreateDefaultBuilderOfTApp (1)
Crossgen2Tasks (4)
csc (15)
CSharpSyntaxGenerator (10)
DefaultBuilder.SampleApp (1)
DelegationSite (1)
DeveloperExceptionPageSample (1)
dotnet-dev-certs (23)
dotnet-getdocument (5)
dotnet-openapi (4)
dotnet-razorpagegenerator (2)
dotnet-sql-cache (3)
dotnet-svcutil.xmlserializer (5)
dotnet-svcutil-lib (69)
FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\X509CertificateClaimSet.cs (1)
424Environment.NewLine,
dotnet-svcutil-lib.Tests (84)
dotnet-user-jwts (16)
dotnet-user-secrets (4)
EventHubsConsumer (1)
GenerateDocumentationAndConfigFiles (18)
GetDocument.Insider (7)
HealthChecksSample (1)
HelixTestRunner (20)
HotAddSample (1)
Http2SampleApp (1)
IdeBenchmarks (5)
IdeCoreBenchmarks (22)
IIS.Common.TestLib (7)
IIS.FunctionalTests (19)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresIISAttribute.cs (5)
35if (Environment.GetEnvironmentVariable("ASPNETCORE_TEST_SKIP_IIS") == "true")
55if (!File.Exists(Path.Combine(Environment.SystemDirectory, "inetsrv", "w3wp.exe")) && !SkipInVSTSAttribute.RunningInVSTS)
61var ancmConfigPath = Path.Combine(Environment.SystemDirectory, "inetsrv", "config", "schema", "aspnetcore_schema.xml");
65ancmConfigPath = Path.Combine(Environment.SystemDirectory, "inetsrv", "config", "schema", "aspnetcore_schema_v2.xml");
95if (File.Exists(Path.Combine(Environment.SystemDirectory, "inetsrv", module.DllName)) || SkipInVSTSAttribute.RunningInVSTS)
IIS.LongTests (10)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresIISAttribute.cs (5)
35if (Environment.GetEnvironmentVariable("ASPNETCORE_TEST_SKIP_IIS") == "true")
55if (!File.Exists(Path.Combine(Environment.SystemDirectory, "inetsrv", "w3wp.exe")) && !SkipInVSTSAttribute.RunningInVSTS)
61var ancmConfigPath = Path.Combine(Environment.SystemDirectory, "inetsrv", "config", "schema", "aspnetcore_schema.xml");
65ancmConfigPath = Path.Combine(Environment.SystemDirectory, "inetsrv", "config", "schema", "aspnetcore_schema_v2.xml");
95if (File.Exists(Path.Combine(Environment.SystemDirectory, "inetsrv", module.DllName)) || SkipInVSTSAttribute.RunningInVSTS)
IIS.NewHandler.FunctionalTests (10)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresIISAttribute.cs (5)
35if (Environment.GetEnvironmentVariable("ASPNETCORE_TEST_SKIP_IIS") == "true")
55if (!File.Exists(Path.Combine(Environment.SystemDirectory, "inetsrv", "w3wp.exe")) && !SkipInVSTSAttribute.RunningInVSTS)
61var ancmConfigPath = Path.Combine(Environment.SystemDirectory, "inetsrv", "config", "schema", "aspnetcore_schema.xml");
65ancmConfigPath = Path.Combine(Environment.SystemDirectory, "inetsrv", "config", "schema", "aspnetcore_schema_v2.xml");
95if (File.Exists(Path.Combine(Environment.SystemDirectory, "inetsrv", module.DllName)) || SkipInVSTSAttribute.RunningInVSTS)
IIS.NewShim.FunctionalTests (10)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresIISAttribute.cs (5)
35if (Environment.GetEnvironmentVariable("ASPNETCORE_TEST_SKIP_IIS") == "true")
55if (!File.Exists(Path.Combine(Environment.SystemDirectory, "inetsrv", "w3wp.exe")) && !SkipInVSTSAttribute.RunningInVSTS)
61var ancmConfigPath = Path.Combine(Environment.SystemDirectory, "inetsrv", "config", "schema", "aspnetcore_schema.xml");
65ancmConfigPath = Path.Combine(Environment.SystemDirectory, "inetsrv", "config", "schema", "aspnetcore_schema_v2.xml");
95if (File.Exists(Path.Combine(Environment.SystemDirectory, "inetsrv", module.DllName)) || SkipInVSTSAttribute.RunningInVSTS)
IIS.ShadowCopy.Tests (10)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresIISAttribute.cs (5)
35if (Environment.GetEnvironmentVariable("ASPNETCORE_TEST_SKIP_IIS") == "true")
55if (!File.Exists(Path.Combine(Environment.SystemDirectory, "inetsrv", "w3wp.exe")) && !SkipInVSTSAttribute.RunningInVSTS)
61var ancmConfigPath = Path.Combine(Environment.SystemDirectory, "inetsrv", "config", "schema", "aspnetcore_schema.xml");
65ancmConfigPath = Path.Combine(Environment.SystemDirectory, "inetsrv", "config", "schema", "aspnetcore_schema_v2.xml");
95if (File.Exists(Path.Combine(Environment.SystemDirectory, "inetsrv", module.DllName)) || SkipInVSTSAttribute.RunningInVSTS)
IIS.Tests (3)
IISExpress.FunctionalTests (15)
IISSample (26)
illink (1)
ILLink.Tasks (1)
Infrastructure.Common (14)
Infrastructure.IntegrationTests (2)
InMemory.FunctionalTests (10)
InProcessWebSite (24)
installer.tasks (16)
InteractiveHost.UnitTests (2)
Interop.FunctionalTests (6)
InteropClient (2)
InteropTests (4)
Kestrel.SampleApp (3)
Metrics (26)
Metrics.Legacy (26)
Microsoft.Arcade.Common (8)
Microsoft.Arcade.Test.Common (1)
Microsoft.AspNetCore (2)
Microsoft.AspNetCore.Analyzer.Testing (4)
Microsoft.AspNetCore.App.Analyzers.Test (6)
Microsoft.AspNetCore.App.CodeFixes (1)
Microsoft.AspNetCore.App.UnitTests (6)
Microsoft.AspNetCore.Authentication.JwtBearer.Tools.Tests (9)
Microsoft.AspNetCore.Authentication.Test (1)
Microsoft.AspNetCore.Authentication.Twitter (1)
Microsoft.AspNetCore.Authorization (2)
Microsoft.AspNetCore.Authorization.Test (2)
Microsoft.AspNetCore.BrowserTesting (8)
Microsoft.AspNetCore.Components (4)
Microsoft.AspNetCore.Components.Analyzers (2)
Microsoft.AspNetCore.Components.Analyzers.Tests (2)
Microsoft.AspNetCore.Components.Endpoints (1)
Microsoft.AspNetCore.Components.SdkAnalyzers (2)
Microsoft.AspNetCore.Components.SdkAnalyzers.Tests (2)
Microsoft.AspNetCore.Components.Server (1)
Microsoft.AspNetCore.Components.Server.Tests (4)
Microsoft.AspNetCore.Components.Tests (6)
Microsoft.AspNetCore.Components.WebAssembly (5)
Microsoft.AspNetCore.Components.WebAssembly.Server (4)
Microsoft.AspNetCore.Components.WebAssembly.Tests (2)
Microsoft.AspNetCore.Components.WebView.WindowsForms (3)
Microsoft.AspNetCore.Components.WebView.Wpf (3)
Microsoft.AspNetCore.Components.WebViewE2E.Test (6)
Microsoft.AspNetCore.Cryptography.Internal (1)
Microsoft.AspNetCore.DataProtection (8)
Microsoft.AspNetCore.DataProtection.Tests (10)
Microsoft.AspNetCore.DeveloperCertificates.XPlat (17)
Microsoft.AspNetCore.Diagnostics (3)
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (2)
Microsoft.AspNetCore.FunctionalTests (2)
Microsoft.AspNetCore.Grpc.JsonTranscoding (1)
Microsoft.AspNetCore.Hosting (8)
Microsoft.AspNetCore.Hosting.Tests (4)
Microsoft.AspNetCore.Html.Abstractions (6)
Microsoft.AspNetCore.Html.Abstractions.Tests (4)
Microsoft.AspNetCore.Http (1)
Microsoft.AspNetCore.Http.Connections (4)
Microsoft.AspNetCore.Http.Connections.Tests (7)
Microsoft.AspNetCore.Http.Extensions.Tests (3)
Microsoft.AspNetCore.Http.Microbenchmarks (3)
Microsoft.AspNetCore.HttpLogging (3)
Microsoft.AspNetCore.HttpLogging.Tests (17)
FileLoggerProcessorTests.cs (13)
22TempPath = Path.Combine(Environment.CurrentDirectory, "_");
53Assert.Equal(_messageOne + Environment.NewLine, File.ReadAllText(filePath));
99Assert.Equal(_messageOne + Environment.NewLine, File.ReadAllText(filePathToday));
101Assert.Equal(_messageTwo + Environment.NewLine, File.ReadAllText(filePathTomorrow));
140Assert.Equal(_messageOne + Environment.NewLine, File.ReadAllText(filePath1));
141Assert.Equal(_messageTwo + Environment.NewLine, File.ReadAllText(filePath2));
404Assert.Equal(_messageOne + Environment.NewLine, File.ReadAllText(filePath1));
405Assert.Equal(_messageTwo + Environment.NewLine, File.ReadAllText(filePath2));
406Assert.Equal(_messageThree + Environment.NewLine, File.ReadAllText(filePath3));
471Assert.Equal(_messageThree + Environment.NewLine, File.ReadAllText(filePath3));
472Assert.Equal(_messageFour + Environment.NewLine, File.ReadAllText(filePath4));
539Assert.Equal(_messageOne + Environment.NewLine, File.ReadAllText(filePath1));
540Assert.Equal(_messageTwo + Environment.NewLine, File.ReadAllText(filePath2));
Microsoft.AspNetCore.InternalTesting (14)
Microsoft.AspNetCore.InternalTesting.Tests (23)
Microsoft.AspNetCore.Mvc.Core (20)
Microsoft.AspNetCore.Mvc.Core.Test (59)
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test (4)
Microsoft.AspNetCore.Mvc.FunctionalTests (27)
Microsoft.AspNetCore.Mvc.Razor (6)
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (2)
Microsoft.AspNetCore.Mvc.Razor.Test (53)
Microsoft.AspNetCore.Mvc.RazorPages (1)
Microsoft.AspNetCore.Mvc.RazorPages.Test (5)
Microsoft.AspNetCore.Mvc.TagHelpers (9)
Microsoft.AspNetCore.Mvc.TagHelpers.Test (85)
LabelTagHelperTest.cs (35)
43new TagHelperOutputContent(string.Empty, Environment.NewLine, Environment.NewLine, "Text") },
45new TagHelperOutputContent(Environment.NewLine, string.Empty, "HtmlEncode[[Text]]", "Text") },
48new TagHelperOutputContent(string.Empty, Environment.NewLine, Environment.NewLine, "Text") },
50new TagHelperOutputContent(Environment.NewLine, string.Empty, "HtmlEncode[[Text]]", "Text") },
52new TagHelperOutputContent(Environment.NewLine, "Hello World", "Hello World", "Text") },
54new TagHelperOutputContent(string.Empty, Environment.NewLine, Environment.NewLine, "Text") },
56new TagHelperOutputContent(Environment.NewLine, string.Empty, "HtmlEncode[[Text]]", "Text") },
58new TagHelperOutputContent(Environment.NewLine, "Hello World", "Hello World", "Text") },
73new TagHelperOutputContent(Environment.NewLine, string.Empty, "HtmlEncode[[Text]]", "NestedModel_Text") },
75new TagHelperOutputContent(Environment.NewLine, "Hello World", "Hello World", "NestedModel_Text") },
77new TagHelperOutputContent(string.Empty, Environment.NewLine, Environment.NewLine, "NestedModel_Text") },
79new TagHelperOutputContent(Environment.NewLine, string.Empty, "HtmlEncode[[Text]]", "NestedModel_Text") },
81new TagHelperOutputContent(Environment.NewLine, "Hello World", "Hello World", "NestedModel_Text") },
83new TagHelperOutputContent(string.Empty, Environment.NewLine, Environment.NewLine, "NestedModel_Text") },
98new TagHelperOutputContent(Environment.NewLine, string.Empty, "HtmlEncode[[Text]]", "z0__Text") },
100new TagHelperOutputContent(Environment.NewLine, "Hello World", "Hello World", "z0__Text") },
102new TagHelperOutputContent(string.Empty, Environment.NewLine, Environment.NewLine, "z0__Text") },
104new TagHelperOutputContent(Environment.NewLine, string.Empty, "HtmlEncode[[Text]]", "z1__Text") },
106new TagHelperOutputContent(Environment.NewLine, "Hello World", "Hello World", "z1__Text") },
108new TagHelperOutputContent(string.Empty, Environment.NewLine, Environment.NewLine, "z1__Text") },
123new TagHelperOutputContent(Environment.NewLine, string.Empty, "HtmlEncode[[Text]]", "z0__NestedModel_Text") },
125new TagHelperOutputContent(Environment.NewLine, "Hello World", "Hello World", "z0__NestedModel_Text") },
127new TagHelperOutputContent(string.Empty, Environment.NewLine, Environment.NewLine, "z0__NestedModel_Text") },
129new TagHelperOutputContent(Environment.NewLine, string.Empty, "HtmlEncode[[Text]]", "z1__NestedModel_Text") },
131new TagHelperOutputContent(Environment.NewLine, "Hello World", "Hello World", "z1__NestedModel_Text") },
133new TagHelperOutputContent(string.Empty, Environment.NewLine, Environment.NewLine, "z1__NestedModel_Text") },
Microsoft.AspNetCore.Mvc.Test (1)
Microsoft.AspNetCore.Mvc.Testing (1)
Microsoft.AspNetCore.Mvc.ViewFeatures (11)
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (375)
Rendering\HtmlHelperSelectTest.cs (168)
84Environment.NewLine +
85"<option value=\"HtmlEncode[[1]]\">HtmlEncode[[One]]</option>" + Environment.NewLine +
86"<option value=\"HtmlEncode[[2]]\">HtmlEncode[[Two]]</option>" + Environment.NewLine +
87"<option value=\"HtmlEncode[[3]]\">HtmlEncode[[Three]]</option>" + Environment.NewLine +
90Environment.NewLine +
91"<option value=\"HtmlEncode[[1]]\">HtmlEncode[[One]]</option>" + Environment.NewLine +
92"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[2]]\">HtmlEncode[[Two]]</option>" + Environment.NewLine +
93"<option value=\"HtmlEncode[[3]]\">HtmlEncode[[Three]]</option>" + Environment.NewLine +
99Environment.NewLine +
101Environment.NewLine +
102"<option value=\"HtmlEncode[[2]]\">HtmlEncode[[Two]]</option>" + Environment.NewLine +
103"<option disabled=\"HtmlEncode[[disabled]]\" value=\"HtmlEncode[[3]]\">HtmlEncode[[Three]]</option>" + Environment.NewLine +
106Environment.NewLine +
107"<option disabled=\"HtmlEncode[[disabled]]\" value=\"HtmlEncode[[1]]\">HtmlEncode[[One]]</option>" + Environment.NewLine +
108"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[2]]\">HtmlEncode[[Two]]</option>" + Environment.NewLine +
109"<option disabled=\"HtmlEncode[[disabled]]\" value=\"HtmlEncode[[3]]\">HtmlEncode[[Three]]</option>" + Environment.NewLine +
115Environment.NewLine +
116"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[0]]\">HtmlEncode[[Zero]]</option>" + Environment.NewLine +
117"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[2]]\">HtmlEncode[[Two]]</option>" + Environment.NewLine +
118"</optgroup>" + Environment.NewLine +
119"<optgroup label=\"HtmlEncode[[Group Two]]\">" + Environment.NewLine +
120"<option value=\"HtmlEncode[[1]]\">HtmlEncode[[One]]</option>" + Environment.NewLine +
121"</optgroup>" + Environment.NewLine +
122"<option value=\"HtmlEncode[[3]]\">HtmlEncode[[Three]]</option>" + Environment.NewLine +
125Environment.NewLine +
126"<option value=\"HtmlEncode[[0]]\">HtmlEncode[[Zero]]</option>" + Environment.NewLine +
127"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[2]]\">HtmlEncode[[Two]]</option>" + Environment.NewLine +
128"</optgroup>" + Environment.NewLine +
129"<optgroup label=\"HtmlEncode[[Group Two]]\">" + Environment.NewLine +
130"<option value=\"HtmlEncode[[1]]\">HtmlEncode[[One]]</option>" + Environment.NewLine +
131"</optgroup>" + Environment.NewLine +
132"<option value=\"HtmlEncode[[3]]\">HtmlEncode[[Three]]</option>" + Environment.NewLine +
138Environment.NewLine +
139"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[0]]\">HtmlEncode[[Zero]]</option>" + Environment.NewLine +
140"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[1]]\">HtmlEncode[[One]]</option>" + Environment.NewLine +
141"<option value=\"HtmlEncode[[2]]\">HtmlEncode[[Two]]</option>" + Environment.NewLine +
142"<option value=\"HtmlEncode[[3]]\">HtmlEncode[[Three]]</option>" + Environment.NewLine +
143"</optgroup>" + Environment.NewLine +
146Environment.NewLine +
147"<option value=\"HtmlEncode[[0]]\">HtmlEncode[[Zero]]</option>" + Environment.NewLine +
148"<option value=\"HtmlEncode[[1]]\">HtmlEncode[[One]]</option>" + Environment.NewLine +
149"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[2]]\">HtmlEncode[[Two]]</option>" + Environment.NewLine +
150"<option value=\"HtmlEncode[[3]]\">HtmlEncode[[Three]]</option>" + Environment.NewLine +
151"</optgroup>" + Environment.NewLine +
157Environment.NewLine +
158"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[0]]\">HtmlEncode[[Zero]]</option>" + Environment.NewLine +
159"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[1]]\">HtmlEncode[[One]]</option>" + Environment.NewLine +
160"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[2]]\">HtmlEncode[[Two]]</option>" + Environment.NewLine +
161"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[3]]\">HtmlEncode[[Three]]</option>" + Environment.NewLine +
162"</optgroup>" + Environment.NewLine +
165Environment.NewLine +
166"<option value=\"HtmlEncode[[0]]\">HtmlEncode[[Zero]]</option>" + Environment.NewLine +
167"<option value=\"HtmlEncode[[1]]\">HtmlEncode[[One]]</option>" + Environment.NewLine +
168"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[2]]\">HtmlEncode[[Two]]</option>" + Environment.NewLine +
169"<option value=\"HtmlEncode[[3]]\">HtmlEncode[[Three]]</option>" + Environment.NewLine +
170"</optgroup>" + Environment.NewLine +
187Environment.NewLine +
188"<option value=\"HtmlEncode[[1]]\">HtmlEncode[[One]]</option>" + Environment.NewLine +
189"<option value=\"HtmlEncode[[2]]\">HtmlEncode[[Two]]</option>" + Environment.NewLine +
190"<option value=\"HtmlEncode[[3]]\">HtmlEncode[[Three]]</option>" + Environment.NewLine +
193Environment.NewLine +
194"<option value=\"HtmlEncode[[1]]\">HtmlEncode[[One]]</option>" + Environment.NewLine +
195"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[2]]\">HtmlEncode[[Two]]</option>" + Environment.NewLine +
196"<option value=\"HtmlEncode[[3]]\">HtmlEncode[[Three]]</option>" + Environment.NewLine +
199Environment.NewLine +
200"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[1]]\">HtmlEncode[[One]]</option>" + Environment.NewLine +
201"<option value=\"HtmlEncode[[2]]\">HtmlEncode[[Two]]</option>" + Environment.NewLine +
202"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[3]]\">HtmlEncode[[Three]]</option>" + Environment.NewLine +
208Environment.NewLine +
210Environment.NewLine +
211"<option value=\"HtmlEncode[[2]]\">HtmlEncode[[Two]]</option>" + Environment.NewLine +
212"<option disabled=\"HtmlEncode[[disabled]]\" value=\"HtmlEncode[[3]]\">HtmlEncode[[Three]]</option>" + Environment.NewLine +
215Environment.NewLine +
216"<option disabled=\"HtmlEncode[[disabled]]\" value=\"HtmlEncode[[1]]\">HtmlEncode[[One]]</option>" + Environment.NewLine +
217"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[2]]\">HtmlEncode[[Two]]</option>" + Environment.NewLine +
218"<option disabled=\"HtmlEncode[[disabled]]\" value=\"HtmlEncode[[3]]\">HtmlEncode[[Three]]</option>" + Environment.NewLine +
221Environment.NewLine +
222"<option disabled=\"HtmlEncode[[disabled]]\" selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[1]]\">HtmlEncode[[One]]</option>" + Environment.NewLine +
223"<option value=\"HtmlEncode[[2]]\">HtmlEncode[[Two]]</option>" + Environment.NewLine +
224"<option disabled=\"HtmlEncode[[disabled]]\" selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[3]]\">HtmlEncode[[Three]]</option>" + Environment.NewLine +
230Environment.NewLine +
231"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[0]]\">HtmlEncode[[Zero]]</option>" + Environment.NewLine +
232"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[2]]\">HtmlEncode[[Two]]</option>" + Environment.NewLine +
233"</optgroup>" + Environment.NewLine +
234"<optgroup label=\"HtmlEncode[[Group Two]]\">" + Environment.NewLine +
235"<option value=\"HtmlEncode[[1]]\">HtmlEncode[[One]]</option>" + Environment.NewLine +
236"</optgroup>" + Environment.NewLine +
237"<option value=\"HtmlEncode[[3]]\">HtmlEncode[[Three]]</option>" + Environment.NewLine +
240Environment.NewLine +
241"<option value=\"HtmlEncode[[0]]\">HtmlEncode[[Zero]]</option>" + Environment.NewLine +
242"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[2]]\">HtmlEncode[[Two]]</option>" + Environment.NewLine +
243"</optgroup>" + Environment.NewLine +
244"<optgroup label=\"HtmlEncode[[Group Two]]\">" + Environment.NewLine +
245"<option value=\"HtmlEncode[[1]]\">HtmlEncode[[One]]</option>" + Environment.NewLine +
246"</optgroup>" + Environment.NewLine +
247"<option value=\"HtmlEncode[[3]]\">HtmlEncode[[Three]]</option>" + Environment.NewLine +
250Environment.NewLine +
251"<option value=\"HtmlEncode[[0]]\">HtmlEncode[[Zero]]</option>" + Environment.NewLine +
252"<option value=\"HtmlEncode[[2]]\">HtmlEncode[[Two]]</option>" + Environment.NewLine +
253"</optgroup>" + Environment.NewLine +
254"<optgroup label=\"HtmlEncode[[Group Two]]\">" + Environment.NewLine +
255"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[1]]\">HtmlEncode[[One]]</option>" + Environment.NewLine +
256"</optgroup>" + Environment.NewLine +
257"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[3]]\">HtmlEncode[[Three]]</option>" + Environment.NewLine +
263Environment.NewLine +
264"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[0]]\">HtmlEncode[[Zero]]</option>" + Environment.NewLine +
265"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[1]]\">HtmlEncode[[One]]</option>" + Environment.NewLine +
266"<option value=\"HtmlEncode[[2]]\">HtmlEncode[[Two]]</option>" + Environment.NewLine +
267"<option value=\"HtmlEncode[[3]]\">HtmlEncode[[Three]]</option>" + Environment.NewLine +
268"</optgroup>" + Environment.NewLine +
271Environment.NewLine +
272"<option value=\"HtmlEncode[[0]]\">HtmlEncode[[Zero]]</option>" + Environment.NewLine +
273"<option value=\"HtmlEncode[[1]]\">HtmlEncode[[One]]</option>" + Environment.NewLine +
274"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[2]]\">HtmlEncode[[Two]]</option>" + Environment.NewLine +
275"<option value=\"HtmlEncode[[3]]\">HtmlEncode[[Three]]</option>" + Environment.NewLine +
276"</optgroup>" + Environment.NewLine +
279Environment.NewLine +
280"<option value=\"HtmlEncode[[0]]\">HtmlEncode[[Zero]]</option>" + Environment.NewLine +
281"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[1]]\">HtmlEncode[[One]]</option>" + Environment.NewLine +
282"<option value=\"HtmlEncode[[2]]\">HtmlEncode[[Two]]</option>" + Environment.NewLine +
283"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[3]]\">HtmlEncode[[Three]]</option>" + Environment.NewLine +
284"</optgroup>" + Environment.NewLine +
290"<optgroup disabled=\"HtmlEncode[[disabled]]\" label=\"HtmlEncode[[Disabled Group]]\">" + Environment.NewLine +
291"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[0]]\">HtmlEncode[[Zero]]</option>" + Environment.NewLine +
292"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[1]]\">HtmlEncode[[One]]</option>" + Environment.NewLine +
293"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[2]]\">HtmlEncode[[Two]]</option>" + Environment.NewLine +
294"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[3]]\">HtmlEncode[[Three]]</option>" + Environment.NewLine +
295"</optgroup>" + Environment.NewLine +
298"<optgroup disabled=\"HtmlEncode[[disabled]]\" label=\"HtmlEncode[[Disabled Group]]\">" + Environment.NewLine +
299"<option value=\"HtmlEncode[[0]]\">HtmlEncode[[Zero]]</option>" + Environment.NewLine +
300"<option value=\"HtmlEncode[[1]]\">HtmlEncode[[One]]</option>" + Environment.NewLine +
301"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[2]]\">HtmlEncode[[Two]]</option>" + Environment.NewLine +
302"<option value=\"HtmlEncode[[3]]\">HtmlEncode[[Three]]</option>" + Environment.NewLine +
303"</optgroup>" + Environment.NewLine +
306"<optgroup disabled=\"HtmlEncode[[disabled]]\" label=\"HtmlEncode[[Disabled Group]]\">" + Environment.NewLine +
307"<option value=\"HtmlEncode[[0]]\">HtmlEncode[[Zero]]</option>" + Environment.NewLine +
308"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[1]]\">HtmlEncode[[One]]</option>" + Environment.NewLine +
309"<option value=\"HtmlEncode[[2]]\">HtmlEncode[[Two]]</option>" + Environment.NewLine +
310"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[3]]\">HtmlEncode[[Three]]</option>" + Environment.NewLine +
311"</optgroup>" + Environment.NewLine +
697Environment.NewLine +
698"<option disabled=\"HtmlEncode[[disabled]]\" value=\"HtmlEncode[[1]]\">HtmlEncode[[One]]</option>" + Environment.NewLine +
699"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[2]]\">HtmlEncode[[Two]]</option>" + Environment.NewLine +
700"<option disabled=\"HtmlEncode[[disabled]]\" value=\"HtmlEncode[[3]]\">HtmlEncode[[Three]]</option>" + Environment.NewLine +
724"<select id=\"HtmlEncode[[unrelated]]\" name=\"HtmlEncode[[unrelated]]\"><option value=\"HtmlEncode[[0]]\">HtmlEncode[[Zero]]</option>" + Environment.NewLine +
725"<option disabled=\"HtmlEncode[[disabled]]\" value=\"HtmlEncode[[1]]\">HtmlEncode[[One]]</option>" + Environment.NewLine +
726"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[2]]\">HtmlEncode[[Two]]</option>" + Environment.NewLine +
727"<option disabled=\"HtmlEncode[[disabled]]\" value=\"HtmlEncode[[3]]\">HtmlEncode[[Three]]</option>" + Environment.NewLine +
1045Environment.NewLine +
1046"<option disabled=\"HtmlEncode[[disabled]]\" value=\"HtmlEncode[[1]]\">HtmlEncode[[One]]</option>" + Environment.NewLine +
1047"<option selected=\"HtmlEncode[[selected]]\" value=\"HtmlEncode[[2]]\">HtmlEncode[[Two]]</option>" + Environment.NewLine +
1048"<option disabled=\"HtmlEncode[[disabled]]\" value=\"HtmlEncode[[3]]\">HtmlEncode[[Three]]</option>" + Environment.NewLine +
1511$"{ GetOption(SelectSources.ModelStateEntry, source) }{ Environment.NewLine }" +
1512$"{ GetOption(SelectSources.ModelStateEntryWithPrefix, source) }{ Environment.NewLine }" +
1513$"{ GetOption(SelectSources.ViewDataEntry, source) }{ Environment.NewLine }" +
1514$"{ GetOption(SelectSources.PropertyOfViewDataEntry, source) }{ Environment.NewLine }" +
1515$"{ GetOption(SelectSources.ViewDataEntryWithPrefix, source) }{ Environment.NewLine }" +
1516$"{ GetOption(SelectSources.PropertyOfViewDataEntryWithPrefix, source) }{ Environment.NewLine }" +
1517$"{ GetOption(SelectSources.ModelValue, source) }{ Environment.NewLine }" +
1518$"{ GetOption(SelectSources.PropertyOfModel, source) }{ Environment.NewLine }" +
1526$"{ GetOption(SelectSources.ModelStateEntry, source) }{ Environment.NewLine }" +
1527$"{ GetOption(SelectSources.ModelStateEntryWithPrefix, source) }{ Environment.NewLine }" +
1528$"{ GetOption(SelectSources.ViewDataEntry, source) }{ Environment.NewLine }" +
1529$"{ GetOption(SelectSources.PropertyOfViewDataEntry, source) }{ Environment.NewLine }" +
1530$"{ GetOption(SelectSources.ViewDataEntryWithPrefix, source) }{ Environment.NewLine }" +
1531$"{ GetOption(SelectSources.PropertyOfViewDataEntryWithPrefix, source) }{ Environment.NewLine }" +
1532$"{ GetOption(SelectSources.ModelValue, source) }{ Environment.NewLine }" +
1533$"{ GetOption(SelectSources.PropertyOfModel, source) }{ Environment.NewLine }" +
Microsoft.AspNetCore.OpenApi.Build.Tests (1)
Microsoft.AspNetCore.OpenApi.SourceGenerators.Tests (3)
Microsoft.AspNetCore.OpenApi.Tests (2)
Microsoft.AspNetCore.Routing (7)
Microsoft.AspNetCore.Routing.FunctionalTests (3)
Microsoft.AspNetCore.Routing.Tests (17)
Microsoft.AspNetCore.Server.HttpSys (5)
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (5)
Microsoft.AspNetCore.Server.HttpSys.NonHelixTests (1)
Microsoft.AspNetCore.Server.IIS (4)
Microsoft.AspNetCore.Server.IISIntegration (6)
Microsoft.AspNetCore.Server.IntegrationTesting (21)
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (9)
Microsoft.AspNetCore.Server.Kestrel.Core (25)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (14)
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (4)
Microsoft.AspNetCore.Server.Kestrel.Tests (2)
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (2)
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (3)
Microsoft.AspNetCore.Shared.Tests (1)
Microsoft.AspNetCore.SignalR.Common.Tests (4)
Microsoft.AspNetCore.SignalR.StackExchangeRedis (3)
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (7)
Microsoft.AspNetCore.SignalR.Tests (4)
Microsoft.AspNetCore.SignalR.Tests.Utils (8)
Microsoft.AspNetCore.SpaProxy (3)
Microsoft.AspNetCore.SpaServices.Extensions (1)
Microsoft.AspNetCore.SpaServices.Extensions.Tests (1)
Microsoft.AspNetCore.TestHost (1)
Microsoft.AspNetCore.TestHost.Tests (2)
Microsoft.AspNetCore.Tests (2)
Microsoft.AspNetCore.WebSockets.ConformanceTests (8)
Microsoft.AspNetCore.WebUtilities (1)
Microsoft.Build.Framework (78)
Microsoft.Build.Tasks.CodeAnalysis (19)
Microsoft.Build.Tasks.CodeAnalysis.Sdk (19)
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (17)
MapSourceRootTests.cs (11)
269"MapSourceRoots.NoSuchTopLevelSourceRoot", "SourceRoot.ContainingRoot", "SourceRoot", path2)) + Environment.NewLine +
271"MapSourceRoots.NoSuchTopLevelSourceRoot", "SourceRoot.ContainingRoot", "SourceRoot", path1)) + Environment.NewLine, engine.Log);
330"MapSourceRoots.ContainsDuplicate", "SourceRoot", path1, "SourceControl", "git", "tfvc")) + Environment.NewLine +
332"MapSourceRoots.ContainsDuplicate", "SourceRoot", path1, "RevisionId", "RevId1", "RevId2")) + Environment.NewLine +
334"MapSourceRoots.ContainsDuplicate", "SourceRoot", path1, "NestedRoot", "NR1A", "NR1B")) + Environment.NewLine +
336"MapSourceRoots.ContainsDuplicate", "SourceRoot", path1, "ContainingRoot", path3, "CR")) + Environment.NewLine +
338"MapSourceRoots.ContainsDuplicate", "SourceRoot", path1, "MappedPath", "MP1", "MP2")) + Environment.NewLine +
340"MapSourceRoots.ContainsDuplicate", "SourceRoot", path1, "SourceLinkUrl", "URL1", "URL2")) + Environment.NewLine,
378"MapSourceRoots.NoSuchTopLevelSourceRoot", "SourceRoot.ContainingRoot", "SourceRoot", @"c:\MyProjects\MyProject\")) + Environment.NewLine, engine.Log);
407"MapSourceRoots.NoSuchTopLevelSourceRoot", "SourceRoot.ContainingRoot", "SourceRoot", @"")) + Environment.NewLine, engine.Log);
441"MapSourceRoots.NoTopLevelSourceRoot", "SourceRoot", "DeterministicSourcePaths")) + Environment.NewLine, engine.Log);
Microsoft.Cci.Extensions (2)
Microsoft.CodeAnalysis (24)
Microsoft.CodeAnalysis.Analyzers (24)
Microsoft.CodeAnalysis.Analyzers.UnitTests (3)
Microsoft.CodeAnalysis.AnalyzerUtilities (24)
Microsoft.CodeAnalysis.BannedApiAnalyzers (24)
Microsoft.CodeAnalysis.CodeStyle (24)
Microsoft.CodeAnalysis.CodeStyle.UnitTestUtilities (2)
Microsoft.CodeAnalysis.Collections.Package (4)
Microsoft.CodeAnalysis.Contracts.Package (3)
Microsoft.CodeAnalysis.CSharp (4)
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests (6)
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (15)
CommandLineTests.cs (14)
4802Assert.True(match.Success, $"Expected pattern:{Environment.NewLine}{pattern}{Environment.NewLine}Actual:{Environment.NewLine}{output}");
6007.Replace(Environment.NewLine, string.Empty), workingDirectory: tempDir) :
6042.Replace(Environment.NewLine, string.Empty), workingDirectory: tempDir) :
6122.Replace(Environment.NewLine, string.Empty)) :
8223var errorLines = outWriter.ToString().Trim().Split(new string[] { Environment.NewLine }, StringSplitOptions.None);
8236errorLines = outWriter.ToString().Trim().Split(new string[] { Environment.NewLine }, StringSplitOptions.None);
9006Assert.Contains($"error CS0016: Could not write to output file '{exePath}' -- 'Fake IOException'{Environment.NewLine}", outWriter.ToString());
9029Assert.Contains($"error CS0016: Could not write to output file '{pdbPath}' -- 'Fake IOException'{Environment.NewLine}", outWriter.ToString());
9051Assert.Equal($"error CS0016: Could not write to output file '{xmlPath}' -- 'Fake IOException'{Environment.NewLine}", outWriter.ToString());
9081Assert.Equal($"error CS0016: Could not write to output file '{sourceLinkPath}' -- 'Fake IOException'{Environment.NewLine}", outWriter.ToString());
10597expectedExitCode, exitCode, Environment.NewLine, Environment.NewLine, output));
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (12)
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (15)
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (6)
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (4)
Microsoft.CodeAnalysis.CSharp.EndToEnd.UnitTests (2)
Microsoft.CodeAnalysis.CSharp.Features (5)
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (10)
Microsoft.CodeAnalysis.CSharp.Scripting.Desktop.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (8)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (22)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (85)
LexicalAndXml\PreprocessorTests.cs (10)
2104Assert.Equal($"#region A//B{Environment.NewLine}", regionDirective.ToFullString());
2126Assert.Equal($"#region A/\\B{Environment.NewLine}", regionDirective.ToFullString());
2214Assert.Equal($"#region \"{Environment.NewLine}", regionDirective.ToFullString());
2235Assert.Equal($"#region \" {Environment.NewLine}", regionDirective.ToFullString());
2256Assert.Equal($"#region \"goo\"{Environment.NewLine}", regionDirective.ToFullString());
2277Assert.Equal($"#region \"goo\" {Environment.NewLine}", regionDirective.ToFullString());
2298Assert.Equal($"#region \"\"{Environment.NewLine}", regionDirective.ToFullString());
2319Assert.Equal($"#region \"\" {Environment.NewLine}", regionDirective.ToFullString());
2340Assert.Equal($"#region \"\"\"{Environment.NewLine}", regionDirective.ToFullString());
2361Assert.Equal($"#region \"\"\" {Environment.NewLine}", regionDirective.ToFullString());
LexicalAndXml\XmlDocCommentTests.cs (67)
153Assert.Equal($"/// <goo />{Environment.NewLine}", node.ToFullString());
328Assert.Equal($"<goo {Environment.NewLine}/// />", doc.Content[1].ToFullString());
346Assert.Equal($"/// <goo {Environment.NewLine}/// />{Environment.NewLine}", node.ToFullString());
352Assert.Equal($"<goo {Environment.NewLine}/// />", doc.Content[1].ToFullString());
377Assert.Equal($"<goo {Environment.NewLine} * />", doc.Content[1].ToFullString());
397Assert.Equal($"/** <goo {Environment.NewLine} * />{Environment.NewLine} */", node.ToFullString());
403Assert.Equal($"<goo {Environment.NewLine} * />", doc.Content[1].ToFullString());
771Assert.Equal(Environment.NewLine, textsyntax.ChildNodesAndTokens()[0].ToString());
773Assert.Equal(Environment.NewLine, textsyntax.ChildNodesAndTokens()[2].ToString());
805Assert.Equal(Environment.NewLine, textsyntax.ChildNodesAndTokens()[0].ToString());
807Assert.Equal(Environment.NewLine, textsyntax.ChildNodesAndTokens()[2].ToString());
835Assert.Equal(Environment.NewLine, cdata.TextTokens[1].ToString());
837Assert.Equal(Environment.NewLine, cdata.TextTokens[3].ToString());
866Assert.Equal(Environment.NewLine, cdata.TextTokens[1].ToString());
868Assert.Equal(Environment.NewLine, cdata.TextTokens[3].ToString());
910Assert.Equal($"/// <![CDATA[ incomplete{Environment.NewLine}", node.ToFullString());
920Assert.Equal(Environment.NewLine, cdata.TextTokens[1].ToString());
997Assert.Equal(Environment.NewLine, comment.TextTokens[1].ToString());
999Assert.Equal(Environment.NewLine, comment.TextTokens[3].ToString());
1028Assert.Equal(Environment.NewLine, comment.TextTokens[1].ToString());
1030Assert.Equal(Environment.NewLine, comment.TextTokens[3].ToString());
1072Assert.Equal($"/// <!-- incomplete{Environment.NewLine}", node.ToFullString());
1082Assert.Equal(Environment.NewLine, comment.TextTokens[1].ToString());
1135Assert.Equal(Environment.NewLine, ProcessingInstruction.TextTokens[1].ToString());
1137Assert.Equal(Environment.NewLine, ProcessingInstruction.TextTokens[3].ToString());
1169Assert.Equal(Environment.NewLine, ProcessingInstruction.TextTokens[1].ToString());
1171Assert.Equal(Environment.NewLine, ProcessingInstruction.TextTokens[3].ToString());
1655Assert.Equal(Environment.NewLine, xmltext.ChildNodesAndTokens()[0].ToString());
1661Assert.Equal(Environment.NewLine, xmltext.ChildNodesAndTokens()[2].ToString());
2398Assert.Equal($"///</Goo>{Environment.NewLine}", xmlText.TextTokens.ToFullString());
2950SyntaxFactory.XmlNewLine(Environment.NewLine),
2955SyntaxFactory.XmlNewLine(Environment.NewLine)),
2956SyntaxFactory.XmlNewLine(Environment.NewLine),
2958SyntaxFactory.XmlNewLine(Environment.NewLine),
2977SyntaxFactory.XmlNewLine(Environment.NewLine),
2979SyntaxFactory.XmlNewLine(Environment.NewLine)));
2997SyntaxFactory.XmlNewLine(Environment.NewLine),
3005SyntaxFactory.XmlNewLine(Environment.NewLine)));
3041SyntaxFactory.XmlNewLine(Environment.NewLine),
3043SyntaxFactory.XmlNewLine(Environment.NewLine)),
3044SyntaxFactory.XmlNewLine(Environment.NewLine),
3045SyntaxFactory.XmlNewLine(Environment.NewLine),
3046SyntaxFactory.XmlNewLine(Environment.NewLine),
3048SyntaxFactory.XmlNewLine(Environment.NewLine),
3049SyntaxFactory.XmlNewLine(Environment.NewLine)));
3069SyntaxFactory.XmlNewLine(Environment.NewLine),
3071SyntaxFactory.XmlNewLine(Environment.NewLine)),
3072SyntaxFactory.XmlNewLine(Environment.NewLine),
3074SyntaxFactory.XmlNewLine(Environment.NewLine),
3096SyntaxFactory.XmlNewLine(Environment.NewLine),
3097SyntaxFactory.XmlNewLine(Environment.NewLine)),
3098SyntaxFactory.XmlNewLine(Environment.NewLine),
3100SyntaxFactory.XmlNewLine(Environment.NewLine),
3102SyntaxFactory.XmlNewLine(Environment.NewLine)));
3123SyntaxFactory.XmlNewLine(Environment.NewLine),
3124SyntaxFactory.XmlNewLine(Environment.NewLine)),
3125SyntaxFactory.XmlNewLine(Environment.NewLine),
3127SyntaxFactory.XmlNewLine(Environment.NewLine),
3131SyntaxFactory.XmlNewLine(Environment.NewLine)));
3150SyntaxFactory.XmlNewLine(Environment.NewLine),
3151SyntaxFactory.XmlNewLine(Environment.NewLine)),
3152SyntaxFactory.XmlNewLine(Environment.NewLine),
3175SyntaxFactory.XmlNewLine(Environment.NewLine),
3176SyntaxFactory.XmlNewLine(Environment.NewLine)),
3177SyntaxFactory.XmlNewLine(Environment.NewLine),
Microsoft.CodeAnalysis.CSharp.Test.Utilities (3)
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests (5)
Microsoft.CodeAnalysis.Debugging.Package (4)
Microsoft.CodeAnalysis.EditorFeatures (11)
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (6)
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (8)
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider (6)
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (10)
Microsoft.CodeAnalysis.Extensions.Package (4)
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
Microsoft.CodeAnalysis.ExternalAccess.Xaml (1)
Microsoft.CodeAnalysis.Features (14)
Microsoft.CodeAnalysis.Features.Test.Utilities (6)
Microsoft.CodeAnalysis.Features.UnitTests (2)
Microsoft.CodeAnalysis.InteractiveHost (20)
Microsoft.CodeAnalysis.LanguageServer (17)
Microsoft.CodeAnalysis.LanguageServer.Protocol (9)
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (4)
Microsoft.CodeAnalysis.LanguageServer.UnitTests (1)
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (24)
Microsoft.CodeAnalysis.PooledObjects.Package (4)
Microsoft.CodeAnalysis.PublicApiAnalyzers (24)
Microsoft.CodeAnalysis.PublicApiAnalyzers.CodeFixes (1)
Microsoft.CodeAnalysis.PublicApiAnalyzers.UnitTests (1)
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Microsoft.CodeAnalysis.Remote.Workspaces (4)
Microsoft.CodeAnalysis.ResxSourceGenerator (29)
Microsoft.CodeAnalysis.ResxSourceGenerator.UnitTests (2)
Microsoft.CodeAnalysis.Scripting (2)
Microsoft.CodeAnalysis.Scripting.Desktop.UnitTests (6)
Microsoft.CodeAnalysis.Scripting.TestUtilities (5)
Microsoft.CodeAnalysis.Test.Utilities (76)
Diagnostics\CommonDiagnosticAnalyzers.cs (8)
157" + String.Join("," + Environment.NewLine + " ", Descriptor1.CustomTags.Select(s => $"\"{s}\"")) + @"
171" + String.Join("," + Environment.NewLine + " ", Descriptor2.CustomTags.Select(s => $"\"{s}\"")) + @"
234" + String.Join("," + Environment.NewLine + " ", Descriptor1.CustomTags.Select(s => $"\"{s}\"")) + @"
248" + String.Join("," + Environment.NewLine + " ", Descriptor2.CustomTags.Select(s => $"\"{s}\"")) + @"
376" + string.Join("," + Environment.NewLine + " ", suppressionKinds.Select(s => $"\"{s}\"")) + @"
474" + string.Join("," + Environment.NewLine + " ", Descriptor1.CustomTags.Select(s => $"\"{s}\"")) + @"
495" + String.Join("," + Environment.NewLine + " ", Descriptor2.CustomTags.Select(s => $"\"{s}\"")) + @"
1131Assert.True(Environment.ProcessorCount > 1, "This analyzer is intended to be used only in a concurrent environment.");
Microsoft.CodeAnalysis.TestAnalyzerReference (1)
Microsoft.CodeAnalysis.Threading.Package (4)
Microsoft.CodeAnalysis.UnitTests (23)
Microsoft.CodeAnalysis.Workspaces (40)
Log\TraceLogger.cs (3)
22=> Trace.WriteLine(string.Format("[{0}] {1} - {2}", Environment.CurrentManagedThreadId, functionId.ToString(), logMessage.GetMessage()));
25=> Trace.WriteLine(string.Format("[{0}] Start({1}) : {2} - {3}", Environment.CurrentManagedThreadId, uniquePairId, functionId.ToString(), logMessage.GetMessage()));
30Trace.WriteLine(string.Format("[{0}] End({1}) : [{2}ms] {3}", Environment.CurrentManagedThreadId, uniquePairId, delta, functionString));
Microsoft.CodeAnalysis.Workspaces.MSBuild (7)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (12)
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (3)
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (3)
Microsoft.CodeAnalysis.Workspaces.UnitTests (3)
Microsoft.CommonLanguageServerProtocol.Framework.Example (3)
Microsoft.CommonLanguageServerProtocol.Framework.Package (7)
Microsoft.Data.Analysis (1)
Microsoft.Data.Analysis.Tests (1)
Microsoft.DotNet.ApiCompat (1)
Microsoft.DotNet.ApiCompat.Core (1)
Microsoft.DotNet.Arcade.Sdk (2)
Microsoft.DotNet.AsmDiff (1)
Microsoft.DotNet.Build.Tasks.Feed (16)
Microsoft.DotNet.Build.Tasks.Installers (1)
Microsoft.DotNet.Build.Tasks.VisualStudio (3)
Microsoft.DotNet.Helix.JobSender (5)
Microsoft.DotNet.Helix.Sdk (4)
Microsoft.DotNet.Helix.Sdk.Tests (4)
Microsoft.DotNet.NuGetRepack.Tests (1)
Microsoft.DotNet.Open.Api.Tools.Tests (1)
Microsoft.DotNet.RemoteExecutor (6)
Microsoft.DotNet.SharedFramework.Sdk (1)
Microsoft.DotNet.SignCheck (3)
Microsoft.DotNet.SignTool (6)
Microsoft.DotNet.SignTool.Tests (1)
Microsoft.DotNet.SourceBuild.Tasks (8)
Microsoft.DotNet.SwaggerGenerator.CmdLine (1)
Microsoft.DotNet.VersionTools (3)
Microsoft.DotNet.VersionTools.Cli (1)
Microsoft.DotNet.XUnitAssert.Tests (278)
CollectionAssertsTests.cs (32)
206 "Assert.Collection() Failure" + Environment.NewLine +
207 "Collection: []" + Environment.NewLine +
208 "Expected item count: 1" + Environment.NewLine +
241 "Assert.Collection() Failure" + Environment.NewLine +
242 "Collection: [42, 2112]" + Environment.NewLine +
243 "Error during comparison of item at index 1" + Environment.NewLine +
244 "Inner exception: Assert.Equal() Failure" + Environment.NewLine +
245 " Expected: 2113" + Environment.NewLine +
373 "Assert.Contains() Failure" + Environment.NewLine +
374 "Not found: 42" + Environment.NewLine +
437 "Assert.Contains() Failure" + Environment.NewLine +
438 "Not found: forty-two" + Environment.NewLine +
468 "Assert.Contains() Failure" + Environment.NewLine +
469 "Not found: forty-two" + Environment.NewLine +
496 "Assert.Contains() Failure" + Environment.NewLine +
497 "Not found: HI THERE" + Environment.NewLine +
628 "Assert.DoesNotContain() Failure" + Environment.NewLine +
629 "Found: 42" + Environment.NewLine +
662 "Assert.DoesNotContain() Failure" + Environment.NewLine +
663 "Found: HI THERE" + Environment.NewLine +
683 "Assert.DoesNotContain() Failure" + Environment.NewLine +
684 "Found: Int32[] [1, 2, 3, 4]" + Environment.NewLine +
715 "Assert.DoesNotContain() Failure" + Environment.NewLine +
716 "Found: forty-two" + Environment.NewLine +
747 "Assert.DoesNotContain() Failure" + Environment.NewLine +
748 "Found: forty-two" + Environment.NewLine +
832 Assert.Equal($"Assert.Empty() Failure{Environment.NewLine}Expected: <empty>{Environment.NewLine}Actual: [42]", ex.Message);
856 Assert.Equal($"Assert.Empty() Failure{Environment.NewLine}Expected: <empty>{Environment.NewLine}Actual: \"Foo\"", ex.Message);
987 "Assert.Equal() Failure" + Environment.NewLine +
988 "Expected: Dictionary<String, Int32> [[\"a\"] = 1, [\"be\"] = 2, [\"c\"] = 3, [\"d\"] = 4, [\"e\"] = 5, ...]" + Environment.NewLine +
Sdk\Exceptions\EqualExceptionTests.cs (52)
13 "Assert.Equal() Failure" + Environment.NewLine +
14 " ↓ (pos 10)" + Environment.NewLine +
15 "Expected: first test 1" + Environment.NewLine +
16 "Actual: first test" + Environment.NewLine +
29 "Assert.Equal() Failure" + Environment.NewLine +
30 "Expected: first test 1" + Environment.NewLine +
43 "Assert.Equal() Failure" + Environment.NewLine +
44 " ↓ (pos 6)" + Environment.NewLine +
45 "Expected: first failure" + Environment.NewLine +
46 "Actual: first test" + Environment.NewLine +
62 "Assert.Equal() Failure" + Environment.NewLine +
63 "Expected: (null)" + Environment.NewLine +
81 "Assert.Equal() Failure" + Environment.NewLine +
82 "Expected: Int32[] [1, 2, 3]" + Environment.NewLine +
100 "Assert.Equal() Failure" + Environment.NewLine +
101 " ↓ (pos 0)" + Environment.NewLine +
102 "Expected: [1]" + Environment.NewLine +
103 "Actual: [99]" + Environment.NewLine +
121 "Assert.Equal() Failure" + Environment.NewLine +
122 " ↓ (pos 0)" + Environment.NewLine +
123 "Expected: [1, 2, 3, 4, 5]" + Environment.NewLine +
124 "Actual: [99, 2, 3, 4, 5]" + Environment.NewLine +
142 "Assert.Equal() Failure" + Environment.NewLine +
143 " ↓ (pos 1)" + Environment.NewLine +
144 "Expected: [1, 2, 3, 4, 5]" + Environment.NewLine +
145 "Actual: [1, 99, 3, 4, 5]" + Environment.NewLine +
163 "Assert.Equal() Failure" + Environment.NewLine +
164 " ↓ (pos 3)" + Environment.NewLine +
165 "Expected: [1, 2, 3, 4, 5]" + Environment.NewLine +
166 "Actual: [1, 2, 3, 99, 5]" + Environment.NewLine +
184 "Assert.Equal() Failure" + Environment.NewLine +
185 " ↓ (pos 4)" + Environment.NewLine +
186 "Expected: [1, 2, 3, 4, 5]" + Environment.NewLine +
187 "Actual: [1, 2, 3, 4, 99]" + Environment.NewLine +
205 "Assert.Equal() Failure" + Environment.NewLine +
206 "Expected: [1, 2, 3]" + Environment.NewLine +
207 "Actual: [1, 2, 3, 4]" + Environment.NewLine +
225 "Assert.Equal() Failure" + Environment.NewLine +
226 " ↓ (pos 3)" + Environment.NewLine +
227 "Expected: [1, 2, 3, 4]" + Environment.NewLine +
245 "Assert.Equal() Failure" + Environment.NewLine +
246 " ↓ (pos 0)" + Environment.NewLine +
247 "Expected: [1, 2, 3, 4, 5, ...]".Replace("'", "\"") + Environment.NewLine +
248 "Actual: [99, 2, 3, 4, 5, ...]".Replace("'", "\"") + Environment.NewLine +
266 "Assert.Equal() Failure" + Environment.NewLine +
267 " ↓ (pos 3)" + Environment.NewLine +
268 "Expected: [..., 2, 3, 4, 5, 6, ...]".Replace("'", "\"") + Environment.NewLine +
269 "Actual: [..., 2, 3, 99, 5, 6, ...]".Replace("'", "\"") + Environment.NewLine +
287 "Assert.Equal() Failure" + Environment.NewLine +
288 " ↓ (pos 6)" + Environment.NewLine +
289 "Expected: [..., 3, 4, 5, 6, 7]".Replace("'", "\"") + Environment.NewLine +
290 "Actual: [..., 3, 4, 5, 6, 99]".Replace("'", "\"") + Environment.NewLine +
Microsoft.DotNet.XUnitExtensions (8)
Microsoft.Extensions.AI (1)
Microsoft.Extensions.AI.Abstractions.Tests (4)
Microsoft.Extensions.AI.Evaluation.Console (1)
Microsoft.Extensions.AI.Evaluation.Integration.Tests (1)
Microsoft.Extensions.AI.Evaluation.Reporting.Tests (1)
Microsoft.Extensions.AI.Evaluation.Safety (2)
Microsoft.Extensions.AI.Integration.Tests (3)
Microsoft.Extensions.AI.OpenAI (2)
Microsoft.Extensions.AI.OpenAI.Tests (1)
Microsoft.Extensions.AI.Tests (1)
Microsoft.Extensions.ApiDescription.Client.Tests (5)
Microsoft.Extensions.Caching.Hybrid.Tests (2)
Microsoft.Extensions.Caching.StackExchangeRedis.Tests (5)
Microsoft.Extensions.Configuration.EnvironmentVariables (1)
Microsoft.Extensions.Configuration.KeyPerFile (2)
Microsoft.Extensions.Configuration.UserSecrets (7)
Microsoft.Extensions.DependencyInjection (2)
Microsoft.Extensions.DependencyModel (3)
Microsoft.Extensions.Diagnostics.ResourceMonitoring (4)
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Tests (2)
Microsoft.Extensions.FileProviders.Physical (1)
Microsoft.Extensions.Hosting (3)
Microsoft.Extensions.Hosting.Systemd (5)
Microsoft.Extensions.Hosting.WindowsServices (1)
Microsoft.Extensions.Http (3)
Microsoft.Extensions.Logging.AzureAppServices (4)
Microsoft.Extensions.Logging.Console (14)
Microsoft.Extensions.Logging.Debug (2)
Microsoft.Extensions.ObjectPool (5)
Microsoft.Extensions.SecretManager.Tools.Tests (2)
Microsoft.Extensions.ServiceDiscovery.Dns (3)
Microsoft.Extensions.ServiceDiscovery.Dns.Tests (3)
Microsoft.Extensions.ServiceDiscovery.Dns.Tests.Fuzzing (1)
Microsoft.Extensions.Telemetry (6)
Microsoft.Extensions.Telemetry.Tests (1)
Microsoft.Extensions.Validation.GeneratorTests (2)
Microsoft.Gen.MetricsReports.Unit.Tests (1)
Microsoft.Maui (2)
Microsoft.Maui.Resizetizer (5)
Microsoft.ML.AutoML (2)
Microsoft.ML.AutoML.SourceGenerator (15)
Microsoft.ML.AutoML.Tests (6)
Microsoft.ML.CodeGenerator (30)
Microsoft.ML.CodeGenerator.Tests (2)
Microsoft.ML.Core (12)
Microsoft.ML.Core.Tests (14)
Microsoft.ML.CpuMath.PerformanceTests (1)
Microsoft.ML.CpuMath.UnitTests (3)
Microsoft.ML.Data (6)
Microsoft.ML.FastTree (4)
Microsoft.ML.GenAI.LLaMA.Tests (2)
Microsoft.ML.GenAI.Mistral.Tests (1)
Microsoft.ML.GenAI.Phi.Tests (2)
Microsoft.ML.KMeansClustering (1)
Microsoft.ML.Mkl.Components (1)
Microsoft.ML.OneDal (3)
Microsoft.ML.OnnxTransformerTest (2)
Microsoft.ML.PerformanceTests (1)
Microsoft.ML.Recommender (2)
Microsoft.ML.Samples (2)
Microsoft.ML.SearchSpace.Tests (3)
Microsoft.ML.StandardTrainers (6)
Microsoft.ML.Sweeper (1)
Microsoft.ML.TensorFlow.Tests (3)
Microsoft.ML.TestFramework (13)
Microsoft.ML.TestFrameworkCommon (5)
Microsoft.ML.Tests (7)
Microsoft.ML.Tokenizers (4)
Microsoft.ML.Tokenizers.Data.Tests (1)
Microsoft.ML.Tokenizers.Tests (3)
Microsoft.NET.StringTools (2)
Microsoft.VisualBasic.Core (19)
Microsoft.VisualBasic.Tests (5)
Microsoft.VisualStudio.IntegrationTest.Setup (4)
Microsoft.VisualStudio.LanguageServices (29)
Microsoft.VisualStudio.LanguageServices.CSharp (3)
Microsoft.VisualStudio.LanguageServices.Implementation (3)
MinimalSample (4)
MinimalSampleOwin (4)
mscorlib (1)
MyFrontend (1)
NativeIISSample (43)
netstandard (1)
PhotinoTestApp (2)
PresentationBuildTasks (2)
PresentationCore (92)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (8)
151Debug.WriteLine("WorkerOperationGetTabletsInfo.OnDoWork failed due to: {0}{1}", Environment.NewLine, e.ToString());
198result.CommHandle = Environment.Is64BitProcess ? (nint)commHandle : (int)commHandle;
207Debug.WriteLine("WorkerOperationCreateContext.OnDoWork failed due to a {0}{1}", Environment.NewLine, e.ToString());
314Debug.WriteLine("WorkerOperationRefreshCursorInfo.OnDoWork failed due to a {0}{1}", Environment.NewLine, e.ToString());
356Debug.WriteLine("WorkerOperationGetTabletInfo.OnDoWork failed due to {0}{1}", Environment.NewLine, e.ToString());
396Debug.WriteLine("WorkerOperationWorkerGetUpdatedSizes.OnDoWork failed due to a {0}{1}", Environment.NewLine, e.ToString());
799int timestamp = Environment.TickCount;
1252penContext.FirePenOutOfRange(0, Environment.TickCount);
System\Windows\InterOp\HwndPointerInputProvider.cs (5)
410handled = ProcessMessage(GetPointerId(wParam), RawStylusActions.InRange, Environment.TickCount);
415handled = ProcessMessage(GetPointerId(wParam), RawStylusActions.Move, Environment.TickCount);
420handled = ProcessMessage(GetPointerId(wParam), RawStylusActions.Down, Environment.TickCount);
425handled = ProcessMessage(GetPointerId(wParam), RawStylusActions.Up, Environment.TickCount);
433handled = ProcessMessage(GetPointerId(wParam), RawStylusActions.OutOfRange, Environment.TickCount);
PresentationCore.Tests (2)
PresentationFramework (23)
PresentationUI (2)
ProjectCachePlugin (1)
RazorBuildWebSite (2)
Replay (18)
Roslyn.Compilers.Extension (2)
Roslyn.Diagnostics.Analyzers (24)
Roslyn.Diagnostics.CSharp.Analyzers (1)
Roslyn.Test.PdbUtilities (6)
Roslyn.Test.Performance.Utilities (5)
Roslyn.VisualStudio.DiagnosticsWindow (5)
Loggers\OutputWindowLogger.cs (4)
35OutputPane.WriteLine(string.Format("[{0}] {1} - {2}", Environment.CurrentManagedThreadId, functionId.ToString(), logMessage.GetMessage()));
40OutputPane.WriteLine(string.Format("[{0}] Start({1}) : {2} - {3}", Environment.CurrentManagedThreadId, uniquePairId, functionId.ToString(), logMessage.GetMessage()));
46OutputPane.WriteLine(string.Format("[{0}] End({1}) : [{2}ms] {3}", Environment.CurrentManagedThreadId, uniquePairId, delta, functionString));
81pane.OutputStringThreadSafe(value + Environment.NewLine);
Roslyn.VisualStudio.Next.UnitTests (1)
RoutingSandbox (1)
RoutingWebSite (1)
RulesetToEditorconfigConverter (1)
RunTests (16)
Security.TransportSecurity.IntegrationTests (4)
SemanticSearch.BuildTask (6)
ServerComparison.TestSites (1)
Shared.Tests (1)
SocialSample (1)
Sockets.BindTests (7)
Sockets.FunctionalTests (7)
Stress.ApiService (3)
Stress.AppHost (3)
Program.cs (3)
132builder.AddExecutable("executableWithSingleArg", "dotnet", Environment.CurrentDirectory, "--version");
133builder.AddExecutable("executableWithSingleEscapedArg", "dotnet", Environment.CurrentDirectory, "one two");
134builder.AddExecutable("executableWithMultipleArgs", "dotnet", Environment.CurrentDirectory, "--version", "one two");
Swaggatherer (4)
System.CodeDom (4)
System\CodeDom\Compiler\Executor.cs (2)
25ExecWaitWithCapture(userToken, cmd, Environment.CurrentDirectory, tempFiles, ref outputName, ref errorName);
31ExecWaitWithCapture(IntPtr.Zero, cmd, Environment.CurrentDirectory, tempFiles, ref outputName, ref errorName);
System.Collections.Concurrent (12)
System.Configuration.ConfigurationManager (4)
System.Console (6)
System.Data.Odbc (4)
System.Diagnostics.DiagnosticSource (6)
System.Diagnostics.Process (15)
System.Diagnostics.TextWriterTraceListener (3)
System.Diagnostics.TraceSource (9)
System.Drawing.Common.Tests (4)
System.Formats.Tar (3)
System.IO.IsolatedStorage (7)
System.IO.Pipes (3)
System.IO.Ports (8)
System.Linq (2)
System.Linq.Parallel (3)
System.Net.Http (36)
System.Net.NameResolution (1)
System.Net.NetworkInformation (21)
System.Net.Ping (3)
System.Net.Quic (4)
System.Net.Requests (4)
System.Net.Security (6)
System.Net.Sockets (15)
System.Net.WebSockets (4)
System.Private.CoreLib (186)
System.Private.DataContractSerialization (1)
System.Private.Windows.Core (17)
System.Private.Windows.Core.TestUtilities (7)
System.Private.Xml (13)
System.Reflection.Metadata (1)
System.Runtime (1)
System.Runtime.Caching (6)
System.Runtime.Extensions (1)
System.Runtime.InteropServices (1)
System.Runtime.Numerics (6)
System.Security.Cryptography (4)
System.Security.Cryptography.Xml (1)
System.Security.Permissions (3)
System.ServiceModel.Primitives (11)
System.ServiceModel.Primitives.Tests (2)
System.Text.Json (6)
System.Text.RegularExpressions (7)
System.Threading (7)
System.Threading.Tasks.Dataflow (2)
System.Threading.Tasks.Parallel (12)
System.Windows.Forms (32)
System.Windows.Forms.Analyzers.CSharp.Tests (2)
System.Windows.Forms.Design (11)
System.Windows.Forms.Design.Tests (5)
System.Windows.Forms.Primitives (14)
System.Windows.Forms.Primitives.Tests (29)
System.Windows.Forms.Primitives.TestUtilities (11)
System.Windows.Forms.Tests (104)
System.Windows.Forms.UI.IntegrationTests (2)
System.Xaml (1)
SystemdTestApp (2)
TagHelpersWebSite (5)
Templates.Blazor.Tests (40)
Templates.Blazor.WebAssembly.Auth.Tests (42)
Templates.Blazor.WebAssembly.Tests (42)
Templates.Mvc.Tests (42)
Templates.Tests (43)
Test.Utilities (22)
TestPassApp (1)
TestProject.IntegrationServiceA (2)
TestProject.ServiceA (1)
TestProject.ServiceB (1)
TestProject.ServiceC (1)
Text.Analyzers (24)
Text.Analyzers.UnitTests (2)
UIAutomationClient (5)
UIAutomationClientSideProviders (32)
vbc (15)
VBCSCompiler (16)
VBCSCompiler.UnitTests (5)
VisualBasicRuntimeTest (1)
Wasm.Performance.ConsoleHost (1)
Wasm.Performance.Driver (2)
WinFormsControlsTest (5)
xunit.assert (34)
xunit.console (5)