diff --git a/lib/fcs/FSharp.Compiler.Service.dll b/lib/fcs/FSharp.Compiler.Service.dll index b22cfbc008..30bc2de9fd 100644 Binary files a/lib/fcs/FSharp.Compiler.Service.dll and b/lib/fcs/FSharp.Compiler.Service.dll differ diff --git a/lib/fcs/FSharp.Compiler.Service.xml b/lib/fcs/FSharp.Compiler.Service.xml index c6b8d87198..cb18fa91a5 100644 --- a/lib/fcs/FSharp.Compiler.Service.xml +++ b/lib/fcs/FSharp.Compiler.Service.xml @@ -37537,6 +37537,11 @@ Get the signature for the value's XML documentation name resolutions and symbol uses for the file requested only, so intellisense etc. works. + + + Find the dependent files of the current file based on the untyped syntax tree + + Compile project to file. If project has already been type checked, diff --git a/lib/fcs/FSharp.Core.dll b/lib/fcs/FSharp.Core.dll index b6dcd8bd3d..8b097fa866 100644 Binary files a/lib/fcs/FSharp.Core.dll and b/lib/fcs/FSharp.Core.dll differ diff --git a/lib/fcs/FSharp.DependencyManager.Nuget.dll b/lib/fcs/FSharp.DependencyManager.Nuget.dll index bb754c52a7..23a3050257 100644 Binary files a/lib/fcs/FSharp.DependencyManager.Nuget.dll and b/lib/fcs/FSharp.DependencyManager.Nuget.dll differ diff --git a/src/Fable.Cli/CHANGELOG.md b/src/Fable.Cli/CHANGELOG.md index 8cc96356d9..29ea02a1cf 100644 --- a/src/Fable.Cli/CHANGELOG.md +++ b/src/Fable.Cli/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +#### All + +* Turn off FCS warning 3560 by default (by @vzarytovskii) + #### Rust * Fixed recursive lambda captured idents cloning (by @ncave)