-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
Build fails with VS 15.7: cannot find provided types #48
Comments
You are being hit by a temporary issue in the F# compiler on Windows. The relevant issue is here |
A hotfix for this issue should be out in VS2017 15.7 soon. |
Note Visual Studio 15.6.* doesn't have this problem, also VS for Mac is ok. If you need a workaround you can also use the FSHarp.Compiler.Tools pacakge |
Or you can target iOS |
Or you can just play with the apps that don't use Android resources (e.g. CounterApp) |
I am not sure I understand what this means, reference the package from the projects with errors?
Unfortunately, not an option here, I have a windows machine and building requires a mac if I understood the situation correctly
I will try those, but I wanted to see the good stuff 😉 |
Try this - https://stackoverflow.com/a/43845651/316874 |
@nosami Is it possible to adjust the samples to remove the uses of the Android resource type provider for now? It is only used in fairly minor ways for now |
@dsyme: yes that's possible, although some of the samples might just look a little odd / different to the iOS versions. It's used for picking up theme/style info. I can submit a PR if you want. |
This commit should be reverted once dotnet/fsharp#4860 is fixed. Re fabulous-dev#48
This commit should be reverted once dotnet/fsharp#4860 is fixed. Re fabulous-dev#48
This commit should be reverted once dotnet/fsharp#4860 is fixed. Re fabulous-dev#48
Fixed in #51 |
Make sure blank templates can install from GitHub Packages
After working around #47 and restoring packages successfully, I am not able to build the solution from Visual Studio 2017 latest and I get errors from the fsharp compiler that look like related to type providers:
The text was updated successfully, but these errors were encountered: