Skip to content

Fix ObjectPathUpdater parsing for member paths following index segments - #5

Open
Spagles wants to merge 1 commit into
pardeike:mainfrom
Spagles:main
Open

Fix ObjectPathUpdater parsing for member paths following index segments#5
Spagles wants to merge 1 commit into
pardeike:mainfrom
Spagles:main

Conversation

@Spagles

@Spagles Spagles commented Jul 31, 2026

Copy link
Copy Markdown

PR fixes a bug in ObjectPathUpdater.ParsePath where property paths targeting collection elements (e.g. Nested.List[0].Value) threw an InvalidOperationException due to an empty string buffer check when encountering a dot after a closing bracket ]. The parser now recognises when the preceding segment is an index and consumes the dot delimiter cleanly.

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.

1 participant