**OS:** OSX **Vim:** Neovim v0.9.0 **Dotnet:** 7.0.102 SDK Opening a large monorepo and starting the OmniSharp server (only used the built-in Install command) with: ``` :OmniSharpStartSerever Project.sln ``` Leads to a `Failed to load project` message for every `.csproj` file in the monorepo, but it **doesn't** provide a reason for why it failed. i.e.: ``` Failed to load project: /Users/bsturgeon/RiderProjects/dotnet/src/Common/Utils/Utils.csproj ``` Just trying to figure out what I can do to debug this further. Let me know if you need to know anything else about my setup. Thank you!