Viacheslav

Results 3 issues of Viacheslav

This PR solves problem of iterating over sequences that don't implement `IEnumerable`. After applying the changes you should be able to compile code like this: ```fsharp open System.Text open System.Buffers...

Code that I run to test serialization: ```f# open System open FSharp.Data open Utf8Json open System.Linq open System.Collections.Generic let ls = [ for i in 0..3-> {|Id = i; Name...

I'm trying to set up `dap-mode` with `dap-netcore` and stuck with an issue running `dap-debug`. ``` -*- mode: compilation; default-directory: "d:/repos/dotnet/dap-sample/" -*- Comint started at Sat Jan 18 00:36:54 error:...