ReactiveUI.Validation
ReactiveUI.Validation copied to clipboard
Validation helpers for ReactiveUI-based apps.
platform: .net wpf version: ReactiveUI.WPF 13.2.2, Validation 2.1.1 **Describe the bug** xxxWindow win = new xxxxWindow(); -----> inherit from ReactiveValidationObject win.ShowDialog(); ---->ValidationRule is not working win.Show(); ------> It's ok
Might be useful to get some benchmarks using benchmark dot net I would place them in the /benchmarks and in their own solution to make it easier in the build...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Verify.Xunit](https://togithub.com/VerifyTests/Verify) | `23.2.0` -> `23.2.1` | [](https://docs.renovatebot.com/merge-confidence/)...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/reactiveui/ReactiveUI.Validation). ## Pending Status Checks These updates await...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [DiffEngine](https://togithub.com/VerifyTests/DiffEngine) | `15.2.0` -> `15.2.1` | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [coverlet.msbuild](https://togithub.com/coverlet-coverage/coverlet) | `6.0.0` -> `6.0.1` | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ReactiveUI](https://reactiveui.net/) ([source](https://togithub.com/reactiveui/reactiveui)) | `19.5.31` -> `19.5.41` |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dotnet-sdk](https://togithub.com/dotnet/sdk) | dotnet-sdk | patch | `8.0.10` -> `8.0.201` | ---...
### Describe the bug 🐞 ``` [Reactive] public double MaxValue { get; set; } [Reactive] public double MinValue { get; set; } ``` If I were to have the above...
**Is your feature request related to a problem? Please describe.** Had a case where i needed to have validations that stop and block an external process and others that simply...