ingted
ingted
I am using a library built in .NET 9 and trying to unpickle pickle file which produced in .NET 7 library. And I use System.Runtime.Loader.AssemblyLoadContext.Default.LoadFromAssemblyPath to load the .NET 7...
Please provide a succinct description of the issue. **Repro steps** Provide the steps required to reproduce the problem: ``` let inline (!?>)< 'a when 'a : (static member i :...
According to this https://github.com/dotnet/fsharp/issues/15135 ``` type MyType (t:^T) = member inline this.T = t ``` Looks good in editor (no syntax error), but results ``` error FS1113: The value 'T'...
Hi! For those one who wants to migrate to another lib and you found that old serialized data not working now, here is a workaround: Modify ```loadMemberInfo``` to force to...
Modify ```frame.Format``` ``` member frame.Format(rowStartCount, rowEndCount, columnStartCount, columnEndCount, printTypes, showInfo) = try //add this function let formatWithAutoPadding (maxCellWidth: int) (rows: string[][]) : string[][] = // 1. Truncate 長度 let truncated...