Implemented interface member:
property
AppHostAssembly
Aspire.Hosting.IDistributedApplicationBuilder.AppHostAssembly
5 references to AppHostAssembly
Aspire.Hosting (3)
DistributedApplicationBuilder.cs (3)
192
var userSecretsId = ResolveUserSecretsId(
AppHostAssembly
, _innerBuilder.Configuration);
193
AddConfiguredUserSecrets(_innerBuilder.Configuration,
AppHostAssembly
, configuredUserSecretsId, _innerBuilder.Environment.IsDevelopment());
230
var assemblyMetadata =
AppHostAssembly
?.GetCustomAttributes<AssemblyMetadataAttribute>();
Aspire.Hosting.Testing (2)
DistributedApplicationTestingBuilder.cs (2)
235
public Assembly? AppHostAssembly => innerBuilder.
AppHostAssembly
;
389
public Assembly? AppHostAssembly => _innerBuilder.
AppHostAssembly
;