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