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

Correct body SynExpr of parsedData of Lambda when wildcards are involved. #11781

Merged
merged 3 commits into from
Jul 9, 2021

Conversation

nojaf
Copy link
Contributor

@nojaf nojaf commented Jul 3, 2021

This is related to fsprojects/fantomas#1806.
In Fantomas, we want to use parsedData of SynExpr.Lambda to print out the body expression of the lambda.
This is currently wrapped in match expressions when wildcards are involved.
This PR tries to resolve this.

@nojaf nojaf force-pushed the fix-lambda-body branch from 91f0148 to 4e3dd72 Compare July 3, 2021 11:30
@nojaf nojaf force-pushed the fix-lambda-body branch from 4e3dd72 to d6f3379 Compare July 3, 2021 14:12
@dsyme
Copy link
Contributor

dsyme commented Jul 5, 2021

This looks good.

Some tests need updating, e.g. it's a good thing that the results no longer contain _arg1 here:

2021-07-03T14:32:29.6342157Z   Failed Test Project23 property [77 ms]
2021-07-03T14:32:29.6342682Z   Error Message:
2021-07-03T14:32:29.6343239Z      Expected: [(".ctor", ["member"; "ctor"]); ("get_StaticProperty", ["member"; "getter"]);
2021-07-03T14:32:29.6343815Z  ("get_Property", ["member"; "getter"]); ("x", []);
2021-07-03T14:32:29.6344302Z  ("get_Zero", ["member"; "extmem"; "getter"]);
2021-07-03T14:32:29.6344784Z  ("get_Value", ["member"; "extmem"; "getter"]); ("x", []);
2021-07-03T14:32:29.6345476Z  ("Value", ["member"; "prop"; "extmem"]);
2021-07-03T14:32:29.6346144Z  ("set_Value", ["member"; "extmem"; "setter"]); ("x", []);
2021-07-03T14:32:29.6346935Z  ("_arg1", ["compgen"]); ("Value", ["member"; "prop"; "extmem"])]
2021-07-03T14:32:29.6347728Z Actual: [(".ctor", ["member"; "ctor"]); ("get_StaticProperty", ["member"; "getter"]);
2021-07-03T14:32:29.6348396Z  ("get_Property", ["member"; "getter"]); ("x", []);
2021-07-03T14:32:29.6348978Z  ("get_Zero", ["member"; "extmem"; "getter"]);
2021-07-03T14:32:29.6349589Z  ("get_Value", ["member"; "extmem"; "getter"]); ("x", []);
2021-07-03T14:32:29.6350138Z  ("Value", ["member"; "prop"; "extmem"]);
2021-07-03T14:32:29.6350696Z  ("set_Value", ["member"; "extmem"; "setter"]); ("x", []);
2021-07-03T14:32:29.6351231Z  ("Value", ["member"; "prop"; "extmem"])]
2021-07-03T14:32:29.6351970Z   Expected and actual are both <Microsoft.FSharp.Collections.FSharpList`1[System.Tuple`2[System.String,Microsoft.FSharp.Collections.FSharpList`1[System.String]]]>
2021-07-03T14:32:29.6352850Z 

These four code generation tests also need updating:

2021-07-03T14:28:46.8595136Z CodeGen\EmittedIL\DoNotBoxStruct (DoNotBoxStruct_ArrayOfArray_FSInterface_NoExtMeth.fs) -- failed
2021-07-03T14:28:46.8604565Z CodeGen\EmittedIL\DoNotBoxStruct (DoNotBoxStruct_Array_FSInterface_NoExtMeth.fs) -- failed
2021-07-03T14:28:46.8608418Z CodeGen\EmittedIL\DoNotBoxStruct (DoNotBoxStruct_MDArray_FSInterface_NoExtMeth.fs -) -- failed
2021-07-03T14:28:46.8616292Z CodeGen\EmittedIL\DoNotBoxStruct (DoNotBoxStruct_NoArray_FSInterface_NoExtMeth.fs -) -- failed

On windows you can update them using

set TEST_UPDATE_BSL=1
.\build -c Release -testFSharpQA

and waiting until the updates to the BSL are done.

@nojaf
Copy link
Contributor Author

nojaf commented Jul 5, 2021

Hi Don, thanks for this feedback.

Running -testFSharpQA didn't really work out on my local machine:

C:\Users\fverdonck\Projects\fsharp\.dotnet\sdk\5.0.300\MSBuild.dll -distributedlogger:Microsoft.DotNet.Tools.MSBuild.MSBuildLogger,C:\Users\fverdonck\Projects\fsharp\.dotnet\sdk\5.0.300\dotnet.dll*Microsoft.DotNet.Tools.MSBuild.MSBuildForwardingLogger,C:\Users\fverdonck\Projects\fsharp\.dotnet\sdk\5.0.300\dotnet.dll -maxcpucount -property:Configuration=Proto -target:Restore -verbosity:m -verbosity:m /bl:C:\Users\fverdonck\Projects\fsharp\artifacts\log\Release\protoBootstrapLog.binlog C:\Users\fverdonck\Projects\fsharp\\proto.proj
  Determining projects to restore...
  All projects are up-to-date for restore.
  Determining projects to restore...
  All projects are up-to-date for restore.
  Determining projects to restore...
  All projects are up-to-date for restore.
C:\Users\fverdonck\Projects\fsharp\.dotnet\sdk\5.0.300\MSBuild.dll -nologo -consoleloggerparameters:Summary -distributedlogger:Microsoft.DotNet.Tools.MSBuild.MSBuildLogger,C:\Users\fverdonck\Projects\fsharp\.dotnet\sdk\5.0.300\dotnet.dll*Microsoft.DotNet.Tools.MSBuild.MSBuildForwardingLogger,C:\Users\fverdonck\Projects\fsharp\.dotnet\sdk\5.0.300\dotnet.dll -maxcpucount -property:Configuration=Proto -property:TargetFramework=net472 -verbosity:m -verbosity:m /bl:C:\Users\fverdonck\Projects\fsharp\artifacts\log\Release\protoBootstrapLog.binlog C:\Users\fverdonck\Projects\fsharp\\proto.proj
FSharpEmbedResourceText: Skipping generation of C:\Users\fverdonck\Projects\fsharp\artifacts\obj\FSharp.Build\Proto\netstandard2.0\FSBuild.fs and C:\Users\fverdonck\Projects\fsharp\artifacts\obj\FSharp.Build\Proto\netstandard2.0\FSBuild.resx from FSBuild.txt since up-to-date
FSharpEmbedResourceText: Skipping generation of C:\Users\fverdonck\Projects\fsharp\artifacts\obj\FSharp.Build\Proto\netstandard2.0\UtilsStrings.fs and C:\Users\fverdonck\Projects\fsharp\artifacts\obj\FSharp.Build\Proto\netstandard2.0\UtilsStrings.resx from ..\utils\UtilsStrings.txt since up-to-date
FSharpEmbedResXSource: Skipping generation: 'C:\Users\fverdonck\Projects\fsharp\artifacts\obj\FSharp.Core\Proto\netstandard2.0\FSCore.fs' since it is up-to-date.
  FSharp.Core -> C:\Users\fverdonck\Projects\fsharp\artifacts\bin\FSharp.Core\Proto\netstandard2.0\FSharp.Core.dll
  FSharp.Build -> C:\Users\fverdonck\Projects\fsharp\artifacts\bin\FSharp.Build\Proto\netstandard2.0\FSharp.Build.dll
  FSharp.DependencyManager.Nuget -> C:\Users\fverdonck\Projects\fsharp\artifacts\bin\FSharp.DependencyManager.Nuget\Proto\netstandard2.0\FSharp.DependencyManager.Nuget.dll
  FSharp.Compiler.Service -> C:\Users\fverdonck\Projects\fsharp\artifacts\bin\FSharp.Compiler.Service\Proto\net472\FSharp.Compiler.Service.dll
  fsc -> C:\Users\fverdonck\Projects\fsharp\artifacts\bin\fsc\Proto\net472\fsc.exe
  Uninstalling assembly C:\Users\fverdonck\Projects\fsharp\artifacts\bin\fsc\Proto\net472\fsc.exe because of an error during compilation: Failed to compile C:\Users\fverdonck\Projects\fsharp\artifacts\bin\fsc\Proto\net472\fsc.exe because of the following error: Strong name validation failed. (Exception from HRESULT: 0x8013141A).
  Strong name validation failed. (Exception from HRESULT: 0x8013141A)
C:\Users\fverdonck\Projects\fsharp\eng\targets\NGenBinaries.targets(34,5): error MSB3073: The command ""C:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe" install "C:\Users\fverdonck\Projects\fsharp\artifacts\bin\fsc\Proto\net472\fsc.exe" /nologo /silent /ExeConfig:"C:\Users\fverdonck\Projects\fsharp\artifacts\bin\fsc\Proto\net472\fsc.exe"" exited with code -1. [C:\Users\fverdonck\Projects\fsharp\src\fsharp\fsc\fsc.fsproj]
  FSharp.Compiler.Interactive.Settings -> C:\Users\fverdonck\Projects\fsharp\artifacts\bin\FSharp.Compiler.Interactive.Settings\Proto\netstandard2.0\FSharp.Compiler.Interactive.Settings.dll
  FSharp.Compiler.Server.Shared -> C:\Users\fverdonck\Projects\fsharp\artifacts\bin\FSharp.Compiler.Server.Shared\Proto\net472\FSharp.Compiler.Server.Shared.dll
  fsi -> C:\Users\fverdonck\Projects\fsharp\artifacts\bin\fsi\Proto\net472\fsi.exe
  Uninstalling assembly C:\Users\fverdonck\Projects\fsharp\artifacts\bin\fsi\Proto\net472\fsi.exe because of an error during compilation: Failed to compile C:\Users\fverdonck\Projects\fsharp\artifacts\bin\fsi\Proto\net472\fsi.exe because of the following error: Strong name validation failed. (Exception from HRESULT: 0x8013141A).
  Strong name validation failed. (Exception from HRESULT: 0x8013141A)
C:\Users\fverdonck\Projects\fsharp\eng\targets\NGenBinaries.targets(34,5): error MSB3073: The command ""C:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe" install "C:\Users\fverdonck\Projects\fsharp\artifacts\bin\fsi\Proto\net472\fsi.exe" /nologo /silent /ExeConfig:"C:\Users\fverdonck\Projects\fsharp\artifacts\bin\fsi\Proto\net472\fsi.exe"" exited with code -1. [C:\Users\fverdonck\Projects\fsharp\src\fsharp\fsi\fsi.fsproj]

Build FAILED.

C:\Users\fverdonck\Projects\fsharp\eng\targets\NGenBinaries.targets(34,5): error MSB3073: The command ""C:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe" install "C:\Users\fverdonck\Projects\fsharp\artifacts\bin\fsc\Proto\net472\fsc.exe" /nologo /silent /ExeConfig:"C:\Users\fverdonck\Projects\fsharp\artifacts\bin\fsc\Proto\net472\fsc.exe"" exited with code -1. [C:\Users\fverdonck\Projects\fsharp\src\fsharp\fsc\fsc.fsproj]
C:\Users\fverdonck\Projects\fsharp\eng\targets\NGenBinaries.targets(34,5): error MSB3073: The command ""C:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe" install "C:\Users\fverdonck\Projects\fsharp\artifacts\bin\fsi\Proto\net472\fsi.exe" /nologo /silent /ExeConfig:"C:\Users\fverdonck\Projects\fsharp\artifacts\bin\fsi\Proto\net472\fsi.exe"" exited with code -1. [C:\Users\fverdonck\Projects\fsharp\src\fsharp\fsi\fsi.fsproj]
    0 Warning(s)
    2 Error(s)

Time Elapsed 00:00:03.91
Command failed to execute with exit code 1: C:\Users\fverdonck\Projects\fsharp\.dotnet\dotnet.exe build "C:\Users\fverdonck\Projects\fsharp\\proto.proj" -c Proto -v m -f net472 /bl:C:\Users\fverdonck\Projects\fsharp\artifacts\log\Release\protoBootstrapLog.binlog
System.Management.Automation.RuntimeException: Command failed to execute with exit code 1: C:\Users\fverdonck\Projects\fsharp\.dotnet\dotnet.exe build "C:\Users\fverdonck\Projects\fsharp\\proto.proj" -c Proto -v m -f net472 /bl:C:\Users\fverdonck\Projects\fsharp\artifacts\log\Release\protoBootstrapLog.binlog
at Exec-CommandCore, C:\Users\fverdonck\Projects\fsharp\eng\build-utils.ps1: line 50
at Exec-Console, C:\Users\fverdonck\Projects\fsharp\eng\build-utils.ps1: line 119
at Make-BootstrapBuild, C:\Users\fverdonck\Projects\fsharp\eng\build-utils.ps1: line 265
at <ScriptBlock>, C:\Users\fverdonck\Projects\fsharp\eng\build.ps1: line 448
at <ScriptBlock>, <No file>: line 1
Failure building bootstrap compiler

Strong name validation failed. (Exception from HRESULT: 0x8013141A). => am I missing something on my local machine to run this?

@dsyme
Copy link
Contributor

dsyme commented Jul 6, 2021

Running -testFSharpQA didn't really work out on my local machine:

Are you running from an elevated/admin command prompt?

@nojaf
Copy link
Contributor Author

nojaf commented Jul 6, 2021

Yes, more of the same

C:\Users\fverdonck\Projects\fsharp\.dotnet\sdk\5.0.300\MSBuild.dll -distributedlogger:Microsoft.DotNet.Tools.MSBuild.MSBuildLogger,C:\Users\fverdonck\Projects\fsharp\.dotnet\sdk\5.0.300\dotnet.dll*Microsoft.DotNet.Tools.MSBuild.MSBuildForwardingLogger,C:\Users\fverdonck\Projects\fsharp\.dotnet\sdk\5.0.300\dotnet.dll -maxcpucount -property:Configuration=Proto -target:Restore -verbosity:m -verbosity:m /bl:C:\Users\fverdonck\Projects\fsharp\artifacts\log\Release\protoBootstrapLog.binlog C:\Users\fverdonck\Projects\fsharp\\proto.proj
  Determining projects to restore...
  Restored C:\Users\fverdonck\Projects\fsharp\src\fsharp\FSharp.Build\FSharp.Build.fsproj (in 376 ms).
  1 of 2 projects are up-to-date for restore.
  Determining projects to restore...
  Restored C:\Users\fverdonck\Projects\fsharp\src\fsharp\fsc\fsc.fsproj (in 267 ms).
  4 of 5 projects are up-to-date for restore.
  Determining projects to restore...
  All projects are up-to-date for restore.
C:\Users\fverdonck\Projects\fsharp\.dotnet\sdk\5.0.300\MSBuild.dll -nologo -consoleloggerparameters:Summary -distributedlogger:Microsoft.DotNet.Tools.MSBuild.MSBuildLogger,C:\Users\fverdonck\Projects\fsharp\.dotnet\sdk\5.0.300\dotnet.dll*Microsoft.DotNet.Tools.MSBuild.MSBuildForwardingLogger,C:\Users\fverdonck\Projects\fsharp\.dotnet\sdk\5.0.300\dotnet.dll -maxcpucount -property:Configuration=Proto -property:TargetFramework=net472 -verbosity:m -verbosity:m /bl:C:\Users\fverdonck\Projects\fsharp\artifacts\log\Release\protoBootstrapLog.binlog C:\Users\fverdonck\Projects\fsharp\\proto.proj
FSharpEmbedResourceText: Skipping generation of C:\Users\fverdonck\Projects\fsharp\artifacts\obj\FSharp.Build\Proto\netstandard2.0\FSBuild.fs and C:\Users\fverdonck\Projects\fsharp\artifacts\obj\FSharp.Build\Proto\netstandard2.0\FSBuild.resx from FSBuild.txt since up-to-date
FSharpEmbedResourceText: Skipping generation of C:\Users\fverdonck\Projects\fsharp\artifacts\obj\FSharp.Build\Proto\netstandard2.0\UtilsStrings.fs and C:\Users\fverdonck\Projects\fsharp\artifacts\obj\FSharp.Build\Proto\netstandard2.0\UtilsStrings.resx from ..\utils\UtilsStrings.txt since up-to-date
FSharpEmbedResXSource: Skipping generation: 'C:\Users\fverdonck\Projects\fsharp\artifacts\obj\FSharp.Core\Proto\netstandard2.0\FSCore.fs' since it is up-to-date.
  FSharp.Core -> C:\Users\fverdonck\Projects\fsharp\artifacts\bin\FSharp.Core\Proto\netstandard2.0\FSharp.Core.dll
  FSharp.Build -> C:\Users\fverdonck\Projects\fsharp\artifacts\bin\FSharp.Build\Proto\netstandard2.0\FSharp.Build.dll
  FSharp.DependencyManager.Nuget -> C:\Users\fverdonck\Projects\fsharp\artifacts\bin\FSharp.DependencyManager.Nuget\Proto\netstandard2.0\FSharp.DependencyManager.Nuget.dll
  FSharp.Compiler.Service -> C:\Users\fverdonck\Projects\fsharp\artifacts\bin\FSharp.Compiler.Service\Proto\net472\FSharp.Compiler.Service.dll
  fsc -> C:\Users\fverdonck\Projects\fsharp\artifacts\bin\fsc\Proto\net472\fsc.exe
  Failed to load dependency FSharp.Core of assembly fsc, Version=11.3.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a because of the following error : Strong name validation failed. (Exception from HRESULT: 0x8013141A)
  Failed to load dependency FSharp.Compiler.Service of assembly fsc, Version=11.3.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a because of the following error : Strong name validation failed. (Exception from HRESULT: 0x8013141A)
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x2000003 - pauseFlag@43.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x2000004 - timesFlag@50.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x2000005 - main@53.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x2000006 - main@53-1.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x2000008 - main@53-2.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x2000009 - main@54-9.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x200000a - main@54-8.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x200000b - main@54-7.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x200000c - main@54-6.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x200000d - main@54-5.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x200000e - main@53-4.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x200000f - quitProcessExiter@65.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1000002 - Microsoft.FSharp.Core.FSharpFunc`2.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1000004 - Microsoft.FSharp.Core.Unit.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1000006 - FSharp.Compiler.ErrorLogger.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1000007 - Exiter.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1000008 - Microsoft.FSharp.Core.FSharpInterfaceDataVersionAttribute.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1000019 - Internal.Utilities.Library.CompilationThreadToken.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x100001a - FSharp.Compiler.AbstractIL.ILBinaryReader.  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x100001b - Statistics.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x100001d - FSharp.Compiler.CodeAnalysis.LegacyReferenceResolver.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1000021 - BuildPhase.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1000022 - Internal.Utilities.Library.Extras.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1000023 - UnmanagedProcessExecutionOptions.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1000024 - Internal.Utilities.Library.LockAutoOpens.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1000026 - Microsoft.FSharp.Collections.ArrayModule.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1000028 - Microsoft.FSharp.Core.CompilerServices.RuntimeHelpers.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1000029 - Microsoft.FSharp.Control.IEvent`2.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x100002a - Microsoft.FSharp.Control.CommonExtensions.  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x100002c - FSharp.Compiler.CodeAnalysis.LegacyMSBuildReferenceResolver.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x100002d - ReduceMemoryFlag.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x100002e - FSharp.Compiler.CompilerConfig.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x100002f - CopyFSharpCoreFlag.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1000030 - FSharp.Compiler.Driver.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1000031 - ConsoleLoggerProvider.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1000032 - ErrorLoggerProvider.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1000033 - Microsoft.FSharp.Core.FSharpOption`1.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1000034 - FSharp.Compiler.CompilerImports.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1000035 - TcImports.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1000037 - TcConfig.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1000038 - FSharp.Compiler.TcGlobals.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1000039 - TcGlobals.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x100003a - FSharp.Compiler.AbstractIL.IL.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x100003b - ILModuleDef.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x100003c - FSharp.Compiler.Text.RangeModule.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x100003d - FSharp.Compiler.Text.Range.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x100003e - Microsoft.FSharp.Core.EntryPointAttribute.  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x100003f - Microsoft.FSharp.Core.CompilationMappingAttribute.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1000040 - Microsoft.FSharp.Core.SourceConstructFlags.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1000046 - Microsoft.FSharp.Core.PrintfFormat`4.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1000048 - Microsoft.FSharp.Core.PrintfFormat`5.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x100004c - Microsoft.FSharp.Core.PrintfModule.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x100004d - Microsoft.FSharp.Core.Operators.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x100004e - FSComp.SR.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1b000001 - .
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1b000002 - .
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1b000003 - .
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1b000004 - .
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1b000005 - .
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1b000006 - .
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1b000007 - .
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1b000008 - .
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1b000009 - .
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1b00000a - .
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1b00000b - .
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0x1b00000c - .
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0xa000001 - Microsoft.FSharp.Core.FSharpInterfaceDataVersionAttribute..ctor.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0xa000010 - BuildPhase.get_Parameter.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0xa000011 - FSharp.Compiler.ErrorLogger.PushThreadBuildPhaseUntilUnwind.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0xa000012 - UnmanagedProcessExecutionOptions.EnableHeapTerminationOnCorruption.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0xa000013 - Internal.Utilities.Library.LockAutoOpens.AssumeCompilationThreadWithoutEvidence.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0xa000014 - Microsoft.FSharp.Collections.ArrayModule.Append.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0xa000015 - Microsoft.FSharp.Collections.ArrayModule.Exists.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0xa000018 - FSharp.Compiler.AbstractIL.ILBinaryReader.GetStatistics.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0xa00001a - Microsoft.FSharp.Core.CompilerServices.RuntimeHelpers.CreateEvent.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0xa00001b - Microsoft.FSharp.Control.CommonExtensions.AddToObservable.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0xa00001c - FSharp.Compiler.CodeAnalysis.LegacyMSBuildReferenceResolver.getResolver.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0xa00001d - ReduceMemoryFlag.get_No.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0xa00001e - CopyFSharpCoreFlag.get_Yes.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0xa00001f - ConsoleLoggerProvider..ctor.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0xa000020 - FSharp.Compiler.Driver.mainCompile.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0xa000021 - FSharp.Compiler.Text.RangeModule.get_range0.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0xa000022 - FSharp.Compiler.ErrorLogger.errorRecovery.  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0xa000024 - Microsoft.FSharp.Core.EntryPointAttribute..ctor.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0xa000025 - Microsoft.FSharp.Core.CompilationMappingAttribute..ctor.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0xa00003f - Microsoft.FSharp.Core.PrintfModule.PrintFormatLineToTextWriter.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0xa000040 - Statistics.get_byteFileCount.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0xa000041 - Statistics.get_memoryMapFileOpenedCount.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0xa000042 - Statistics.get_memoryMapFileClosedCount.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0xa000043 - Statistics.get_rawMemoryFileCount.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0xa000044 - Statistics.get_weakByteFileCount.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0xa000046 - Microsoft.FSharp.Core.Operators.Exit.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0xa000048 - Microsoft.FSharp.Core.PrintfModule.PrintFormatToStringThenFail.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0xa000049 - FSComp.SR.elSysEnvExitDidntExit.
  1>Warning: System.IO.FileLoadException: Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
     --- End of inner exception stack trace ---1> while resolving 0xa00004b - Exiter.Exit.
  1>Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) while compiling method CommandLineMain.main
  1>Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) while compiling method token 0x6000002
  1>Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) while compiling method token 0x6000003
  1>Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) while compiling method token 0x6000004
  1>Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) while compiling method token 0x6000005
  1>Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) while compiling method token 0x6000006
  1>Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) while compiling method token 0x6000007
  1>Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) while compiling method token 0x6000008
  1>Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) while compiling method token 0x6000009
  1>Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) while compiling method token 0x600000a
  1>Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) while compiling method token 0x600000b
  1>Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) while compiling method [email protected]
  1>Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) while compiling method [email protected]
  1>Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) while compiling method token 0x600000e
  1>Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) while compiling method token 0x600000f
  1>Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) while compiling method token 0x6000010
  1>Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) while compiling method token 0x6000011
  1>Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) while compiling method token 0x6000012
  1>Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) while compiling method token 0x6000013
  1>Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) while compiling method token 0x6000014
  1>Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) while compiling method token 0x6000015
  1>Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) while compiling method token 0x6000016
  1>Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) while compiling method token 0x6000017
  1>Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) while compiling method token 0x6000018
  1>Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) while compiling method token 0x6000019
  1>Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) while compiling method token 0x600001a
  1>Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) while compiling method token 0x600001b
  1>Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) while compiling method token 0x600001c
  1>Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) while compiling method token 0x600001d
  1>Could not load file or assembly 'FSharp.Compiler.Service, Version=40.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) while compiling method token 0x600001e
  1>WARNING: Cannot hardbind to FSharp.Compiler.Service because it is not loaded
  FSharp.Compiler.Interactive.Settings -> C:\Users\fverdonck\Projects\fsharp\artifacts\bin\FSharp.Compiler.Interactive.Settings\Proto\netstandard2.0\FSharp.Compiler.Interactive.Settings.dll
  FSharp.Compiler.Server.Shared -> C:\Users\fverdonck\Projects\fsharp\artifacts\bin\FSharp.Compiler.Server.Shared\Proto\net472\FSharp.Compiler.Server.Shared.dll
  fsi -> C:\Users\fverdonck\Projects\fsharp\artifacts\bin\fsi\Proto\net472\fsi.exe
  Uninstalling assembly C:\Users\fverdonck\Projects\fsharp\artifacts\bin\fsi\Proto\net472\fsi.exe because of an error during compilation: Failed to compile C:\Users\fverdonck\Projects\fsharp\artifacts\bin\fsi\Proto\net472\fsi.exe because of the following error: Strong name validation failed. (Exception from HRESULT: 0x8013141A).
  Strong name validation failed. (Exception from HRESULT: 0x8013141A)

@dsyme
Copy link
Contributor

dsyme commented Jul 6, 2021

@nojaf How strange. I'll check on my machine, this may be a recent thing

@dsyme
Copy link
Contributor

dsyme commented Jul 6, 2021

@nojaf I seem to be able to run .\build -c Release -testFSharpQA on my machine - you must be missing a dependency.

I've pushed the updates to the baselines to your branch

@nojaf
Copy link
Contributor Author

nojaf commented Jul 6, 2021

Many thanks Don!

@nojaf
Copy link
Contributor Author

nojaf commented Jul 9, 2021

Hey @vzarytovskii could I get a review please?
I think this one can be merged.

@dsyme dsyme merged commit 43f27c6 into dotnet:main Jul 9, 2021
@dsyme
Copy link
Contributor

dsyme commented Jul 9, 2021

Thanks @nojaf !

@nojaf nojaf deleted the fix-lambda-body branch July 9, 2021 14:03
@nojaf nojaf mentioned this pull request Jul 14, 2021
5 tasks
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