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