MyNet.Observable
2.0.0
See the version list below for details.
dotnet add package MyNet.Observable --version 2.0.0
NuGet\Install-Package MyNet.Observable -Version 2.0.0
<PackageReference Include="MyNet.Observable" Version="2.0.0" />
paket add MyNet.Observable --version 2.0.0
#r "nuget: MyNet.Observable, 2.0.0"
// Install MyNet.Observable as a Cake Addin #addin nuget:?package=MyNet.Observable&version=2.0.0 // Install MyNet.Observable as a Cake Tool #tool nuget:?package=MyNet.Observable&version=2.0.0
<div id="top"></div>
<br /> <div align="center"> <a href="https://github.com/sandre58/MyNetObservable"> <img src="images/logo.png" width="256" height="256"> </a>
<h1 align="center">My .NET Observable</h1>
<p align="center"> <br /> This library is a comprehensive class library designed to simplify the creation and management of editable and validatable objects in .NET applications. This library provides developers with a set of base classes and utilities for creating objects that can be edited by users and validated against specified rules or constraints. <br /> Supporting only .NET 8.0 </p>
</div>
Getting Started
To start using My .NET Observable in your project, follow these steps:
- Install the library via NuGet Package Manager:
dotnet add package MyNet.Observable
What's included ?
Editable Objects
- Property Editing: Allow users to edit object properties through intuitive interfaces or UI components, providing a seamless editing experience.
Validatable Objects
Data Validation: Validate object properties against predefined rules, constraints, or validation logic to ensure data integrity and consistency.
Error Handling: Handle validation errors gracefully by providing feedback to users and preventing invalid data from being persisted or processed.
Customizable Validation Rules
Rule-based Validation: Define custom validation rules and conditions for individual properties or object states, allowing for flexible and customizable validation logic.
Dynamic Validation: Implement dynamic validation rules that adapt to changing object states or user interactions, ensuring real-time validation feedback.
Extensions
License
Copyright © Stéphane ANDRE.
My .NET Observable is provided as-is under the MIT license. For more information see LICENSE.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. |
-
net8.0
- MyNet.Utilities (>= 3.0.0)
- System.Reactive (>= 6.0.1)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on MyNet.Observable:
Package | Downloads |
---|---|
MyNet.Wpf
This library is a comprehensive class library designed to simplify the implementation of common GUI functionalities in .NET applications. |
|
MyNet.UI
This library is a comprehensive class library designed to simplify the implementation of common GUI functionalities in .NET applications. |
|
MyNet.Observable.Collections
This library is a powerful and flexible class library designed to simplify the management of collections in .NET applications. |
|
MyNet.Observable.Translatables
This library is a versatile and lightweight class library designed to simplify the representation of translatable objects in .NET applications. |
|
MyNet.Observable.Statistics
This library is a powerful and versatile class library designed to simplify the calculation of statistics in .NET applications. |
GitHub repositories
This package is not used by any popular GitHub repositories.