17 writes to AssemblyName
Aspire.Hosting.Testing (1)
DistributedApplicationFactory.cs (1)
191
applicationOptions.
AssemblyName
= entryPointAssembly.GetName().Name ?? string.Empty;
Aspire.Hosting.Tests (15)
Dcp\DcpExecutorTests.cs (14)
57
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
122
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
176
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
210
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
576
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
603
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
696
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
775
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
886
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
933
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
2021
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
2058
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
2095
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
2175
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
ManifestGenerationTests.cs (1)
118
{ Args = GetJsonManifestArgs(), DisableDashboard = true,
AssemblyName
= typeof(ManifestGenerationTests).Assembly.FullName });
TestProject.AppHost (1)
TestProgram.cs (1)
53
AssemblyName
= assemblyName,
4 references to AssemblyName
Aspire.Hosting (4)
DistributedApplicationOptions.cs (4)
218
if (!string.IsNullOrEmpty(
AssemblyName
))
223
appHostAssembly = Assembly.Load(
AssemblyName
);
226
throw new FileNotFoundException($"No assembly with name '{
AssemblyName
}' exists in the current AppDomain.");
231
throw new InvalidOperationException($"Failed to load AppHost assembly '{
AssemblyName
}' specified in {nameof(DistributedApplicationOptions)}.", ex);