You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because FSharp.Compiler.Service is currently being built against latest in-branch FSharp.Core on the CI feed
I believe we should simply stop building against the in-repo FSharp.Core at all (though we can test against it in test projects) and always build against a stable, known, public FSharp.Core like 4.7.2 or 5.0.0. This has many benefits
makes it possible to use latest nuget packages from our nuget feed without picking up a dependency on a beta FSharp.Core