Skip to content

Expand UI framework readmes; update release notes - #2328

Merged
idg10 merged 3 commits into
mainfrom
feature/readmes-and-release-notes
Jun 1, 2026
Merged

idg10 merged 3 commits into
mainfrom
feature/readmes-and-release-notes

Conversation

@idg10

@idg10 idg10 commented Jun 1, 2026

Copy link
Copy Markdown
Collaborator

Resolves #2269
Resolves #2261

@idg10 idg10 added this to the Rx 7.0 milestone Jun 1, 2026
@idg10
idg10 requested a review from Copilot June 1, 2026 12:05
@idg10 idg10 self-assigned this Jun 1, 2026
@idg10 idg10 added the [area] Rx label Jun 1, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR expands the NuGet package ReadMe content for Rx 7’s UI-framework-specific packages (WPF, Windows Forms, UWP) and updates the Rx 7 release notes to mention the OfType nullability behavior change.

Changes:

  • Add “Getting started” sections with minimal sample code to System.Reactive.Wpf, System.Reactive.Windows.Forms, and System.Reactive.Uwp NuGet ReadMes.
  • Update Rx 7.0 release notes to call out the OfType nullability/breaking-change behavior adjustment.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

File Description
Rx.NET/Source/src/System.Reactive.Wpf/build/NuGet.Readme.md Adds a WPF “Getting started” section demonstrating ObserveOn(this.Dispatcher) usage.
Rx.NET/Source/src/System.Reactive.Windows.Forms/build/NuGet.Readme.md Adds a Windows Forms “Getting started” section demonstrating ObserveOn(this) usage (contains a WPF copy/paste error to fix).
Rx.NET/Source/src/System.Reactive.Uwp/build/NuGet.Readme.md Adds a UWP “Getting started” section demonstrating ObserveOn(this) on a DependencyObject.
Rx.NET/Documentation/ReleaseHistory/Rx.v7.md Adds a breaking-change bullet about OfType nullability (wording should be made more explicit).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Rx.NET/Source/src/System.Reactive.Windows.Forms/build/NuGet.Readme.md Outdated
Comment thread Rx.NET/Documentation/ReleaseHistory/Rx.v7.md
@idg10
idg10 merged commit 56b3e1e into main Jun 1, 2026
7 checks passed
@idg10
idg10 deleted the feature/readmes-and-release-notes branch June 1, 2026 13:57
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.

Expand new UI framework package readmes Mention OfType nullability change in Rx 7 release notes

3 participants