Do you want to request a feature or report a bug?
Potential bug. A difference in behaviour in 7.x vs 6.x.
What is the current behavior?
The results from ReactiveCommand.Execute() are not delivered on the outputScheduler, only results from subscribing to the command itself.
This differs from the observable returned by ReactiveComand.ExecuteAsync() in v6.x.
What is the expected behavior?
I'm unclear whether this change was intentional or not, but thought I'd raise as it bit us when migrating some of our commands.