We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi!
the snippet below makes the compiler throw this exception, when used in a library project.
Steps to reproduce:
namespace Library1 ... [<JavaScript>] module N1 = type T1 = { F1:string } with static member Create s = { F1 = s } ...
... let Test() = let vT1 = T1.Create "" ...
Note: If the type is moved to the web project, the compiler works fine.
It might be similar to this issue ##923
The text was updated successfully, but these errors were encountered:
Solved. It should be a WebSharper 4 Library project and not a regular .NET Framework one.
If possible, it would be great to have a tip on warnings pointing to this requirement.
Sorry, something went wrong.
No branches or pull requests
hi!
the snippet below makes the compiler throw this exception, when used in a library project.
Steps to reproduce:
Note: If the type is moved to the web project, the compiler works fine.
It might be similar to this issue ##923
The text was updated successfully, but these errors were encountered: