Skip to content

Conversation

@User0332
Copy link
Contributor

@User0332 User0332 commented Dec 3, 2025

Fixes #2891.

Multidimensional array parameters are now displayed with all dimensions & correct lengths.

Previous Behavior

Parameters like Double[2, 2] would be displayed as Double[4].

New Behavior

Parameters like Double[2, 2] are now displayed properly as Double[2, 2]. A test has been added to ArgumentsTests for this behavior.

@User0332
Copy link
Contributor Author

User0332 commented Dec 3, 2025

Whoops, accidentally added the 2893 commits here instead of a new PR

@User0332
Copy link
Contributor Author

User0332 commented Dec 3, 2025

#2894 also incidentally supports this behavior, but this PR should probably still be merged because it contains a test specifically for this behavior

@timcassell timcassell merged commit 908ae32 into dotnet:master Dec 3, 2025
16 checks passed
@timcassell timcassell added this to the v0.16.0 milestone Dec 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants