Kevin Ransom (msft)

Results 20 issues of Kevin Ransom (msft)

The F# compiler adds compile time metadata and optimization data to built assemblies. This option adds two new compiler switches which control the production of this data, and adds compression...

Several people have commented that it is difficult to associate an FCS nuget package with a shipped F# toolset. Here I will propose a strawman, will it be sufficient? do...

Feature Request

Will improve compilation times in some scenarios. May help with package size.

Area-SetupAndDelivery
Feature Improvement

@dsyme As far as I can tell the netstandard2.0 FSharp.Data.DesignTime.dll, in the lib\netstandard2.0 directory is compiled as a desktop assembly, that doesn't seem to be correct. mscorlib, System, System.Xml, System.Core...

@dsyme, FSharp.Data now uses an updated TPSDK: https://github.com/fsharp/FSharp.Data/pull/1267 This SDK has an important fix when using the SDK with the coreclr. I see this error when using 3.1.1 on the...

dotnet fsi appears to, but that may just be an accident. Repro: Start fsi paste in this script ```` open System open System.Globalization System.Globalization.CultureInfo.CurrentCulture

Bug
Area-FSI

The error produced by: ````fsharp module Applicatives = open System type Ap = Ap with static member inline Invoke (x:'T) : '``Applicative``) x) static member inline Return (r:'R , _:obj)...

Feature Improvement
Area-Diagnostics

dumpbin /headers when x64 The '32 bit word machine' quite wrong for an x64 machine .. ```` C:\temp\abc>dumpbin obj\Debug\net6.0\abc.dll /headers Microsoft (R) COFF/PE Dumper Version 14.31.31107.0 Copyright (C) Microsoft Corporation....

Bug
Impact-Low
Area-Compiler-CodeGen

Okay we need an issue to track F# language updates for the next release. The target is to release by Fall 2022 --- so it's going to be a small...

Feature Request
Plan

When the F# compile writes out an assembly, it writes all members with internal and private scopes in the source code as internal. All members of types which are internal...