Skip to content

Conversation

@KevinRansom
Copy link
Contributor

Libraries built with portable versions of fsharp.core.dll that uses BigInteger were not binary compatible with each other, because different F# profiles either use the platform version of BigInteger or implement there own.

This addresses this by adding type forwarders that address the binary incompatability. It also supports libraries build with fsharp.core.dll for CLR 2.x and 3.x by typeforwarding all of the types that have been implemented in CLR 4.0.

Additionally updates fscheck to 2.6.2 since that was how I discovered it.

@dsyme
Copy link
Contributor

dsyme commented Oct 28, 2016

@KevinRansom Is there any way we can validate this, e.g. capture the set of generated type forwarders like we catch the surface area?

@KevinRansom
Copy link
Contributor Author

KevinRansom commented Oct 28, 2016

@dsyme Not really, at least not without reading the metadata of the generated assembly.
The presence of the attributes is not enough.

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

Successfully merging this pull request may close these issues.

3 participants