feature: Allow InvokeCommand to use IReactiveCommand<T, TResult> #2532
Annotations
10 errors
src/ReactiveUI.Tests/Commands/ReactiveCommandTest.cs#L907
The call is ambiguous between the following methods or properties: 'ReactiveCommandMixins.InvokeCommand<T>(IObservable<T>, ICommand?)' and 'ReactiveCommandMixins.InvokeCommand<T, TResult>(IObservable<T>, IReactiveCommand<T, TResult>?)'
|
src/ReactiveUI.Tests/Commands/ReactiveCommandTest.cs#L925
The call is ambiguous between the following methods or properties: 'ReactiveCommandMixins.InvokeCommand<T>(IObservable<T>, ICommand?)' and 'ReactiveCommandMixins.InvokeCommand<T, TResult>(IObservable<T>, IReactiveCommand<T, TResult>?)'
|
src/ReactiveUI.Tests/Commands/ReactiveCommandTest.cs#L941
The call is ambiguous between the following methods or properties: 'ReactiveCommandMixins.InvokeCommand<T>(IObservable<T>, ICommand?)' and 'ReactiveCommandMixins.InvokeCommand<T, TResult>(IObservable<T>, IReactiveCommand<T, TResult>?)'
|
src/ReactiveUI.Tests/Commands/ReactiveCommandTest.cs#L961
The call is ambiguous between the following methods or properties: 'ReactiveCommandMixins.InvokeCommand<T>(IObservable<T>, ICommand?)' and 'ReactiveCommandMixins.InvokeCommand<T, TResult>(IObservable<T>, IReactiveCommand<T, TResult>?)'
|
src/ReactiveUI.Tests/Commands/ReactiveCommandTest.cs#L988
The call is ambiguous between the following methods or properties: 'ReactiveCommandMixins.InvokeCommand<T>(IObservable<T>, ICommand?)' and 'ReactiveCommandMixins.InvokeCommand<T, TResult>(IObservable<T>, IReactiveCommand<T, TResult>?)'
|
src/ReactiveUI.Tests/Commands/ReactiveCommandTest.cs#L1005
The call is ambiguous between the following methods or properties: 'ReactiveCommandMixins.InvokeCommand<T>(IObservable<T>, ICommand?)' and 'ReactiveCommandMixins.InvokeCommand<T, TResult>(IObservable<T>, IReactiveCommand<T, TResult>?)'
|
src/ReactiveUI.Tests/Commands/ReactiveCommandTest.cs#L1221
The call is ambiguous between the following methods or properties: 'ReactiveCommandMixins.InvokeCommand<T>(IObservable<T>, ICommand?)' and 'ReactiveCommandMixins.InvokeCommand<T, TResult>(IObservable<T>, IReactiveCommand<T, TResult>?)'
|
src/ReactiveUI.Tests/Commands/ReactiveCommandTest.cs#L907
The call is ambiguous between the following methods or properties: 'ReactiveCommandMixins.InvokeCommand<T>(IObservable<T>, ICommand?)' and 'ReactiveCommandMixins.InvokeCommand<T, TResult>(IObservable<T>, IReactiveCommand<T, TResult>?)'
|
src/ReactiveUI.Tests/Commands/ReactiveCommandTest.cs#L925
The call is ambiguous between the following methods or properties: 'ReactiveCommandMixins.InvokeCommand<T>(IObservable<T>, ICommand?)' and 'ReactiveCommandMixins.InvokeCommand<T, TResult>(IObservable<T>, IReactiveCommand<T, TResult>?)'
|
src/ReactiveUI.Tests/Commands/ReactiveCommandTest.cs#L941
The call is ambiguous between the following methods or properties: 'ReactiveCommandMixins.InvokeCommand<T>(IObservable<T>, ICommand?)' and 'ReactiveCommandMixins.InvokeCommand<T, TResult>(IObservable<T>, IReactiveCommand<T, TResult>?)'
|
The logs for this run have expired and are no longer available.
Loading