3 references to ProjectLocatorException
aspire (3)
Projects\ProjectLocator.cs (3)
25throw new ProjectLocatorException($"Project file does not exist."); 38{ Length: 0 } => throw new ProjectLocatorException("No project file found."), 39{ Length: > 1 } => throw new ProjectLocatorException("Multiple project files found."),