11 writes to AssemblyName
Aspire.Hosting.Testing (1)
DistributedApplicationFactory.cs (1)
167
applicationOptions.
AssemblyName
= entryPointAssembly.GetName().Name ?? string.Empty;
Aspire.Hosting.Tests (9)
Dcp\DcpExecutorTests.cs (8)
52
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
115
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
182
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
548
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
575
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
664
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
784
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
831
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
ManifestGenerationTests.cs (1)
114
{ Args = GetManifestArgs(), DisableDashboard = true,
AssemblyName
= typeof(ManifestGenerationTests).Assembly.FullName });
TestProject.AppHost (1)
TestProgram.cs (1)
49
AssemblyName
= assemblyName,
4 references to AssemblyName
Aspire.Hosting (4)
DistributedApplicationOptions.cs (4)
97
if (!string.IsNullOrEmpty(
AssemblyName
))
102
appHostAssembly = Assembly.Load(
AssemblyName
);
105
throw new FileNotFoundException($"No assembly with name '{
AssemblyName
}' exists in the current AppDomain.");
110
throw new InvalidOperationException($"Failed to load AppHost assembly '{
AssemblyName
}' specified in {nameof(DistributedApplicationOptions)}.", ex);