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