1 instantiation of ValidatedManifest
Aspire.Hosting.Radius (1)
Secrets\SealedSecretManifest.cs (1)
91return new ValidatedManifest(metadata, manifestPath, content);
4 references to ValidatedManifest
Aspire.Hosting.Radius (4)
Publishing\RadiusInfrastructureBuilder.cs (1)
2148if (!options.SealedSecretManifests.TryGetValue(store.Name, out var manifest))
Publishing\RadiusInfrastructureOptions.cs (1)
88internal Dictionary<string, ValidatedManifest> SealedSecretManifests { get; } = new(StringComparer.Ordinal);
Publishing\SealedSecretApplyStep.cs (1)
110var validated = SealedSecretManifest.ReadValidated(store.Name, manifestPath, defaultNamespace);
Secrets\SealedSecretManifest.cs (1)
57internal static ValidatedManifest ReadValidated(