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