11 writes to AssemblyName
Aspire.Hosting.Testing (1)
DistributedApplicationFactory.cs (1)
167applicationOptions.AssemblyName = entryPointAssembly.GetName().Name ?? string.Empty;
Aspire.Hosting.Tests (9)
Dcp\DcpExecutorTests.cs (8)
52AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 115AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 182AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 548AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 575AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 664AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 784AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 831AssemblyName = 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);