Gu.Wpf.ValidationScope
0.2.0
See the version list below for details.
dotnet add package Gu.Wpf.ValidationScope --version 0.2.0
NuGet\Install-Package Gu.Wpf.ValidationScope -Version 0.2.0
<PackageReference Include="Gu.Wpf.ValidationScope" Version="0.2.0" />
paket add Gu.Wpf.ValidationScope --version 0.2.0
#r "nuget: Gu.Wpf.ValidationScope, 0.2.0"
// Install Gu.Wpf.ValidationScope as a Cake Addin #addin nuget:?package=Gu.Wpf.ValidationScope&version=0.2.0 // Install Gu.Wpf.ValidationScope as a Cake Tool #tool nuget:?package=Gu.Wpf.ValidationScope&version=0.2.0
Form validation for WPF
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Gu.Wpf.ValidationScope:
Package | Downloads |
---|---|
Gu.Wpf.PropertyGrid
Small project for creating property grids in wpf. |
|
Gu.Wpf.PropertyGrid.NumericSettingControls
Numeric controls for Gu.Wpf.PropertyGrid |
|
Gu.Wpf.PropertyGrid.UnitSettingControls
Unit setting controls for Gu.Wpf.PropertyGrid |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.2.4 | 943 | 11/5/2020 |
0.2.3 | 509 | 8/18/2020 |
0.2.2 | 669 | 1/23/2020 |
0.2.1 | 1,082 | 11/23/2017 |
0.2.0 | 1,339 | 9/9/2016 |
0.1.5.2 | 2,207 | 7/9/2016 |
0.1.5.1 | 1,571 | 7/6/2016 |
0.1.5 | 1,251 | 7/6/2016 |
0.1.4.2 | 1,612 | 2/12/2016 |
0.1.4.1 | 1,217 | 2/12/2016 |
0.1.4 | 1,229 | 2/11/2016 |
0.1.3 | 1,245 | 2/11/2016 |
0.1.2 | 1,222 | 2/10/2016 |
0.1.1 | 1,236 | 2/10/2016 |
0.1.0 | 4,610 | 2/10/2016 |
FEATURE: Scope.ErrorEvent
FEATURE: Scope.ErrorsChangedEvent
FEATURE: Scope.NodeProperty, was Scope.ErrorsProperty
FEATURE: OneWayToSourceBindings
BREAKING CHANGE: Remove IErrorNode, use Node or ErrorNode instead
BREAKING CHANGE: Rename Scope.Errors is now ReadOnlyObservableCollection<ValidationError>
BREAKING CHANGE: Node is no longer INotifyCollectionChanged, use Errors instead.
BREAKING CHANGE: Rename HasErrorProperty
BREAKING CHANGE: Setting properties and raising events in different order now. Symmetric with System.Controls.Validation.
BREAKING CHANGE: Removed old mess for binding readonly dependency properties.
BREAKING CHANGE: Change xaml namespace & url.