Upgrading my solution to FSharp.Core 4.5.1 causes an unexpected build error.
Repro steps
Provide the steps required to reproduce the problem
-
Upgrade to FSharp.Core 4.5.1.
-
Build solution.
Unfortunately I'm not able to provide the source code.
Expected behavior
The solution builds successfully.
Actual behavior
The following error occurs:
FSC : error FS0193: The module/namespace 'Control' from compilation unit 'FSharp.Core' did not contain the val '{MemberParentMangledName = Some "AsyncActivation`1";� MemberIsOverride = false;� LogicalName = "OnSuccess";� TotalArgCount = 2;}' [/home/nat/Projects/shopmasse-backend/fsharp/src/Masse.SearchProduct/Masse.SearchProduct.fsproj]
Known workarounds
Downgrade to FSharp.Core 4.5.0.
Related information
Provide any related information
dotnet --info output:
.NET Core SDK (reflecting any global.json):
Version: 2.1.302
Commit: 9048955601
Runtime Environment:
OS Name: ubuntu
OS Version: 18.04
OS Platform: Linux
RID: ubuntu.18.04-x64
Base Path: /usr/share/dotnet/sdk/2.1.302/
Host (useful for support):
Version: 2.1.2
Commit: 811c3ce6c0
.NET Core SDKs installed:
2.1.105 [/usr/share/dotnet/sdk]
2.1.302 [/usr/share/dotnet/sdk]
.NET Core runtimes installed:
Microsoft.AspNetCore.All 2.1.2 [/usr/share/dotnet/shared/Microsoft.AspNetCore.All]
Microsoft.AspNetCore.App 2.1.2 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 2.0.7 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 2.1.2 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
To install additional .NET Core runtimes or SDKs:
https://aka.ms/dotnet-download
Upgrading my solution to FSharp.Core 4.5.1 causes an unexpected build error.
Repro steps
Provide the steps required to reproduce the problem
Upgrade to FSharp.Core 4.5.1.
Build solution.
Unfortunately I'm not able to provide the source code.
Expected behavior
The solution builds successfully.
Actual behavior
The following error occurs:
Known workarounds
Downgrade to FSharp.Core 4.5.0.
Related information
Provide any related information
dotnet --infooutput: