Skip to content

Commit 1c5a092

Browse files
CopilotT-Gro
andcommitted
Add release notes for PR #19070
Added release note entry to FSharp.Compiler.Service/11.0.0.md documenting the fix for object expressions in struct types generating invalid IL with byref fields (Issue #19068, PR #19070). The entry describes the runtime crash (TypeLoadException) that was fixed. Co-authored-by: T-Gro <[email protected]>
1 parent e0be5dc commit 1c5a092

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • docs/release-notes/.FSharp.Compiler.Service

docs/release-notes/.FSharp.Compiler.Service/11.0.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* Type relations cache: handle unsolved type variables ([Issue #19037](https://github.com/dotnet/fsharp/issues/19037)) ([PR #19040](https://github.com/dotnet/fsharp/pull/19040))
1515
* Fix insertion context for modules with multiline attributes. ([Issue #18671](https://github.com/dotnet/fsharp/issues/18671))
1616
* Fix `--typecheck-only` for scripts stopping after processing `#load`-ed script ([PR #19048](https://github.com/dotnet/fsharp/pull/19048))
17+
* Fix object expressions in struct types generating invalid IL with byref fields causing TypeLoadException at runtime. ([Issue #19068](https://github.com/dotnet/fsharp/issues/19068), [PR #19070](https://github.com/dotnet/fsharp/pull/19070))
1718

1819
### Added
1920

0 commit comments

Comments
 (0)