ReactiveUI.Validation
ReactiveUI.Validation copied to clipboard
Validation helpers for ReactiveUI-based apps.
Bumps [Avalonia.ReactiveUI](https://github.com/AvaloniaUI/Avalonia) from 0.10.15 to 0.10.17. Release notes Sourced from Avalonia.ReactiveUI's releases. 0.10.17 https://www.nuget.org/packages/Avalonia/0.10.17 Full changelog: https://github.com/AvaloniaUI/Avalonia/compare/release/0.10.16...release/0.10.17 Bugfixes #8483 [macOS] Fix initial window size on osx. #8494 [macOS] Fixes red...
Bumps [ReactiveUI.Uwp](https://github.com/reactiveui/reactiveui) from 18.2.5 to 18.3.1. Release notes Sourced from ReactiveUI.Uwp's releases. 18.3.1 Fixes: f6aa1176ecd3159fe2890cf82d06e5ee452ef936 fix: verify.xunit (#3310) @glennawatson Housekeeping: c1b5ddcc54286ef9704da5d2941c03e08f06cd6b Housekeeping releases 18.3.x @glennawatson Other: cc156c64635fff34af6584f5e28867e1e5f7d8f1 [FIX] nullable conversions...
Bumps [Avalonia.Desktop](https://github.com/AvaloniaUI/Avalonia) from 0.10.15 to 0.10.17. Release notes Sourced from Avalonia.Desktop's releases. 0.10.17 https://www.nuget.org/packages/Avalonia/0.10.17 Full changelog: https://github.com/AvaloniaUI/Avalonia/compare/release/0.10.16...release/0.10.17 Bugfixes #8483 [macOS] Fix initial window size on osx. #8494 [macOS] Fixes red...
Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.5.107 to 3.5.108. Release notes Sourced from Nerdbank.GitVersioning's releases. v3.5.108 Changes: #777: Bump Newtonsoft.Json from 9.0.1 to 13.0.1 in /src/NerdBank.GitVersioning This list of changes was auto generated....
Bumps [Avalonia](https://github.com/AvaloniaUI/Avalonia) from 0.10.15 to 0.10.17. Release notes Sourced from Avalonia's releases. 0.10.17 https://www.nuget.org/packages/Avalonia/0.10.17 Full changelog: https://github.com/AvaloniaUI/Avalonia/compare/release/0.10.16...release/0.10.17 Bugfixes #8483 [macOS] Fix initial window size on osx. #8494 [macOS] Fixes red...
Bumps [MessageBox.Avalonia](https://github.com/CreateLab/MessageBox.Avalonia) from 2.0.1 to 2.0.2. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
**What kind of change does this PR introduce?** **What is the current behavior?** **What is the new behavior?** **What might this PR break?** **Please check if the PR fulfills these...
**Is your feature request related to a problem? Please describe.** Not related to a problem. **Describe the solution you'd like** So what I'm trying to do is change the color...
I'm trying to do something very simple. I want to validate that the Sources ObservableCollection is not empty. ```c# var sourceNotEmpty = Sources .ToObservableChangeSet(x => x.Path) .ToCollection() .Select(x => x.Any());...
**Is your feature request related to a problem? Please describe.** > Xamarin.Forms will ship a new major version later this year, and continue to ship minor and service releases every...