ingted

Results 69 comments of ingted

The result: ``` val data: string = "A;B a;1 b;2 b;2 c;3" val bytes: byte array = [|65uy; 59uy; 66uy; 10uy; 97uy; 59uy; 49uy; 10uy; 98uy; 59uy; 50uy; 10uy; 98uy;...

``` module Frame = let inline distinctFrame (keys: 'C seq) (distColId:'C) (frame: Frame) = let idxSource = frame |> Frame.mapRows (fun (i:'R) r -> i, keys |> Seq.map r.TryGet |>...

[.NET 7 & 9 Version FsPickler](https://www.nuget.org/packages/FAkka.FsPickler) [.NET Standard 2.0 Version FsPickler](https://www.nuget.org/packages/FAkka.FsPickler.nstd20) Which was built with FSharp.Core 7.0.200

``` System.AggregateException: One or more errors occurred. ([A]System.Collections.Generic.KeyValuePair`2[System.Tuple`2[System.Tuple`2[System.Tuple`2[System.String,System.String],System.Int16],Microsoft.FSharp.Collections.FSharpSet`1[FAkka.TA.TAType+MyCandleMetadata]],System.Collections.Generic.SortedList`2[System.Int64,Skender.Stock.Indicators.IQuote[]]] cannot be cast to [B]System.Collections.Generic.KeyValuePair`2[System.Tuple`2[System.Tuple`2[System.Tuple`2[System.String,System.String],System.Int16],Microsoft.FSharp.Collections.FSharpSet`1[FAkka.TA.TAType+MyCandleMetadata]],System.Collections.Generic.SortedList`2[System.Int64,Skender.Stock.Indicators.IQuote[]]]. Type A originates from 'System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' in the context 'Default' at location 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\9.0.0-preview.7.24405.7\System.Private.CoreLib.dll'. Type...

I found a way to overcome this: 1. Create a link project reference the old version library which pickled data required to reference like this ``` namespace MdcFsClient70Linker //build in...

Hi @Martin521, I found an interesting stuff related to you investigation. ``` type a () = member this.o x = x + 1 type A (v:^T) = inherit A (v)...

If anyone come across here, I got the workaround: ``` type WithBasedData

A much quicker workaround: ``` type O(t:'T) as this = [] val mutable internalState : 'T do this.internalState