2 instantiations of TestProject
Aspire.Hosting.Tests (2)
ProjectResourceBuilderExtensionTests.cs (2)
103
.WithAnnotation<IProjectMetadata>(new
TestProject
())
115
.WithAnnotation<IProjectMetadata>(new
TestProject
())
6 references to TestProject
Aspire.Hosting.Tests (6)
ProjectResourceBuilderExtensionTests.cs (6)
49
var project = builder.AddProject<
TestProject
>("project", options => options.ExcludeLaunchProfile = true)
86
var project = builder.AddProject<
TestProject
>("project", options => options.ExcludeLaunchProfile = true);
133
var project = builder.AddProject<
TestProject
>("project", options => options.ExcludeLaunchProfile = true);
150
var resource = builder.AddProject<
TestProject
>("test", options => options.ExcludeLaunchProfile = true)
177
var resource = builder.AddProject<
TestProject
>("test", options => options.ExcludeLaunchProfile = true)
202
var resource = builder.AddProject<
TestProject
>("test", options => options.ExcludeLaunchProfile = true)