-
Notifications
You must be signed in to change notification settings - Fork 675
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 still having a hard time with xamarin #1779
Comments
You project does not supported in .net core or bad csproj files. |
what is considered bad? |
Any chance you could share the project? |
Just the CFD.csproj? |
Just knowing what sort of project this is and how to create a smaller repro would be helpful. "Xamarin project" is not as helpful. 😄 From the log you provided, it looks like many of the projects are PCL projects of some sort? |
The whole project is PCL, we are waiting for Xamarin.forms to switch to dotnet 2.0 mono-mdk must have an different location for their CSharp Targets
So |
Now that xbuild is deprecated in mono 5.0.0, I would suggest looking for the |
What environment variable do I have to set for the magic to happen? 👍 |
It's been challenging to get this right as Mono has changed their layout a couple of times recently. You should be able to workaround the issue by creating an {
"MsBuild": {
"MSBuildExtensionsPath": "/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Extensions"
}
} |
Hopefully this would be helpful
|
Now it's tripping over output paths
|
Hmmm... In that case, it's likely not finding the I don't have my Mac in front of me, but could you verify that |
What a mess 🤔
|
Yup. 😄 And that's why we set extensions path to |
This particular repro should be working as expected now. I've released a new beta release (1.13.0-beta4) that should address the problem. You can follow the steps here to install it. |
AWESOME 👍 I will give it a shot Monday! |
Environment data
dotnet --info
output:VS Code version: 1.17.0
C# Extension version: 1.12.1
Steps to reproduce
brew cask install mono-mdk
Xamarin project
Expected behavior
Should load properly
Actual behavior
The text was updated successfully, but these errors were encountered: