Closed ingted closed 4 years ago
same machine, newer fsi would throw exception when #r dll file. old one not
I can repro this, will take a look.
c:\kevinransom\fsharp>fsi --langversion:preview
Microsoft (R) F# Interactive version 10.10.0.0 for F# 4.7
Copyright (c) Microsoft Corporation. All Rights Reserved.
For help type #help;;
> #r "nuget:Akkling.Cluster.Sharding,0.9.3";;
> let _=();;
[Loading C:\Users\codec\AppData\Local\Temp\nuget\18332--56d5fe23-f574-4524-9ebe-47461a803f6f\Project.fsproj.fsx]
error FS0192: internal error: internal error: Fixup: the ccu thunk for assembly System.Collections.Immutable not delayed!
> #quit;;
Cool!!!! ^^
Repro steps
Provide the steps required to reproduce the problem:
r @"C:\Users\aniba\Downloads\mdcdev\packages\Akkling.Cluster.Sharding.0.9.3\lib\net452\Akkling.Cluster.Sharding.dll"
r @"C:\Users\aniba\Downloads\mdcdev\packages\Akkling.Cluster.Sharding.0.9.3\lib\net452\Akkling.Cluster.Sharding.dll"
Expected behavior
--> Referenced 'C:\Users\aniba\Downloads\mdcdev\packages\Akkling.Cluster.Sharding.0.9.3\lib\net452\Akkling.Cluster.Sharding.dll' (file may be locked by F# Interactive process)
Actual behavior
--> Referenced 'C:\Users\aniba\Downloads\mdcdev\packages\Akkling.Cluster.Sharding.0.9.3\lib\net452\Akkling.Cluster.Sharding.dll' (file may be locked by F# Interactive process)
error FS0192: internal error: internal error: Fixup: the ccu thunk for assembly System.Collections.Immutable not delayed!
Known workarounds
So far no...
Related information