41 references to AspireExport
Aspire.Hosting (37)
Ats\AtsTypeMappings.cs (37)
22
[assembly:
AspireExport
(typeof(IDistributedApplicationBuilder))]
23
[assembly:
AspireExport
(typeof(IDistributedApplicationPipeline))]
24
[assembly:
AspireExport
(typeof(DistributedApplication))]
29
[assembly:
AspireExport
(typeof(EndpointReference))]
30
[assembly:
AspireExport
(typeof(ReferenceExpression))]
31
[assembly:
AspireExport
(typeof(IAspireStore), ExposeProperties = true)]
32
[assembly:
AspireExport
(typeof(IExecutionConfigurationBuilder))]
33
[assembly:
AspireExport
(typeof(IExecutionConfigurationResult))]
38
[assembly:
AspireExport
(typeof(IResource))]
39
[assembly:
AspireExport
(typeof(IResourceWithEnvironment))]
40
[assembly:
AspireExport
(typeof(IResourceWithEndpoints))]
41
[assembly:
AspireExport
(typeof(IResourceWithArgs))]
42
[assembly:
AspireExport
(typeof(IResourceWithConnectionString))]
43
[assembly:
AspireExport
(typeof(IResourceWithWaitSupport))]
44
[assembly:
AspireExport
(typeof(IResourceWithParent))]
47
[assembly:
AspireExport
(typeof(ContainerResource))]
48
[assembly:
AspireExport
(typeof(ExecutableResource))]
49
[assembly:
AspireExport
(typeof(ProjectResource))]
50
[assembly:
AspireExport
(typeof(ParameterResource))]
51
[assembly:
AspireExport
(typeof(ContainerMountAnnotation), ExposeProperties = true)]
52
[assembly:
AspireExport
(typeof(ContainerImageReference), ExposeProperties = true)]
53
[assembly:
AspireExport
(typeof(ContainerPortReference), ExposeProperties = true)]
56
[assembly:
AspireExport
(typeof(IServiceProvider))]
57
[assembly:
AspireExport
(typeof(ResourceNotificationService))]
58
[assembly:
AspireExport
(typeof(ResourceLoggerService))]
59
[assembly:
AspireExport
(typeof(ResourceCommandService))]
60
[assembly:
AspireExport
(typeof(IInteractionService))]
61
[assembly:
AspireExport
(typeof(ProgressContext), ExposeProperties = true)]
64
[assembly:
AspireExport
(typeof(IConfiguration))]
65
[assembly:
AspireExport
(typeof(IConfigurationSection), ExposeProperties = true)]
66
[assembly:
AspireExport
(typeof(IHostEnvironment), ExposeProperties = true)]
67
[assembly:
AspireExport
(typeof(ILogger))]
68
[assembly:
AspireExport
(typeof(ILoggerFactory))]
69
[assembly:
AspireExport
(typeof(CancellationToken))]
70
[assembly:
AspireExport
(typeof(IReportingStep))]
71
[assembly:
AspireExport
(typeof(IReportingTask))]
74
[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)]