Skip to content

Fix delegate with option parameter - #18385

Merged
psfinaki merged 7 commits into
dotnet:mainfrom
ijklam:fix-5171
Mar 17, 2025
Merged

Fix delegate with option parameter#18385
psfinaki merged 7 commits into
dotnet:mainfrom
ijklam:fix-5171

Conversation

@ijklam

@ijklamijklam commented Mar 15, 2025

Copy link
Copy Markdown
Contributor

Description

Fix MethodDefNotFound when compiling code invoking delegate with option parameter

Fixes#5171

Checklist

  • Test cases added
  • Performance benchmarks added in case of performance changes
  • Release notes entry updated:

@github-actions

github-actionsBot commented Mar 15, 2025

Copy link
Copy Markdown
Contributor

❗ Release notes required


✅ Found changes and release notes in following paths:

Change pathRelease notes pathDescription
src/Compilerdocs/release-notes/.FSharp.Compiler.Service/9.0.300.md

@psfinakipsfinaki left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing an old and annoying bug!

@github-project-automationgithub-project-automationBot moved this from New to In Progress in F# Compiler and ToolingMar 17, 2025
@psfinaki
psfinaki merged commit a58a47e into dotnet:mainMar 17, 2025
@github-project-automationgithub-project-automationBot moved this from In Progress to Done in F# Compiler and ToolingMar 17, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Optional parameters for delegates

3 participants

@ijklam@psfinaki@abonie