31 references to AspireExport
Aspire.Hosting (27)
Ats\AtsTypeMappings.cs (27)
21[assembly: AspireExport(typeof(IDistributedApplicationBuilder))] 22[assembly: AspireExport(typeof(DistributedApplication))] 27[assembly: AspireExport(typeof(EndpointReference))] 28[assembly: AspireExport(typeof(ReferenceExpression))] 33[assembly: AspireExport(typeof(IResource))] 34[assembly: AspireExport(typeof(IResourceWithEnvironment))] 35[assembly: AspireExport(typeof(IResourceWithEndpoints))] 36[assembly: AspireExport(typeof(IResourceWithArgs))] 37[assembly: AspireExport(typeof(IResourceWithConnectionString))] 38[assembly: AspireExport(typeof(IResourceWithWaitSupport))] 39[assembly: AspireExport(typeof(IResourceWithParent))] 42[assembly: AspireExport(typeof(ContainerResource))] 43[assembly: AspireExport(typeof(ExecutableResource))] 44[assembly: AspireExport(typeof(ProjectResource))] 45[assembly: AspireExport(typeof(ParameterResource))] 48[assembly: AspireExport(typeof(IServiceProvider))] 49[assembly: AspireExport(typeof(ResourceNotificationService))] 50[assembly: AspireExport(typeof(ResourceLoggerService))] 53[assembly: AspireExport(typeof(IConfiguration))] 54[assembly: AspireExport(typeof(IConfigurationSection), ExposeProperties = true)] 55[assembly: AspireExport(typeof(IHostEnvironment), ExposeProperties = true)] 56[assembly: AspireExport(typeof(ILogger))] 57[assembly: AspireExport(typeof(ILoggerFactory))] 58[assembly: AspireExport(typeof(CancellationToken))] 59[assembly: AspireExport(typeof(IReportingStep))] 60[assembly: AspireExport(typeof(IReportingTask))] 63[assembly: AspireExport(typeof(DistributedApplicationEventSubscription))]
Aspire.Hosting.Azure.AppContainers (2)
AtsTypeMappings.cs (2)
13[assembly: AspireExport(typeof(ContainerApp), ExposeProperties = true)] 14[assembly: AspireExport(typeof(ContainerAppJob), ExposeProperties = true)]
Aspire.Hosting.Azure.AppService (2)
AtsTypeMappings.cs (2)
7[assembly: AspireExport(typeof(WebSite), ExposeProperties = true)] 8[assembly: AspireExport(typeof(WebSiteSlot), ExposeProperties = true)]