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

Update WhenAnyObservable to allow null sender #3573

Merged
merged 4 commits into from Jul 8, 2023

Conversation

ChrisPulman
Copy link
Member

What kind of change does this PR introduce?

Fix for #3343

What is the current behavior?

WhenAnyObservable sender cannot be nullable

What is the new behavior?

WhenAnyObservable sender can now be nullable

What might this PR break?

none expected

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 linked an issue Jul 3, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Jul 3, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (36c40d7) 63.91% compared to head (21cff2b) 63.91%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3573   +/-   ##
=======================================
  Coverage   63.91%   63.91%           
=======================================
  Files         157      157           
  Lines        5783     5783           
=======================================
  Hits         3696     3696           
  Misses       2087     2087           
Impacted Files Coverage Δ
src/ReactiveUI/VariadicTemplates.cs 53.36% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ChrisPulman ChrisPulman enabled auto-merge (squash) July 8, 2023 06:41
Seems to be a new check in VS2022 for resolving net 5.x+ dependencies where previously would have failed over to NetFramework 4.x
@ChrisPulman ChrisPulman merged commit c5742c8 into main Jul 8, 2023
3 checks passed
@ChrisPulman ChrisPulman deleted the CP_AllowNullWhenanyobservable branch July 8, 2023 07:34
@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 23, 2023
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.

Allow null TSender for WhenAnyObservable
2 participants