10 overrides of Assembly
System.Private.CoreLib (6)
System.Private.Reflection.Execution (1)
System.Reflection.Context (1)
System.Reflection.Emit (1)
System.Reflection.MetadataLoadContext (1)
1629 references to Assembly
aspire (55)
aspire-managed (3)
Aspire.Cli.EndToEnd.Tests (10)
Aspire.Cli.Tests (12)
Aspire.Confluent.Kafka.Tests (1)
Aspire.Dashboard (21)
Aspire.Dashboard.Components.Tests (3)
Aspire.Dashboard.Tests (2)
Aspire.Deployment.EndToEnd.Tests (2)
Aspire.Hosting (10)
Aspire.Hosting.Analyzers.Tests (2)
Aspire.Hosting.Azure (5)
Aspire.Hosting.Azure.Functions (1)
Aspire.Hosting.Azure.Kusto.Tests (1)
Aspire.Hosting.Blazor (3)
Aspire.Hosting.Blazor.Tests (1)
Aspire.Hosting.Browsers (2)
Aspire.Hosting.Browsers.Tests (3)
Aspire.Hosting.CodeGeneration.Go.Tests (4)
Aspire.Hosting.CodeGeneration.Java (2)
Aspire.Hosting.CodeGeneration.Java.Tests (4)
Aspire.Hosting.CodeGeneration.Python.Tests (4)
Aspire.Hosting.CodeGeneration.Rust.Tests (5)
Aspire.Hosting.CodeGeneration.TypeScript (8)
Aspire.Hosting.CodeGeneration.TypeScript.Tests (18)
Aspire.Hosting.Containers.Tests (1)
Aspire.Hosting.DevTunnels (2)
Aspire.Hosting.DevTunnels.Tests (1)
Aspire.Hosting.Dotnet (1)
Aspire.Hosting.Dotnet.Tests (1)
Aspire.Hosting.DotnetTool.Tests (1)
Aspire.Hosting.Foundry.Tests (1)
Aspire.Hosting.GitHub.Models.Tests (1)
Aspire.Hosting.JavaScript.Tests (1)
Aspire.Hosting.Kafka.Tests (1)
Aspire.Hosting.Maui.Tests (1)
Aspire.Hosting.MySql.Tests (1)
Aspire.Hosting.OpenAI.Tests (1)
Aspire.Hosting.PostgreSQL.Tests (1)
Aspire.Hosting.RabbitMQ.Tests (1)
Aspire.Hosting.RemoteHost (21)
AtsContextFilter.cs (14)
114!IsOwnedBySelectedAssembly(type.ClrType?.Assembly, type.AtsTypeId, normalizedAssemblyNames))
207.Where(type => IsOwnedBySelectedAssembly(type.ClrType?.Assembly, type.AtsTypeId, normalizedAssemblyNames))
213.Where(type => IsOwnedBySelectedAssembly(type.ClrType?.Assembly, type.TypeId, normalizedAssemblyNames))
219.Where(type => IsOwnedBySelectedAssembly(type.ClrType?.Assembly, type.TypeId, normalizedAssemblyNames))
507return IsSelectedAssembly(method.DeclaringType?.Assembly, assemblyNames);
512return IsSelectedAssembly(property.DeclaringType?.Assembly, assemblyNames);
517return IsSelectedAssembly(capability.TargetType.ClrType.Assembly, assemblyNames);
554AddAssemblyName(knownAssemblyNames, type.ClrType?.Assembly);
560AddAssemblyName(knownAssemblyNames, type.ClrType?.Assembly);
566AddAssemblyName(knownAssemblyNames, type.ClrType?.Assembly);
578AddAssemblyName(knownAssemblyNames, method.DeclaringType?.Assembly);
586AddAssemblyName(knownAssemblyNames, property.DeclaringType?.Assembly);
653assemblyName = method.DeclaringType?.Assembly.GetName().Name ?? string.Empty;
659assemblyName = property.DeclaringType?.Assembly.GetName().Name ?? string.Empty;
Aspire.Hosting.RemoteHost.Tests (152)
CapabilityDispatcherTests.cs (107)
175var dispatcher = CreateDispatcher(typeof(TestCapabilities).Assembly);
183var dispatcher = CreateDispatcher(typeof(TestCapabilities).Assembly);
195var dispatcher = CreateDispatcher(typeof(TestCapabilities).Assembly);
207var dispatcher = CreateDispatcher(typeof(TestCapabilities).Assembly);
219var dispatcher = CreateDispatcher(typeof(TestCapabilities).Assembly);
234var dispatcher = CreateDispatcher(typeof(TestContextType).Assembly);
247var dispatcher = CreateDispatcher(typeof(TestContextType).Assembly);
257var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestContextType).Assembly]);
277var dispatcher = CreateDispatcher(typeof(TestContextType).Assembly);
289var dispatcher = CreateDispatcher(typeof(TestContextType).Assembly);
301var dispatcher = CreateDispatcher(typeof(TestContextType).Assembly);
314var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestCancellationTokenContext).Assembly]);
336var dispatcher = CreateDispatcher(typeof(VersionedContextType).Assembly);
350var dispatcher = CreateDispatcher(typeof(TestParentContextType).Assembly);
373var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestParentContextType).Assembly]);
414var dispatcher = CreateDispatcher(typeof(AspireExportAttribute).Assembly);
438var dispatcher = CreateDispatcher(typeof(TestContextType).Assembly);
451var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestContextType).Assembly]);
473var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestContextType).Assembly]);
492var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestContextType).Assembly]);
511var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestContextType).Assembly]);
532var dispatcher = CreateDispatcher(typeof(TestTypeWithMethods).Assembly);
544var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestTypeWithMethods).Assembly]);
562var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestTypeWithMethods).Assembly]);
583var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestTypeWithMethods).Assembly]);
603var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestTypeWithMethods).Assembly]);
622var dispatcher = CreateDispatcher(typeof(TestCapabilities).Assembly);
634var dispatcher = CreateDispatcher(typeof(TestTypeWithMethods).Assembly);
643var dispatcher = CreateDispatcher(typeof(TestTypeWithMethods).Assembly);
662var dispatcher = new CapabilityDispatcher(handles, marshaller, [typeof(TestCapabilitiesWithCallback).Assembly]);
685var dispatcher = new CapabilityDispatcher(handles, marshaller, [typeof(TestCapabilitiesWithCallback).Assembly]);
706var dispatcher = new CapabilityDispatcher(handles, marshaller, [typeof(TestCapabilitiesWithCallback).Assembly]);
729var dispatcher = new CapabilityDispatcher(handles, marshaller, [typeof(TestCapabilitiesWithCallback).Assembly]);
745var dispatcher = CreateDispatcher(typeof(TestCapabilitiesWithBackgroundThreadDispatch).Assembly);
757var dispatcher = CreateDispatcher(typeof(TestCapabilitiesWithBackgroundThreadDispatch).Assembly);
769var dispatcher = CreateDispatcher(typeof(TestCapabilitiesWithBackgroundThreadDispatch).Assembly);
781var dispatcher = CreateDispatcher(typeof(TestCapabilitiesWithBackgroundThreadDispatch).Assembly);
794var dispatcher = CreateDispatcher(typeof(TestCapabilitiesWithBackgroundThreadDispatch).Assembly);
806var dispatcher = CreateDispatcher(typeof(TestCapabilitiesWithBackgroundThreadDispatch).Assembly);
823var dispatcher = new CapabilityDispatcher(handles, marshaller, [typeof(TestCapabilitiesWithBackgroundThreadDispatch).Assembly]);
844var dispatcher = new CapabilityDispatcher(handles, marshaller, [typeof(TestCapabilitiesWithBackgroundThreadDispatch).Assembly]);
871var dispatcher = new CapabilityDispatcher(handles, marshaller, [typeof(TestCapabilitiesWithCallback).Assembly]);
890var dispatcher = CreateDispatcher(typeof(TestCapabilities).Assembly);
900var dispatcher = CreateDispatcher(typeof(TestCapabilities).Assembly);
911var dispatcher = CreateDispatcher(typeof(TestCapabilities).Assembly);
923var dispatcher = CreateDispatcher(typeof(TestCapabilities).Assembly);
937var dispatcher = CreateDispatcher(typeof(TestTypeCategoryCapabilities).Assembly);
952var dispatcher = CreateDispatcher(typeof(TestTypeCategoryCapabilities).Assembly);
969var dispatcher = CreateDispatcher(typeof(TestTypeCategoryCapabilities).Assembly);
985var dispatcher = CreateDispatcher(typeof(TestTypeCategoryCapabilities).Assembly);
997var dispatcher = CreateDispatcher(typeof(TestTypeCategoryCapabilities).Assembly);
1009var dispatcher = CreateDispatcher(typeof(TestTypeCategoryCapabilities).Assembly);
1027var dispatcher = CreateDispatcher(typeof(TestTypeCategoryCapabilities).Assembly);
1039var dispatcher = CreateDispatcher(typeof(TestTypeCategoryCapabilities).Assembly);
1051var dispatcher = CreateDispatcher(typeof(TestTypeCategoryCapabilities).Assembly);
1073var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestTypeCategoryCapabilities).Assembly]);
1092var dispatcher = CreateDispatcher(typeof(TestTypeCategoryCapabilities).Assembly);
1110var dispatcher = CreateDispatcher(typeof(TestTypeCategoryCapabilities).Assembly);
1133var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestTypeCategoryCapabilities).Assembly]);
1148var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestTypeCategoryCapabilities).Assembly, typeof(AspireExportAttribute).Assembly]);
1172var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestTypeCategoryCapabilities).Assembly, typeof(AspireExportAttribute).Assembly]);
1194var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestTypeCategoryCapabilities).Assembly, typeof(AspireExportAttribute).Assembly]);
1227var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestTypeCategoryCapabilities).Assembly, typeof(AspireExportAttribute).Assembly]);
1249var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestTypeCategoryCapabilities).Assembly, typeof(AspireExportAttribute).Assembly]);
1279var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestTypeCategoryCapabilities).Assembly]);
1294var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestTypeCategoryCapabilities).Assembly, typeof(AspireExportAttribute).Assembly]);
1318var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestTypeCategoryCapabilities).Assembly, typeof(AspireExportAttribute).Assembly]);
1340var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestTypeCategoryCapabilities).Assembly, typeof(AspireExportAttribute).Assembly]);
1362var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestTypeCategoryCapabilities).Assembly, typeof(AspireExportAttribute).Assembly]);
1395var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestTypeCategoryCapabilities).Assembly, typeof(AspireExportAttribute).Assembly]);
1429var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestTypeCategoryCapabilities).Assembly, typeof(AspireExportAttribute).Assembly]);
1455var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestTypeCategoryCapabilities).Assembly, typeof(AspireExportAttribute).Assembly]);
1479var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestTypeCategoryCapabilities).Assembly, typeof(AspireExportAttribute).Assembly]);
1498var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestTypeCategoryCapabilities).Assembly, typeof(AspireExportAttribute).Assembly]);
1520var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestEnumCapabilities).Assembly]);
1537var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestEnumCapabilities).Assembly]);
1554var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestEnumCapabilities).Assembly]);
1571var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestEnumCapabilities).Assembly]);
1588var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestEnumCapabilities).Assembly]);
1652var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestResourceWithProperties).Assembly]);
1671var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestResourceWithProperties).Assembly]);
1691var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestResourceWithMethods).Assembly]);
1712var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestResourceWithProperties).Assembly]);
1729var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestResourceWithProperties).Assembly]);
1746var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestResourceWithProperties).Assembly]);
1763var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestPolyglotErrorCapabilities).Assembly]);
1789var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestPolyglotErrorCapabilities).Assembly]);
1811var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestGenericPolyglotErrorCapabilities).Assembly]);
1833var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestGenericPolyglotErrorCapabilities).Assembly]);
1854var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestGenericPolyglotErrorCapabilities).Assembly]);
1878var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestResourceWithProperties).Assembly]);
1906var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestPolyglotErrorCapabilities).Assembly]);
2067var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestRawResourceCapabilities).Assembly]);
Aspire.Hosting.Rust.Tests (1)
Aspire.Hosting.Sdk.Tests (4)
Aspire.Hosting.Testing (6)
Aspire.Hosting.Testing.Tests (1)
Aspire.Hosting.Tests (74)
Aspire.Hosting.TestUtilities (1)
Aspire.Hosting.Valkey.Tests (1)
Aspire.Managed.Tests (4)
Aspire.MongoDB.Driver (1)
Aspire.Playground.Tests (2)
Aspire.StackExchange.Redis (1)
Aspire.TerminalHost.Tests (2)
Aspire.TypeSystem (1)
BlazorHosted (1)
ConfigurationSchemaGenerator (1)
ConfigurationSchemaGenerator.Tests (24)
GeneratorTests.cs (24)
46MetadataReference.CreateFromFile(typeof(Attribute).Assembly.Location),
47MetadataReference.CreateFromFile(typeof(Attribute).Assembly.Location.Replace("System.Private.CoreLib", "System.Runtime")),
48MetadataReference.CreateFromFile(typeof(Enumerable).Assembly.Location),
49MetadataReference.CreateFromFile(typeof(HttpContent).Assembly.Location)
454MetadataReference.CreateFromFile(typeof(Uri).Assembly.Location),
455MetadataReference.CreateFromFile(typeof(X509Certificate2).Assembly.Location)
685MetadataReference.CreateFromFile(typeof(TypeConverter).Assembly.Location),
686MetadataReference.CreateFromFile(typeof(TypeConverterAttribute).Assembly.Location),
687MetadataReference.CreateFromFile(typeof(Host).Assembly.Location),
688MetadataReference.CreateFromFile(typeof(IHost).Assembly.Location),
689MetadataReference.CreateFromFile(typeof(IServiceCollection).Assembly.Location),
690MetadataReference.CreateFromFile(typeof(IServiceProvider).Assembly.Location),
691MetadataReference.CreateFromFile(typeof(IConfigurationBuilder).Assembly.Location),
692MetadataReference.CreateFromFile(typeof(ConfigurationManager).Assembly.Location),
693MetadataReference.CreateFromFile(typeof(IOptionsMonitor<>).Assembly.Location),
694MetadataReference.CreateFromFile(typeof(OptionsBuilderConfigurationExtensions).Assembly.Location),
695MetadataReference.CreateFromFile(typeof(BinderOptions).Assembly.Location),
696MetadataReference.CreateFromFile(typeof(Console).Assembly.Location)
755MetadataReference.CreateFromFile(typeof(DynamicAttribute).Assembly.Location),
756MetadataReference.CreateFromFile(typeof(JsonNamingPolicy).Assembly.Location)
784MetadataReference.CreateFromFile(typeof(ConfigurationKeyNameAttribute).Assembly.Location)
824MetadataReference.CreateFromFile(typeof(ConfigurationKeyNameAttribute).Assembly.Location)
1357ConfigSchemaGenerator.CreateMetadataReference(typeof(IJsonLineInfo).Assembly.Location)
1597typeof(GeneratorTests).Assembly.Location,
csc (1)
CSharpSyntaxGenerator (1)
csi (1)
datacollector (1)
datacollector.arm64 (1)
src\vstest\src\datacollector\DataCollectorMain.cs (1)
108.Assembly
dotnet (6)
dotnet-aot (2)
src\sdk\src\Cli\dotnet\BundledTargetFramework.cs (1)
18.Assembly
dotnet-dev-certs (2)
dotnet-format (1)
dotnet-getdocument (3)
dotnet-Microsoft.XmlSerializer.Generator (3)
dotnet-openapi (4)
dotnet-sourcelink (1)
dotnet-sql-cache (3)
dotnet-svcutil-lib (31)
dotnet-svcutil.xmlserializer (1)
dotnet-user-jwts (3)
dotnet-user-secrets (4)
dotnet-watch (1)
EventSourceGenerator (2)
GenerateDocumentationAndConfigFiles (2)
GetDocument.Insider (3)
ILCompiler.Compiler (1)
ILCompiler.Diagnostics (2)
ILCompiler.ReadyToRun (1)
ILCompiler.RyuJit (1)
ILCompiler.TypeSystem (1)
illink (4)
ILLink.RoslynAnalyzer (1)
Infrastructure.Common (1)
Infrastructure.Tests (5)
Microsoft.Analyzers.Extra (1)
Microsoft.Analyzers.Extra.Tests (4)
Microsoft.Analyzers.Local (1)
Microsoft.Arcade.Common (1)
Microsoft.AspNetCore (2)
Microsoft.AspNetCore.App.Analyzers (2)
Microsoft.AspNetCore.Components (2)
Microsoft.AspNetCore.Components.Endpoints (10)
Microsoft.AspNetCore.Components.Server (6)
Microsoft.AspNetCore.Components.Testing (2)
Microsoft.AspNetCore.Components.WebAssembly (5)
Microsoft.AspNetCore.Components.WebAssembly.Server (1)
Microsoft.AspNetCore.DataProtection.MicroBenchmarks (1)
Microsoft.AspNetCore.Diagnostics.Middleware.PerformanceTests (1)
Microsoft.AspNetCore.Hosting (11)
Microsoft.AspNetCore.Http.Connections.Client (2)
Microsoft.AspNetCore.Http.Extensions (4)
Microsoft.AspNetCore.Http.RequestDelegateGenerator (2)
Microsoft.AspNetCore.Identity.UI (3)
Microsoft.AspNetCore.InternalTesting (9)
Microsoft.AspNetCore.Mvc (2)
Microsoft.AspNetCore.Mvc.ApiExplorer (2)
Microsoft.AspNetCore.Mvc.Core (14)
Microsoft.AspNetCore.Mvc.Localization (1)
Microsoft.AspNetCore.Mvc.NewtonsoftJson (6)
Microsoft.AspNetCore.Mvc.Razor (1)
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (2)
Microsoft.AspNetCore.Mvc.RazorPages (4)
Microsoft.AspNetCore.Mvc.TagHelpers (1)
Microsoft.AspNetCore.Mvc.Testing (12)
Microsoft.AspNetCore.OpenApi (4)
Microsoft.AspNetCore.OpenApi.SourceGenerators (2)
Microsoft.AspNetCore.Routing (2)
Microsoft.AspNetCore.Server.IIS (2)
Microsoft.AspNetCore.Server.IntegrationTesting (2)
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (2)
Microsoft.AspNetCore.SignalR.Core (4)
Microsoft.AspNetCore.TestHost (1)
Microsoft.AspNetCore.Watch.BrowserRefresh (2)
Microsoft.Build (21)
Resources\MSBuildAssemblyFileVersion.cs (1)
40.Assembly
Microsoft.Build.Framework (6)
Microsoft.Build.NuGetSdkResolver (1)
Microsoft.Build.Tasks.CodeAnalysis (2)
Microsoft.Build.Tasks.Core (5)
Microsoft.Build.Utilities.Core (2)
Microsoft.CodeAnalysis (22)
Microsoft.CodeAnalysis.Analyzers (3)
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
Microsoft.CodeAnalysis.CSharp (4)
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
Microsoft.CodeAnalysis.CSharp.Features (1)
Microsoft.CodeAnalysis.Features (5)
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.CodeAnalysis.Scripting (7)
Microsoft.CodeAnalysis.VisualBasic (3)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
Microsoft.CodeAnalysis.Workspaces (6)
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
Microsoft.CSharp (1)
Microsoft.Data.Analysis (1)
Microsoft.Data.Analysis.Interactive (1)
Microsoft.Data.Analysis.Tests (2)
Microsoft.DotNet.Build.Tasks.Workloads (1)
Microsoft.DotNet.Cli.CoreUtils (2)
Microsoft.DotNet.Cli.Definitions (1)
Microsoft.DotNet.Cli.Telemetry (2)
Microsoft.DotNet.HotReload.Watch (2)
Microsoft.DotNet.HotReload.WebAssembly.Browser (1)
Microsoft.DotNet.XliffTasks (2)
Microsoft.Extensions.AI.Abstractions (2)
Microsoft.Extensions.AI.Evaluation.Integration.Tests (1)
Microsoft.Extensions.AI.Evaluation.Reporting (1)
Microsoft.Extensions.AI.Integration.Tests (3)
Microsoft.Extensions.AI.OpenAI (1)
Microsoft.Extensions.AI.OpenAI.Tests (1)
Microsoft.Extensions.Configuration.Binder.SourceGeneration (2)
Microsoft.Extensions.Configuration.UserSecrets (3)
Microsoft.Extensions.DependencyInjection.Abstractions (1)
Microsoft.Extensions.Diagnostics.Testing (2)
Microsoft.Extensions.DotNetDeltaApplier (2)
Microsoft.Extensions.Http.Diagnostics.PerformanceTests (3)
Microsoft.Extensions.Http.Diagnostics.Tests (2)
Microsoft.Extensions.Http.Resilience.PerformanceTests (1)
Microsoft.Extensions.Localization (3)
Microsoft.Extensions.Logging.Generators (2)
Microsoft.Extensions.Options.SourceGeneration (2)
Microsoft.Extensions.Resilience.PerformanceTests (1)
Microsoft.Extensions.ServiceDiscovery.Dns.Tests.Fuzzing (1)
Microsoft.Extensions.Telemetry.PerformanceTests (1)
Microsoft.Extensions.Validation.ValidationsGenerator (3)
Microsoft.Extensions.VectorData.ConformanceTests (2)
Microsoft.Gen.BuildMetadata (2)
Microsoft.Gen.ComplianceReports (2)
Microsoft.Gen.ContextualOptions (3)
Microsoft.Gen.ContextualOptions.Unit.Tests (7)
Microsoft.Gen.Logging (3)
Microsoft.Gen.Logging.Unit.Tests (6)
Microsoft.Gen.MetadataExtractor (3)
Microsoft.Gen.Metrics (3)
Microsoft.Gen.MetricsReports (3)
Microsoft.Interop.ComInterfaceGenerator (3)
Microsoft.Interop.JavaScript.JSImportGenerator (3)
Microsoft.Interop.LibraryImportGenerator (3)
Microsoft.Interop.LibraryImportGenerator.Downlevel (2)
Microsoft.JSInterop (2)
Microsoft.JSInterop.WebAssembly (2)
Microsoft.Maui.Controls (5)
Microsoft.Maui.Controls.BindingSourceGen (2)
Microsoft.Maui.Controls.Build.Tasks (3)
Microsoft.Maui.Controls.SourceGen (1)
Microsoft.Maui.Controls.Xaml (14)
Microsoft.Maui.Resizetizer (1)
Microsoft.ML.AutoML.Interactive (1)
Microsoft.ML.AutoML.Tests (2)
Microsoft.ML.Benchmarks.Tests (1)
Microsoft.ML.CodeAnalyzer.Tests (1)
Microsoft.ML.Core (7)
Microsoft.ML.Core.Tests (14)
Microsoft.ML.CpuMath.PerformanceTests (1)
Microsoft.ML.Data (72)
Microsoft.ML.Ensemble (15)
Microsoft.ML.FastTree (10)
Microsoft.ML.ImageAnalytics (5)
Microsoft.ML.IntegrationTests (1)
Microsoft.ML.InternalCodeAnalyzer (1)
Microsoft.ML.KMeansClustering (1)
Microsoft.ML.LightGbm (3)
Microsoft.ML.Maml (1)
Microsoft.ML.Mkl.Components (2)
Microsoft.ML.OnnxTransformer (1)
Microsoft.ML.Parquet (4)
Microsoft.ML.PCA (2)
Microsoft.ML.PerformanceTests (13)
Microsoft.ML.Predictor.Tests (4)
Microsoft.ML.Recommender (2)
Microsoft.ML.Samples (5)
Microsoft.ML.Samples.GPU (4)
Microsoft.ML.StandardTrainers (15)
Microsoft.ML.TensorFlow (1)
Microsoft.ML.TestFramework (12)
Microsoft.ML.Tests (5)
Microsoft.ML.TimeSeries (13)
Microsoft.ML.TimeSeries.Tests (1)
Microsoft.ML.Tokenizers (1)
Microsoft.ML.Tokenizers.Data.Tests (1)
Microsoft.ML.Tokenizers.Tests (2)
Microsoft.ML.TorchSharp (6)
Microsoft.ML.Transforms (40)
Microsoft.ML.Vision (2)
Microsoft.NET.Build.Containers (3)
Microsoft.NET.Build.Extensions.Tasks (1)
Microsoft.NET.Build.Tasks (1)
Microsoft.NET.Sdk.Publish.Tasks (1)
Microsoft.Private.Windows.Core (2)
Microsoft.TemplateEngine.Cli (5)
Microsoft.TemplateEngine.Edge (1)
Microsoft.TestPlatform.AdapterUtilities (2)
Microsoft.TestPlatform.Build (1)
Microsoft.TestPlatform.CommunicationUtilities (1)
Microsoft.TestPlatform.CoreUtilities (1)
Microsoft.TestPlatform.CrossPlatEngine (6)
Microsoft.TestPlatform.Extensions.BlameDataCollector (1)
Microsoft.TestPlatform.PlatformAbstractions (1)
Microsoft.TestPlatform.TestHostRuntimeProvider (2)
Microsoft.TestPlatform.Utilities (2)
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
Microsoft.VisualBasic.Core (2)
Microsoft.VisualStudio.TestPlatform.Client (2)
Microsoft.VisualStudio.TestPlatform.Common (5)
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (2)
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
Microsoft.Web.XmlTransform (1)
Mono.Cecil (3)
MSBuild (5)
NuGet.Build.Tasks (2)
NuGet.Build.Tasks.Pack (1)
NuGet.CommandLine.XPlat (1)
NuGet.Commands (1)
NuGet.Common (2)
NuGet.Configuration (1)
NuGet.Credentials (1)
NuGet.DependencyResolver.Core (1)
NuGet.Frameworks (1)
NuGet.LibraryModel (1)
NuGet.PackageManagement (1)
NuGet.Packaging (5)
NuGet.ProjectModel (1)
NuGet.Protocol (2)
NuGet.Resolver (1)
NuGet.Versioning (1)
PresentationBuildTasks (50)
PresentationCore (4)
PresentationFramework (62)
PresentationUI (1)
ReachFramework (2)
Roslyn.Diagnostics.Analyzers (2)
rzc (3)
Shared.Tests (1)
SuperFileCheck (1)
System.ComponentModel.Composition (7)
System.ComponentModel.Composition.Registration (1)
System.ComponentModel.TypeConverter (10)
System.Composition.Convention (1)
System.Configuration.ConfigurationManager (1)
System.Diagnostics.EventLog (1)
System.DirectoryServices.Protocols (1)
System.Net.Quic (4)
System.Private.CoreLib (25)
System.Private.DataContractSerialization (6)
System.Private.Windows.Core (2)
System.Private.Windows.Core.TestUtilities (1)
System.Private.Xml (31)
System.Reflection.Context (1)
System.Reflection.DispatchProxy (2)
System.Reflection.Emit (4)
System.Runtime.InteropServices (3)
System.Runtime.Serialization.Formatters (2)
System.Runtime.Serialization.Schema (1)
System.ServiceModel.Primitives (1)
System.Speech (2)
System.Text.Encoding.CodePages (1)
System.Text.Json (21)
System.Text.Json.SourceGeneration (1)
System.Text.RegularExpressions (1)
System.Text.RegularExpressions.Generator (2)
System.Windows.Extensions (1)
System.Windows.Forms (5)
System.Windows.Forms.Design (12)
System.Xaml (28)
testhost (2)
testhost.arm64 (2)
testhost.x86 (2)
TestProject.AppHost (1)
UIAutomationClient (1)
vbc (1)
VBCSCompiler (1)
vbi (1)
vstest.console (6)
vstest.console.arm64 (6)
src\vstest\src\vstest.console\Internal\Product.cs (1)
15.Assembly