9 references to Assembly
Aspire.Hosting (9)
Dcp\DcpOptions.cs (1)
133
var assemblyMetadata = appOptions.
Assembly
?.GetCustomAttributes<AssemblyMetadataAttribute>();
DistributedApplicationBuilder.cs (1)
78
public Assembly? AppHostAssembly => _options.
Assembly
;
DistributedApplicationOptions.cs (3)
83
var assemblyMetadata =
Assembly
?.GetCustomAttributes<AssemblyMetadataAttribute>();
89
var assemblyMetadata =
Assembly
?.GetCustomAttributes<AssemblyMetadataAttribute>();
118
return
Assembly
?.GetCustomAttribute<AssemblyConfigurationAttribute>()?.Configuration;
Orchestrator\ParameterProcessor.cs (1)
204
SecretsStore.TrySetUserSecret(options.
Assembly
, parameter.ConfigurationKey, inputValue);
VersionChecking\VersionCheckService.cs (3)
100
SecretsStore.TrySetUserSecret(_options.
Assembly
, LastCheckDateKey, now.ToString("o", CultureInfo.InvariantCulture));
134
SecretsStore.TrySetUserSecret(_options.
Assembly
, KnownLatestVersionKey, latestVersion.ToString());
152
SecretsStore.TrySetUserSecret(_options.
Assembly
, IgnoreVersionKey, latestVersion.ToString());