Skip to content

Conversation

@ChrisPulman
Copy link
Member

What kind of change does this PR introduce?

docs

What is the new behavior?

This pull request updates the README.md to document a new feature in ReactiveUI Source Generators. The new feature introduces the [ReactiveCollection] attribute, which generates property change notifications for ObservableCollection backing fields. Additionally, an example usage of [ReactiveCollection] is provided.

Documentation updates:

  • README.md: Added [ReactiveCollection] to the list of attributes, explaining that it generates property change notifications for add, remove, and other actions on an ObservableCollection backing field.
  • README.md: Included a code example demonstrating how to use [ReactiveCollection] in a ReactiveObject class, showcasing its functionality with an ObservableCollection.

What might this PR break?

N/A

Please check if the PR fulfills these requirements

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Other information:

@ChrisPulman ChrisPulman merged commit 0948efd into main Jul 31, 2025
1 check passed
@ChrisPulman ChrisPulman deleted the CP_UpdateDocs branch July 31, 2025 07:24
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 15, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants