5 references to ParseProject
aspire (1)
Projects\ProjectUpdater.cs (1)
210return fallbackParser.ParseProject(projectFile);
Aspire.Cli.Tests (4)
Projects\FallbackProjectParserTests.cs (4)
30var result = parser.ParseProject(new FileInfo(projectFile)); 71var result = parser.ParseProject(new FileInfo(projectFile)); 120var result = parser.ParseProject(new FileInfo(projectFile)); 166parser.ParseProject(new FileInfo(projectFile)));