OnPoint.WPF 1.0.7

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package OnPoint.WPF --version 1.0.7
NuGet\Install-Package OnPoint.WPF -Version 1.0.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OnPoint.WPF" Version="1.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OnPoint.WPF --version 1.0.7
#r "nuget: OnPoint.WPF, 1.0.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install OnPoint.WPF as a Cake Addin
#addin nuget:?package=OnPoint.WPF&version=1.0.7

// Install OnPoint.WPF as a Cake Tool
#tool nuget:?package=OnPoint.WPF&version=1.0.7

Enhances the Reactive UI MVVM framework with easy to use classes for the most common use cases.
GitHub source
In a nutshell:
ContentVM<T> - Tracks changes to a single item. Useful for binding to a ContentControl.
DualContentVM<T,U> - Adds a second tracked item to ContentVM<T>.
MultiContentVM<T> - Tracks changes to a collection items. Useful for binding to an ItemsControl.
MultiContentTrackedVM<T> - Adds the ability to track the changed status of each item in a MultiContentVM<T>.
CrudVM<T> - Adds create, read, update, and delete capabilities to MultiContentTrackedVM<T>.
CrudServiceVM<T> - Routes all CRUD function to the given service. Just provide an instance of ICrudService and everything is handled for you!
Icons can be added in view model code and are automatically rendered; see the example below.

Every view model automatically tracks:

  • Busy state
  • Cancelable commands
  • Visibility state
  • Enabled state
  • Command errors
  • Activation state
  • Error and HUD messages

See the test app for a complete example:

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated