Is your feature request related to a problem? Please describe.
Afaik there is currently no option to use source generators to create a ReactiveCommand like the ones creates via
ReactiveCommand.CreateRunInBackground(SomeCommand)
Describe the solution you'd like
There could be an additional optional parameter for the ReactiveCommand attribute called something like RunInBackground which you could use like this:
[ReactiveCommand(RunInBackground = true)]
Describe alternatives you've considered
None
Describe suggestions on how to achieve the feature
Additional context
Is your feature request related to a problem? Please describe.
Afaik there is currently no option to use source generators to create a ReactiveCommand like the ones creates via
Describe the solution you'd like
There could be an additional optional parameter for the ReactiveCommand attribute called something like
RunInBackgroundwhich you could use like this:Describe alternatives you've considered
None
Describe suggestions on how to achieve the feature
Additional context