-
Notifications
You must be signed in to change notification settings - Fork 44
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
Working sample for VSfM #168
Comments
For 2019, you need to use the latest 2.x version of the SDK, can you try that? |
@jamesmontemagno any pointers? |
For Visual Studio 2019 version 16.1.2 will have the fix in it to make things work again. There is no support for Visual Studio for Mac currently. |
I tried on VSfM 2019 and VS 2019, unfortunately it doesn't work. Here is the the VS2019.ErrorList.txt On VS2017 no problem, everything is working fine. My versions on (the same) PC: And on the Mac: |
The 2019 errors are the issue that is fixed in 16.1.2. There's no workaround that I know of until that's released. |
Thanks for the quick answer @jamesmontemagno, but as I understood in https://developercommunity.visualstudio.com/content/problem/536913/vsfm-2019-doesnt-work-with-project-file-sdks-like.html |
Oh interesting.... let me ask the team :) |
Visual Studio for Mac does not currently support multi-target project fully. Support for building all target frameworks in a multi-target framework project was added recently, it looks like it will be in Visual Studio for Mac 8.2, which is not yet available. Earlier versions of Visual Studio for Mac will only build the first target framework. Only workaround would be to use msbuild from the command line. The developer community post seems to be about not being able to build a project that used the MSBuild Sdk Extras at all, it does not indicate that all target frameworks will be built. |
Ok, that clarifies the situation. |
I updated my config to last Visualstudio versions and my sample https://github.com/ZeProgFactory/MSBuildSdkExtrasTest to last Nuget version. So now the current state for building with the IDE is:
##Error on VSfM for Android##
##Error on VS2019 for Android##
Any idea for the problem with Android? |
Hi,
I'm searching for working sample for Visual Studio 2019 for Mac using MSBuildSdkExtras in order to debug/generate a Nuget for multiple platforms (for example Xamarin.iOS10 and Xamarin.Mac20) as I did in my sample for VS2019 ( https://github.com/ZeProgFactory/MSBuildSdkExtrasTest ).
When I try my test solution on VSfM 2019 it builds the netstandard2.0 implementation but not the rest ...
By the way I didn't get it to work on VS2019 either :-(
Heeeelp needed.
Thanks,
Michael
The text was updated successfully, but these errors were encountered: