We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd4e387 + 6e27dd5 commit f53d668Copy full SHA for f53d668
src/solution/ProjectFilesProvider.ts
@@ -33,7 +33,12 @@ export class ProjectFilesProvider {
33
workspaceRoot.uri.fsPath,
34
path.dirname(projectFile.fsPath),
35
);
36
+
37
const { projects } = NugetDepsTree.generate(projectFile.fsPath);
38
+ if (projects.length === 0) {
39
+ continue;
40
+ }
41
42
const [project] = projects;
43
const hasEFDesignPackage =
44
ProjectFilesProvider.getProjectPackage(
0 commit comments