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