You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Runtime Environment:
OS Name: Mac OS X
OS Version: 10.12
OS Platform: Darwin
RID: osx.10.12-x64
Base Path: /usr/local/share/dotnet/sdk/1.0.4
VS Code version:
1.14.1
C# Extension version:
1.11.0
After converting my medium sized "solution" (11 total projects) from project.json to csproj, omnisharp server takes 40-50 seconds to start. (measured from opening a C# file in the editor until code-lens visibility)
Pre-conversion it took about 5 seconds.
I'm not sure what information I can add to help narrow this down. I'll help in any way I can. My guess though is that it might be related to the terrible dotnet build performance in the same scenario, due to the "upgraded" project system: https://github.com/dotnet/cli/issues/5918
The text was updated successfully, but these errors were encountered:
Environment data
dotnet --info
output:.NET Command Line Tools (1.0.4)
Product Information:
Version: 1.0.4
Commit SHA-1 hash: af1e6684fd
Runtime Environment:
OS Name: Mac OS X
OS Version: 10.12
OS Platform: Darwin
RID: osx.10.12-x64
Base Path: /usr/local/share/dotnet/sdk/1.0.4
VS Code version:
1.14.1
C# Extension version:
1.11.0
After converting my medium sized "solution" (11 total projects) from project.json to csproj, omnisharp server takes 40-50 seconds to start. (measured from opening a C# file in the editor until code-lens visibility)
Pre-conversion it took about 5 seconds.
I'm not sure what information I can add to help narrow this down. I'll help in any way I can. My guess though is that it might be related to the terrible dotnet build performance in the same scenario, due to the "upgraded" project system: https://github.com/dotnet/cli/issues/5918
The text was updated successfully, but these errors were encountered: