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)
56
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
121
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
175
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
209
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
575
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
602
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
695
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
774
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
885
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
932
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
1987
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
2024
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
2061
AssemblyName
= typeof(DistributedApplicationTests).Assembly.FullName
2141
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)
219
if (!string.IsNullOrEmpty(
AssemblyName
))
224
appHostAssembly = Assembly.Load(
AssemblyName
);
227
throw new FileNotFoundException($"No assembly with name '{
AssemblyName
}' exists in the current AppDomain.");
232
throw new InvalidOperationException($"Failed to load AppHost assembly '{
AssemblyName
}' specified in {nameof(DistributedApplicationOptions)}.", ex);