Skip to content

Conversation

@AndriySvyryd
Copy link
Member

@AndriySvyryd AndriySvyryd commented Nov 3, 2025

Fixes #37064

Description

The ComplexCollection method declares an incorrect parameter type preventing its indented usage.

Customer impact

Calling these methods with the expected argument results in a compiler error, if a different argument is used to avoid a compiler error then an exception will be thrown at runtime. A workaround is to use a string overload of these methods.

How found

Customer reported on 10.0.0-rc2

Regression

No, new feature

Testing

Test added

Risk

Low. Localized change that only affects the new complex collections feature.

@AndriySvyryd AndriySvyryd requested a review from a team as a code owner November 3, 2025 21:46
@SamMonoRT SamMonoRT added this to the 10.0.1 milestone Nov 4, 2025
@AndriySvyryd AndriySvyryd changed the title [release/10.0] Fix parameter type for ComplexCollection and ComplexProperty entry methods [release/10.0] Fix parameter type for ComplexCollection method Nov 4, 2025
@AndriySvyryd AndriySvyryd merged commit cc13750 into release/10.0 Nov 4, 2025
7 checks passed
@AndriySvyryd AndriySvyryd deleted the Issue37064 branch November 4, 2025 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants