Implemented interface member:
property
AppHostAssembly
Aspire.Hosting.IDistributedApplicationBuilder.AppHostAssembly
5 references to AppHostAssembly
Aspire.Hosting (3)
DistributedApplicationBuilder.cs (3)
202
var assemblyMetadata =
AppHostAssembly
?.GetCustomAttributes<AssemblyMetadataAttribute>();
354
SecretsStore.GetOrSetUserSecret(_innerBuilder.Configuration,
AppHostAssembly
, "AppHost:OtlpApiKey", TokenGenerator.GenerateToken);
360
SecretsStore.GetOrSetUserSecret(_innerBuilder.Configuration,
AppHostAssembly
, "AppHost:McpApiKey", TokenGenerator.GenerateToken);
Aspire.Hosting.Testing (2)
DistributedApplicationTestingBuilder.cs (2)
233
public Assembly? AppHostAssembly => innerBuilder.
AppHostAssembly
;
385
public Assembly? AppHostAssembly => _innerBuilder.
AppHostAssembly
;