Skip to content

Conversation

@ChrisPulman
Copy link
Member

What kind of change does this PR introduce?

Closes #268

What is the current behavior?

#268

What is the new behavior?

This pull request updates package versions and improves the ReactiveUI source generators by upgrading the generator version used in auto-generated code. Additionally, some redundant XML comments in generated files have been removed.

Dependency Updates:

  • Updated ReactiveUI package from version 20.3.1 to 20.4.1 in src/Directory.Packages.props.
  • Updated FluentAssertions package from version 8.3.0 to 8.4.0 in src/Directory.Packages.props.

Source Generator Improvements:

  • Upgraded ReactiveUI.SourceGenerators from version 2.2.0.0 to 2.3.0.0 in all auto-generated files, ensuring compatibility with the latest generator features. [1] [2] [3] and others)

Code Cleanup:

  • Removed redundant XML documentation comments such as class summaries in auto-generated files to improve readability and reduce unnecessary clutter. [1] [2] [3] and others)

What might this PR break?

None, resolves an issue

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:

@glennawatson glennawatson merged commit 1d08cd2 into main Jul 7, 2025
1 check passed
@glennawatson glennawatson deleted the CP_FixRemoveClassComments branch July 7, 2025 00:57
@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 Jul 21, 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.

[Bug]: partial classes add documentation comments to the class that become visible in tooltips

3 participants