Linq.Expression.Optimizer icon indicating copy to clipboard operation
Linq.Expression.Optimizer copied to clipboard

1.0.19 causes FSharp.CoreFile not found exception

Open zyofeng opened this issue 4 months ago • 2 comments

Description

Just recently updated to 1.0.19 and got the following runtime error, I noticed the library now relies on FSharp.Core 8 but the paket.template still references 6.0.7

Could not load file or assembly 'FSharp.Core, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.

Reverting to previous version resolves the issue.

Probably need to build a new version now?

zyofeng avatar Apr 02 '24 01:04 zyofeng

Thanks for reporting this. I de-listed 1.0.19 and this is fixed in version 1.0.20 available from Nuget. FSharp.Core reference made sense to update, because there are some performance improvements in that one as well, and it works well on any .NET version from 4.7.2 to 8.x+.

Thorium avatar Apr 02 '24 06:04 Thorium

All good, FSharp.CoreFile is netstandard 2.0 so it should be fine.

zyofeng avatar Apr 02 '24 07:04 zyofeng