37 writes to MethodName
Aspire.Hosting (6)
ConnectionStringBuilderExtensions.cs (1)
40[AspireExport("addConnectionStringExpression", MethodName = "addConnectionString", Description = "Adds a connection string with a reference expression")]
ContainerRegistryResourceBuilderExtensions.cs (1)
91[AspireExport("addContainerRegistryFromString", MethodName = "addContainerRegistry", Description = "Adds a container registry with string endpoint")]
ExternalServiceBuilderExtensions.cs (2)
49[AspireExport("addExternalServiceUri", MethodName = "addExternalService", Description = "Adds an external service with a URI")] 66[AspireExport("addExternalServiceParameter", MethodName = "addExternalService", Description = "Adds an external service with a parameter URL")]
ParameterResourceBuilderExtensions.cs (1)
52[AspireExport("addParameterWithValue", MethodName = "addParameter", Description = "Adds a parameter with a default value")]
ProjectResourceBuilderExtensions.cs (1)
823[AspireExport("publishProjectAsDockerFileWithConfigure", MethodName = "publishAsDockerFile", Description = "Publishes a project as a Docker file with optional container configuration")]
Aspire.Hosting.Azure (2)
AzureUserAssignedIdentityExtensions.cs (1)
60[AspireExport("withUserAssignedIdentityAzureUserAssignedIdentity", MethodName = "withAzureUserAssignedIdentity", Description = "Associates an Azure user-assigned identity with a compute resource")]
ExistingAzureResourceExtensions.cs (1)
136[AspireExport("asExistingFromParameters", MethodName = "asExisting", Description = "Marks an Azure resource as existing in both run and publish modes by using parameter resources")]
Aspire.Hosting.Azure.AppContainers (3)
AzureContainerAppContainerExtensions.cs (1)
34[AspireExport("publishContainerAsAzureContainerApp", MethodName = "publishAsAzureContainerApp", Description = "Configures the container resource to be published as an Azure Container App")]
AzureContainerAppExecutableExtensions.cs (1)
34[AspireExport("publishExecutableAsAzureContainerApp", MethodName = "publishAsAzureContainerApp", Description = "Configures the executable resource to be published as an Azure Container App")]
AzureContainerAppProjectExtensions.cs (1)
34[AspireExport("publishProjectAsAzureContainerApp", MethodName = "publishAsAzureContainerApp", Description = "Configures the project resource to be published as an Azure Container App")]
Aspire.Hosting.Azure.ContainerRegistry (1)
AzureContainerRegistryExtensions.cs (1)
104[AspireExport("withContainerRegistryAzureContainerRegistry", MethodName = "withAzureContainerRegistry", Description = "Configures a compute environment resource to use an Azure Container Registry.")]
Aspire.Hosting.Azure.Network (3)
AzureVirtualNetworkExtensions.cs (3)
62[AspireExport("addAzureVirtualNetworkFromParameter", MethodName = "addAzureVirtualNetwork", Description = "Adds an Azure Virtual Network resource to the application model with a parameterized address prefix.")] 204[AspireExport("addSubnetFromParameter", MethodName = "addSubnet", Description = "Adds an Azure subnet resource with a parameterized address prefix to an Azure Virtual Network resource.")] 259[AspireExport("withSubnetDelegatedSubnet", MethodName = "withDelegatedSubnet", Description = "Associates a delegated Azure subnet resource with an Azure resource that supports subnet delegation.")]
Aspire.Hosting.Azure.ServiceBus (3)
AzureServiceBusExtensions.cs (3)
190[AspireExport("withQueueProperties", MethodName = "withProperties", Description = "Configures properties of an Azure Service Bus queue", RunSyncOnBackgroundThread = true)] 273[AspireExport("withTopicProperties", MethodName = "withProperties", Description = "Configures properties of an Azure Service Bus topic", RunSyncOnBackgroundThread = true)] 343[AspireExport("withSubscriptionProperties", MethodName = "withProperties", Description = "Configures properties of an Azure Service Bus subscription", RunSyncOnBackgroundThread = true)]
Aspire.Hosting.Azure.WebPubSub (1)
AzureWebPubSubExtensions.cs (1)
256[AspireExport("addEventHandlerWithoutAuth", MethodName = "addEventHandler", Description = "Adds an event handler to an Azure Web PubSub hub.")]
Aspire.Hosting.DevTunnels (4)
DevTunnelResourceBuilderExtensions.cs (4)
259[AspireExport("withReferenceResourceAnonymous", MethodName = "withTunnelReferenceAll", Description = "Configures the dev tunnel to expose all endpoints on the referenced resource.")] 308[AspireExport("withReferenceEndpoint", MethodName = "withTunnelReference", Description = "Configures the dev tunnel to expose a target endpoint.")] 321[AspireExport("withReferenceEndpointAnonymous", MethodName = "withTunnelReferenceAnonymous", Description = "Configures the dev tunnel to expose a target endpoint with access control.")] 424[AspireExport("getEndpointByEndpointReference", MethodName = "getTunnelEndpoint", Description = "Gets the public endpoint exposed by the dev tunnel.")]
Aspire.Hosting.Docker (1)
DockerComposeEnvironmentExtensions.cs (1)
138[AspireExport("configureDashboard", MethodName = "configureDashboard", Description = "Configures the Aspire dashboard resource for the Docker Compose environment", RunSyncOnBackgroundThread = true)]
Aspire.Hosting.Foundry (2)
FoundryExtensions.cs (2)
114[AspireExport("withFoundryDeploymentProperties", MethodName = "withProperties", Description = "Configures properties of a Microsoft Foundry deployment resource.", RunSyncOnBackgroundThread = true)] 211[AspireExport("withFoundryRoleAssignments", MethodName = "withRoleAssignments", Description = "Assigns Microsoft Foundry roles to a resource")]
Aspire.Hosting.PostgreSQL (3)
PostgresBuilderExtensions.cs (3)
241[AspireExport("withPgAdminHostPort", MethodName = "withHostPort", Description = "Sets the host port for pgAdmin")] 258[AspireExport("withPgWebHostPort", MethodName = "withHostPort", Description = "Sets the host port for pgweb")] 582[AspireExport("withPostgresHostPort", MethodName = "withHostPort", Description = "Sets the host port for PostgreSQL")]
Aspire.Hosting.Redis (4)
RedisBuilderExtensions.cs (4)
391[AspireExport("withRedisCommanderHostPort", MethodName = "withHostPort", Description = "Sets the host port for Redis Commander")] 408[AspireExport("withRedisInsightHostPort", MethodName = "withHostPort", Description = "Sets the host port for Redis Insight")] 520[AspireExport("withRedisInsightDataVolume", Description = "Adds a data volume for Redis Insight", MethodName = "withDataVolume")] 534[AspireExport("withRedisInsightDataBindMount", MethodName = "withDataBindMount", Description = "Adds a data bind mount for Redis Insight")]
Aspire.Hosting.Tests (1)
Ats\AttributeDataReaderTests.cs (1)
186[AspireExport("overriddenMethod", MethodName = "customName")]
Aspire.Hosting.Yarp (3)
ConfigurationBuilder\IYarpConfigurationBuilder.cs (1)
99[AspireExport("addClusterFromResource", MethodName = "addCluster", Description = "Adds a YARP cluster for a resource that supports service discovery.")]
YarpResourceExtensions.cs (2)
152[AspireExport("withStaticFiles1", MethodName = "withStaticFiles", Description = "Enables static file serving in the YARP resource. Static files are served from the wwwroot folder.")] 168[AspireExport("withStaticFiles2", MethodName = "withStaticFiles", Description = "Enables static file serving. In run mode: bind mounts to /wwwroot.")]