ReactiveUI.Samples icon indicating copy to clipboard operation
ReactiveUI.Samples copied to clipboard

This repository contains ReactiveUI samples.

Results 55 ReactiveUI.Samples issues
Sort by recently updated
recently updated
newest added
trafficstars

**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...

bug

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:...

bug

**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: ![image](https://user-images.githubusercontent.com/5386998/145001147-c1d347b3-2f19-4035-b2b7-d3e17718516c.png) Interestingly, MVVM...

bug

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....

bug

Plug this into the CI server. Need a Azure-Pipelines that compiles all the projects in this folder.

bug

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.

bug

Make the readme file more accurately describe what is in here.

bug

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...

dependencies