ReactiveUI.Samples
ReactiveUI.Samples copied to clipboard
This repository contains ReactiveUI samples.
**Describe the bug** The given sample from [Handbook/MessageBus/Ways to avoid using MessageBus](https://www.reactiveui.net/docs/handbook/message-bus/#ways-to-avoid-using-messagebus) is not working. Only the last added item is handled correct (removed from the list). It worked fine...
How can we use ReactiveUI in ASP Core components / views. Please add some samples
**Describe the bug** The doc [Command Names](https://www.reactiveui.net/docs/guidelines/framework/command-names) says: > Don't suffix ReactiveCommand properties' names with Command; instead, name the property using a verb that describes the command's action. For example:...
**Describe the bug** When a button is bound to a Command, the enabled/disabled should also be bound to CanExecute. The example: https://github.com/reactiveui/ReactiveUI.Samples/tree/main/wpf/ReactiveUI.Samples.Commands Shows a UI like this:  Interestingly, MVVM...
Not related to any specific problem, just looking for optimal ways to do some stuff. **Describe the solution you'd like** 1. Example that shows how to use https://www.reactiveui.net/docs/handbook/collections/ with @foreach....
You can in PackageReference's use the * notation in the Version. Eg `````` If you use this notation for any RxUI based dependencies it'll make sure we are on latest....
Plug this into the CI server. Need a Azure-Pipelines that compiles all the projects in this folder.
Made the samples in the Old/ folder be updated to RxUI latest. If any have been converted already, delete them, if any of them aren't relevant anymore also remove them.
Bumps [ReactiveUI.Uno.WinUI](https://github.com/reactiveui/reactiveui.uno) from 18.1.2 to 18.1.20. Release notes Sourced from ReactiveUI.Uno.WinUI's releases. 18.1.20 Dependencies: da7067d8b51cb8efec9444f7851dd985a76aec5e Bump FluentAssertions from 6.5.1 to 6.7.0 in /src (#3) @dependabot[bot] 5bc52b9995599355ff0a6fe24b542630e09bfdc2 Bump xunit.runner.visualstudio from 2.4.3...