You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- For ReactiveUI versions **older than V19.5.31**, all `[ReactiveCommand]` options are supported except for async methods with a `CancellationToken`.
26
-
- For **.NET Framework 4.8 and older**, add [Polyfill by Simon Cropp](https://github.com/Fody/Polyfill) or [PolySharp by Manuel Römer](https://github.com/manuelroemer/PolySharp) to your project and set the `LangVersion` to 12.0 or later in your project file.
26
+
- For **.NET Framework 4.8 and older**, add [Polyfill by Simon Cropp](https://github.com/SimonCropp/Polyfill) or [PolySharp by Sergio Pedri](https://github.com/Sergio0694/PolySharp) to your project and set the `LangVersion` to 12.0 or later in your project file.
27
27
28
28
For more information on analyzer codes, see the [analyzer codes documentation](https://github.com/reactiveui/ReactiveUI.SourceGenerators/blob/main/src/ReactiveUI.SourceGenerators/AnalyzerReleases.Shipped.md).
29
29
@@ -440,3 +440,9 @@ public partial class MyCustomViewModelControlHost;
440
440
441
441
### TODO:
442
442
- Add ObservableAsProperty to generate from a IObservable method with parameters.
443
+
444
+
# Credits
445
+
446
+
Portions of this code base are based on and derived from
447
+
*[PolySharp](https://github.com/Sergio0694/PolySharp) library. Thanks go to @Sergio0694
448
+
*[Microsoft MVVM Community Toolkit](https://github.com/CommunityToolkit/dotnet)
0 commit comments