3 instantiations of AspireExportIgnoreAttribute
Aspire.Hosting.Azure.KeyVault (3)
AzureKeyVaultResourceExtensions.cs (3)
171[AspireExportIgnore(Reason = "KeyVaultBuiltInRole is an Azure.Provisioning type not compatible with ATS. Use the string-based overload instead.")] 247[AspireExportIgnore(Reason = "Raw ParameterResource overload; use the IResourceBuilder<ParameterResource> variant instead.")] 307[AspireExportIgnore(Reason = "Raw ParameterResource overload; use the IResourceBuilder<ParameterResource> variant instead.")]
4 references to AspireExportIgnoreAttribute
Aspire.Hosting (4)
Ats\AspireExportAttribute.cs (2)
179/// are automatically exposed as get/set capabilities (unless marked with <see cref="AspireExportIgnoreAttribute"/>). 201/// (unless marked with <see cref="AspireExportIgnoreAttribute"/>).
Ats\AtsCapabilityScanner.cs (2)
2414return property.GetCustomAttribute<AspireExportIgnoreAttribute>() != null; 2422return method.GetCustomAttribute<AspireExportIgnoreAttribute>() != null;