Skip to content
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

F# compiler doesn't support authoring TypeForwardedTo attribute #1660

Closed
KevinRansom opened this issue Oct 26, 2016 · 4 comments
Closed

F# compiler doesn't support authoring TypeForwardedTo attribute #1660

KevinRansom opened this issue Oct 26, 2016 · 4 comments

Comments

@KevinRansom
Copy link
Member

No description provided.

@dsyme dsyme changed the title Oh great ... F# compiler doesn't support TypeForwardedTo attribut F# compiler doesn't support authoring TypeForwardedTo attribute Oct 26, 2016
@dsyme
Copy link
Contributor

dsyme commented Oct 26, 2016

:) Adjusted the title to say that this is about authoring TypeForwardedTo attributes in F# code (F# does support reading the compiled .NET form of theses from the ExportedTypes tables of .NET assemblies).

@KevinRansom
Copy link
Member Author

I liked the original title.

@dsyme
Copy link
Contributor

dsyme commented Oct 27, 2016

:)

@KevinRansom
Copy link
Member Author

Resolved the issue:
F# does not support authoring of TypeForwarding Attributes. However, the issue was to enable type forwarding from Fsharp.Core.dll version of BigInteger to the System.Runtime.Numerics version.

See: #1675

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants