12 references to ParseProject
aspire (1)
Projects\ProjectUpdater.cs (1)
213
return fallbackParser.
ParseProject
(projectFile);
Aspire.Cli.Tests (11)
Projects\FallbackProjectParserTests.cs (11)
30
var result = parser.
ParseProject
(new FileInfo(projectFile));
68
var result = parser.
ParseProject
(new FileInfo(projectFile));
114
var result = parser.
ParseProject
(new FileInfo(projectFile));
157
parser.
ParseProject
(new FileInfo(projectFile)));
185
var result = parser.
ParseProject
(new FileInfo(projectFile));
227
var result = parser.
ParseProject
(new FileInfo(projectFile));
280
var result = parser.
ParseProject
(new FileInfo(projectFile));
314
var result = parser.
ParseProject
(new FileInfo(projectFile));
351
var result = parser.
ParseProject
(new FileInfo(projectFile));
383
var result = parser.
ParseProject
(new FileInfo(projectFile));
411
parser.
ParseProject
(new FileInfo(projectFile)));