-
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
Property Definitions: Placed before FSharp Targets #1585
Labels
Comments
which nuget package is that? |
https://www.nuget.org/packages/WebSharper/3.6.11.234 I'm just guessing that it depends on FSharp targets, but anyway it works when the targets import it is below them. |
Yep just confirmed, the WebSharper target import needs to appear after FSharp targets import in order to run, like so:
|
fix is under way |
Fantastic thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
After
paket install
, Websharper targets are moved up above FSharp target import which they depend on, since this commit: 8a9ba04Guess we need something similar to this fix for CSharp targets: de12ae8
Repro steps
Import FSharp targets like so:
paket install
Expected behavior
Expect the Websharper targets to show up after the FSharp Targets import
Actual behavior
WebSharper Targets show up before the FSharp Targets import
The text was updated successfully, but these errors were encountered: