13 instantiations of TestProjectMetadata
Aspire.Hosting.Tests (13)
DotnetProgramPublishingTests.cs (13)
95.WithAnnotation(new TestProjectMetadata("program.csproj")); 113.WithAnnotation(new TestProjectMetadata("program.csproj")); 129resource.Annotations.Add(new TestProjectMetadata("first.csproj")); 130resource.Annotations.Add(new TestProjectMetadata("second.csproj")); 156.WithAnnotation(new TestProjectMetadata(projectPath)) 178.WithAnnotation(new TestProjectMetadata("program.csproj")) 200.WithAnnotation(new TestProjectMetadata("program.csproj")) 253.WithAnnotation(new TestProjectMetadata("program.csproj")) 323resource.WithAnnotation(new TestProjectMetadata(Path.Combine(workspace.WorkspaceRoot.FullName, "program.csproj"))) 381.WithAnnotation(new TestProjectMetadata(Path.Combine(workspace.WorkspaceRoot.FullName, "local.csproj"))); 383.WithAnnotation(new TestProjectMetadata(Path.Combine(workspace.WorkspaceRoot.FullName, "archive.csproj"))) 412.WithAnnotation(new TestProjectMetadata("program.csproj")); 441var metadata = new TestProjectMetadata(Path.Combine(workspace.WorkspaceRoot.FullName, "program.csproj"));
1 reference to TestProjectMetadata
Aspire.Hosting.Tests (1)
DotnetProgramPublishingTests.cs (1)
441var metadata = new TestProjectMetadata(Path.Combine(workspace.WorkspaceRoot.FullName, "program.csproj"));