22 references to AspireExport
Aspire.Hosting (22)
Ats\AtsTypeMappings.cs (22)
17
[assembly:
AspireExport
(typeof(IDistributedApplicationBuilder))]
18
[assembly:
AspireExport
(typeof(DistributedApplication))]
23
[assembly:
AspireExport
(typeof(EndpointReference))]
24
[assembly:
AspireExport
(typeof(ReferenceExpression))]
29
[assembly:
AspireExport
(typeof(IResource))]
30
[assembly:
AspireExport
(typeof(IResourceWithEnvironment))]
31
[assembly:
AspireExport
(typeof(IResourceWithEndpoints))]
32
[assembly:
AspireExport
(typeof(IResourceWithArgs))]
33
[assembly:
AspireExport
(typeof(IResourceWithConnectionString))]
34
[assembly:
AspireExport
(typeof(IResourceWithWaitSupport))]
35
[assembly:
AspireExport
(typeof(IResourceWithParent))]
38
[assembly:
AspireExport
(typeof(ContainerResource))]
39
[assembly:
AspireExport
(typeof(ExecutableResource))]
40
[assembly:
AspireExport
(typeof(ProjectResource))]
41
[assembly:
AspireExport
(typeof(ParameterResource))]
44
[assembly:
AspireExport
(typeof(IServiceProvider))]
45
[assembly:
AspireExport
(typeof(ResourceNotificationService))]
46
[assembly:
AspireExport
(typeof(ResourceLoggerService))]
49
[assembly:
AspireExport
(typeof(IConfiguration))]
50
[assembly:
AspireExport
(typeof(IHostEnvironment))]
51
[assembly:
AspireExport
(typeof(CancellationToken))]
54
[assembly:
AspireExport
(typeof(DistributedApplicationEventSubscription))]