Library |
---|
Contact: [email protected]
Date | Author | Description |
---|---|---|
2024-02-09 | numbworks | Created. |
From the documentation:
NW.Shared.Validation
is a library that provides a collection of general-purpose validation methods.
I assume you are on Windows
, but the library should compile without issues on Linux
as well. Please:
- Install Git for Windows;
- Open
Windows Powershell
(orWindows Terminal
or similar) and type:
PS C:\> mkdir NW.Shared.Validation
PS C:\> cd .\NW.Shared.Validation\
PS C:\NW.Shared.Validation> git clone https://github.com/numbworks/NW.Shared.Validation.git
- Open
NW.Shared.Validation.sln
withVisual Studio
or other IDE; - Done!
If you are a .NET developer and you want to use the library from within your projects, the binary packages are available on NuGet.
If you are an non-developer user, you can download the client from the Releases page on Github.