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

Validation helpers for ReactiveUI-based apps.

Results 38 ReactiveUI.Validation issues
Sort by recently updated
recently updated
newest added

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

bug
help wanted

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

Performance

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Verify.Xunit/23.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Dependency Management

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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/DiffEngine/15.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Dependency Management

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/coverlet.msbuild/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Dependency Management

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` |...

Dependency Management

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | ---...

Dependency Management

### Describe the bug 🐞 ``` [Reactive] public double MaxValue { get; set; } [Reactive] public double MinValue { get; set; } ``` If I were to have the above...

bug

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