From ee1cdfbb60faa617660b65acd302c7c0423f147b Mon Sep 17 00:00:00 2001 From: nojaf Date: Tue, 28 Jan 2025 08:42:59 +0100 Subject: [PATCH 1/2] Add real sig flag --- src/Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index fb616b95fe..f615d6be86 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -15,7 +15,7 @@ true true snupkg - $(OtherFlags) --test:GraphBasedChecking --test:ParallelOptimization --test:ParallelIlxGen + $(OtherFlags) --test:GraphBasedChecking --test:ParallelOptimization --test:ParallelIlxGen --realsig+ From 5e24e75a75bf94241a2d0bac3e64ce8893591541 Mon Sep 17 00:00:00 2001 From: Maxime Mangel Date: Tue, 28 Jan 2025 10:13:55 +0100 Subject: [PATCH 2/2] Add changelog entry --- src/Fable.Compiler/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Fable.Compiler/CHANGELOG.md b/src/Fable.Compiler/CHANGELOG.md index 3b5bda963f..31f79759bc 100644 --- a/src/Fable.Compiler/CHANGELOG.md +++ b/src/Fable.Compiler/CHANGELOG.md @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * [TS] Generate `interface` type when using the "ParamObject" class pattern (by @MangelMaxime) * [Rust] - Initial support for null values (by @ncave) +### Fixed + +* [All] Add `--realsig+` to fix `Method not found: 'Boolean Fable.CompilerOptions.Equals` (by @nojaf) + ## 5.0.0-alpha.7 - 2025-01-23 ### Fixed