9 references to Assembly
Aspire.Hosting (9)
Dcp\DcpOptions.cs (1)
133
var assemblyMetadata = appOptions.
Assembly
?.GetCustomAttributes<AssemblyMetadataAttribute>();
DistributedApplicationBuilder.cs (1)
80
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)
205
SecretsStore.TrySetUserSecret(options.
Assembly
, parameter.ConfigurationKey, inputValue);
VersionChecking\VersionCheckService.cs (3)
92
SecretsStore.TrySetUserSecret(_options.
Assembly
, LastCheckDateKey, now.ToString("o", CultureInfo.InvariantCulture));
124
SecretsStore.TrySetUserSecret(_options.
Assembly
, KnownLatestVersionKey, latestVersion.ToString());
142
SecretsStore.TrySetUserSecret(_options.
Assembly
, IgnoreVersionKey, latestVersion.ToString());