Skip to content

Conversation

@glennawatson
Copy link
Contributor

fixes #2689

anaisbetts and others added 4 commits February 28, 2021 10:58
It's super important that any interface we register in an `IWantsToRegisterStuff` is `public`, and ideally, the implementation too. This means that people can always extend ReactiveUI or support a new platform without having to fork the library
@glennawatson glennawatson force-pushed the glennawatson-fix-command branch from 0981185 to fe4aad7 Compare March 2, 2021 02:18
@codecov
Copy link

codecov bot commented Mar 2, 2021

Codecov Report

Merging #2692 (fe4aad7) into main (cc97215) will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2692   +/-   ##
=======================================
  Coverage   63.57%   63.57%           
=======================================
  Files         132      132           
  Lines        4733     4733           
=======================================
  Hits         3009     3009           
  Misses       1724     1724           
Impacted Files Coverage Δ
src/ReactiveUI/ReactiveCommand/ReactiveCommand.cs 80.82% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cc97215...fe4aad7. Read the comment docs.

@glennawatson
Copy link
Contributor Author

Do not merge this just yet. Rodney is going to do some testing tomorrow to make sure it works well.

@glennawatson glennawatson marked this pull request as draft March 2, 2021 05:06
@glennawatson glennawatson requested a review from RLittlesII March 2, 2021 05:06
@glennawatson glennawatson marked this pull request as ready for review March 4, 2021 00:30
@glennawatson glennawatson merged commit 8808b28 into main Mar 4, 2021
@glennawatson glennawatson deleted the glennawatson-fix-command branch March 4, 2021 00:30
@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 Nov 23, 2021
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] ReactiveCommand Execute() runs before subscribe

3 participants