Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C# params interop tests #17495

Merged
merged 2 commits into from
Aug 7, 2024
Merged

C# params interop tests #17495

merged 2 commits into from
Aug 7, 2024

Conversation

psfinaki
Copy link
Member

@psfinaki psfinaki commented Aug 6, 2024

Resolves: #17481

This:

  • migrates old ParamArray tests from FsharpQA with minimal changes
  • adds new tests in regards to C# 13 params enhancements described here and here

The goal is demo that things compile and run, albeit with a need of manual collection construction.
I am going to create a lang suggestion to streamline the interop experience in the future.

@psfinaki psfinaki requested a review from a team as a code owner August 6, 2024 16:34
Copy link
Contributor

github-actions bot commented Aug 6, 2024

✅ No release notes required

@psfinaki
Copy link
Member Author

psfinaki commented Aug 7, 2024

/azp run

Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@psfinaki psfinaki enabled auto-merge (squash) August 7, 2024 16:15
Sign up for free to 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.

Check new C# params interop with F#
3 participants