-
Notifications
You must be signed in to change notification settings - Fork 525
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
Could not detect any platforms from 'Xamarin.*' messages. #2532
Comments
could you please copy the exact messages? |
|
yeah it's becoming a bit annoying ;-) /cc @matthid |
Best think would be to add them and extend the parser ;) |
Just an addition: imho just removing the warning is not an option. Paket needs to tell you if it cannot understand the supported platforms otherwise user has the expectation that all platforms work as expected. Additionally it might change the used references from what nuget might do. |
I didn't meant to remove the warning. we should implement it properly |
Description
I did a fresh install of Fable, all the way down from brew on El Capitan, including yarn and dotnet. Mono version 4.4.0 pre-installed.
Repro steps
Install a new fable project following the instructions on the fable website. Build the project using dotnet restore and dotnet fable yarn-run build.
Expected behavior
Installation of dependencies.
Actual behavior
A lot of messages like:
Could not detect any platforms from 'Xamarin.*'
Known workarounds
Ignore the messages.
The text was updated successfully, but these errors were encountered: