14 writes to AssemblyName
Aspire.Hosting.Testing (1)
DistributedApplicationFactory.cs (1)
191
applicationOptions.
AssemblyName
= entryPointAssembly.GetName().Name ?? string.Empty;
Aspire.Hosting.Tests (12)
Dcp\DcpExecutorTests.cs (11)
56
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
121
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
173
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
539
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
566
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
659
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
785
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
832
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
1883
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
1920
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
1957
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
ManifestGenerationTests.cs (1)
117
{ Args = GetJsonManifestArgs(), DisableDashboard = true,
AssemblyName
= typeof(ManifestGenerationTests).Assembly.FullName });
TestProject.AppHost (1)
TestProgram.cs (1)
51
AssemblyName
= assemblyName,
4 references to AssemblyName
Aspire.Hosting (4)
DistributedApplicationOptions.cs (4)
145
if (!string.IsNullOrEmpty(
AssemblyName
))
150
appHostAssembly = Assembly.Load(
AssemblyName
);
153
throw new FileNotFoundException($"No assembly with name '{
AssemblyName
}' exists in the current AppDomain.");
158
throw new InvalidOperationException($"Failed to load AppHost assembly '{
AssemblyName
}' specified in {nameof(DistributedApplicationOptions)}.", ex);