2 instantiations of CSharpAppResource
Aspire.Hosting (1)
ProjectResourceBuilderExtensions.cs (1)
367
var app = new
CSharpAppResource
(name);
Aspire.Hosting.Tests (1)
ResourceCommandAnnotationTests.cs (1)
105
var csharpAppResource = new
CSharpAppResource
("testapp");
3 references to CSharpAppResource
Aspire.Hosting (2)
ProjectResourceBuilderExtensions.cs (2)
357
public static IResourceBuilder<
CSharpAppResource
> AddCSharpApp(this IDistributedApplicationBuilder builder, [ResourceName] string name, string path, Action<ProjectResourceOptions> configure)
367
var
app = new CSharpAppResource(name);
Aspire.Hosting.Tests (1)
ResourceCommandAnnotationTests.cs (1)
105
var
csharpAppResource = new CSharpAppResource("testapp");