Skip to content

Settings and activity

1 result found

  1. 13 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Christoph Rüegg commented  · 

    Repro:
    1) add a NuGet reference to "MathNet.Numerics.Fsharp" v3.3.0.beta2 (prerelease) which on .Net 4+ depends on the FSharp.Core.Microsoft.Signed package.
    2) click Execute, without any code added
    3) error FS1222

    An error occurred while saving the comment
    Christoph Rüegg commented  · 

    @maslow I've tried again and it still did not work for me. I suspect this is because FSharp.Core is being referenced before any of this is executed (because it's a NuGet dependency).

    An error occurred while saving the comment
    Christoph Rüegg commented  · 

    Note that in my case FSharp.Core is referenced explicitly by a NuGet package I need, so I can't skip the explicit reference.

    An error occurred while saving the comment
    Christoph Rüegg commented  · 

    The workaround in the comment doesn't seem to work for me.

    Christoph Rüegg supported this idea  ·