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

Remove properties Children and NamedChildren #2927

Open
ewoutkramer opened this issue Oct 18, 2024 · 0 comments
Open

Remove properties Children and NamedChildren #2927

ewoutkramer opened this issue Oct 18, 2024 · 0 comments

Comments

@ewoutkramer
Copy link
Member

These properties list the properties of an instance, and are replaced by GetElementPairs() and IReadOnlyDictionary. We should remove them or rewrite these as (obsolete) extension methods, so they can be used by people (most notably Forge) to have a migration path. We could keep the original properties in, but throwing NotImplemented and add an Obsolete to them to point to the new extension methods.

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

No branches or pull requests

1 participant