Skip to content

Add support of method invocation with dynamic arguments#347

Merged
metoule merged 4 commits intodynamicexpresso:masterfrom
metoule:fix_295
Mar 21, 2025
Merged

Add support of method invocation with dynamic arguments#347
metoule merged 4 commits intodynamicexpresso:masterfrom
metoule:fix_295

Conversation

@metoule
Copy link
Copy Markdown
Contributor

@metoule metoule commented Mar 9, 2025

This PR fixes two things:

Extension methods invocations are not touched; I didn't check the behavior of the C# compiler in that case.

Fixes #295

@metoule metoule requested a review from davideicardi as a code owner March 9, 2025 09:52
Copy link
Copy Markdown
Member

@davideicardi davideicardi left a comment

Choose a reason for hiding this comment

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

Thank you! Sorry for the delay

@metoule metoule merged commit 29167bb into dynamicexpresso:master Mar 21, 2025
2 checks passed
@metoule metoule deleted the fix_295 branch March 21, 2025 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

dynamic/ExpandoObject string member can't be passed to a function that accepts a string

2 participants