1 instantiation of CSharpAppResource
Aspire.Hosting (1)
ProjectResourceBuilderExtensions.cs (1)
363var app = new CSharpAppResource(name);
2 references to CSharpAppResource
Aspire.Hosting (2)
ProjectResourceBuilderExtensions.cs (2)
353public static IResourceBuilder<CSharpAppResource> AddCSharpApp(this IDistributedApplicationBuilder builder, [ResourceName] string name, string path, Action<ProjectResourceOptions> configure) 363var app = new CSharpAppResource(name);