-
Notifications
You must be signed in to change notification settings - Fork 677
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OmniSharp.MSBuild.ProjectLoader The "GetReferenceNearestTargetFrameworkTask" task was not found #2510
Comments
I'm hitting this too - I think others maybe as well: OmniSharp/omnisharp-roslyn#1094 |
I had previously installed the MS Studio 2015 but I removed it |
@boris-741: Could you try setting the following option and then provide your OmnISharp log? That should provide quite a bit more information that might help us find the issue. {
"omnisharp.loggingLevel": "debug"
} |
other system the same problem OS Win10 "omnisharp.loggingLevel": "debug" Starting OmniSharp server at 9/11/2018, 10:02:04 PM OmniSharp server started. Starting OmniSharp on Windows 6.2.9200.0 (x64) Update project: Assembly-CSharp |
I'm getting the same problem, I think. Starting OmniSharp server at 9/11/2018, 11:37:55 PM OmniSharp server started. Starting OmniSharp on Windows 6.2.9200.0 (x64) Loading project: f:\Unity Games\Twitch Game 2\Twitch Game 2 Repo\Assembly-CSharp-firstpass.csproj Loading project: f:\Unity Games\Twitch Game 2\Twitch Game 2 Repo\Assembly-CSharp-Editor-firstpass.csproj Attemped to update project that is not loaded: f:\Unity Games\Twitch Game 2\Twitch Game 2 Repo\Assembly-CSharp.csproj |
Totally blows you out of the water from using Omnisharp 1.16 on any level. Is there an easy way to rollback to 1.15 until this is fixed? (I'm new to GitHub world, so I'm used to just going to a different install package to backtrack. Any chance on that happening here?) |
We believe we have identified the issue and we've created a beta of the C# extension that includes the fix. Please install the beta VSIX (https://github.com/OmniSharp/omnisharp-vscode/releases/download/v1.16.1-beta1/csharp-1.16.1-beta1.vsix) and let us know if that resolves the problem |
@rchande The fix seems to be working here, thanks!! |
Brilliant, that was fast, thanks! I'll test tonight, cheers! |
fix with 1.16.1 |
After update everything, solved with solution below. |
Environment data
dotnet --info
output:VS Code version:
C# Extension version:
Версия: 1.27.1 (system setup)
Фиксация: 5944e81f3c46a3938a82c701f96d7a59b074cfdc
Дата: 2018-09-06T09:21:10.934Z
Electron: 2.0.7
Chrome: 61.0.3163.100
Node.js: 8.9.3
V8: 6.1.534.41
Архитектура: ia32
Steps to reproduce
after the last update Omni Sharp stopped working
log:
OS Windows 7 SP1, Unity 2018.1 project
The text was updated successfully, but these errors were encountered: