Valkyrie 5.0.0

dotnet add package Valkyrie --version 5.0.0
                    
NuGet\Install-Package Valkyrie -Version 5.0.0
                    
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="Valkyrie" Version="5.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Valkyrie" Version="5.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Valkyrie" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Valkyrie --version 5.0.0
                    
#r "nuget: Valkyrie, 5.0.0"
                    
#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.
#addin nuget:?package=Valkyrie&version=5.0.0
                    
Install Valkyrie as a Cake Addin
#tool nuget:?package=Valkyrie&version=5.0.0
                    
Install Valkyrie as a Cake Tool

Valkyrie

.NET Publish

Valkyrie is a simple set of data annotations and extension methods to help with validating your objects in .NET.

Basic Usage

For the most part, Valkyrie consists of DataAnnotations. To use Valkyrie, simply add the annotations to your properties as shown below:

public class MyClass
{
    [Cascade]
    public MyOtherClass ItemA { get; set; }
	
    [Between("1/1/1900", "1/1/2100")]
    public DateTime ItemB { get; set; }
	
    [Contains("A")]
    public List<string> ItemC { get; set; }
}

The System.ComponentModel.DataAnnotations.Validator class will automatically pick up these annotations when validating your object. Additionally, there are a couple of extension methods added to simplify object validation:

var results = new List<ValidationResult>();
bool didItWork = MyObject.TryValidate(results);

And:

MyObject.Validate();

The TryValidate method returns a list of validation results, while the Validate method throws a ValidationException if there are any issues with validating your object.

Installation

The library is available on NuGet with the package name "Valkyrie." To install it, run the following command in the Package Manager Console:

Install-Package Valkyrie

Build Process

To build the library, make sure you have the following minimum requirements:

  • Visual Studio 2022

Simply clone the project and load the solution in Visual Studio. You should be able to build it without much effort.

Contributing

We welcome contributions to Valkyrie. If you find any issues or have suggestions for improvements, please open an issue or submit a pull request. We appreciate your support!

Product 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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Valkyrie:

Package Downloads
Inflatable

Inflatable is a simple ORM.

Monarch

Monarch is a command line parser/command runner

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.0.0 2,236 11/22/2024
4.0.102 237 11/12/2024
4.0.101 184 11/11/2024
4.0.100 259 11/5/2024
4.0.99 312 10/30/2024
4.0.98 162 10/30/2024
4.0.97 131 10/29/2024
4.0.96 340 10/10/2024
4.0.95 167 10/9/2024
4.0.94 1,199 8/28/2024
4.0.93 229 8/26/2024
4.0.92 235 8/23/2024
4.0.91 297 8/21/2024
4.0.90 442 8/19/2024
4.0.89 266 8/15/2024
4.0.88 285 8/3/2024
4.0.87 304 7/24/2024
4.0.86 292 7/10/2024
4.0.85 471 6/26/2024
4.0.84 207 6/25/2024
4.0.83 400 6/18/2024
4.0.82 220 6/17/2024
4.0.81 320 6/13/2024
4.0.80 216 6/12/2024
4.0.79 317 5/30/2024
4.0.78 597 5/29/2024
4.0.77 323 5/16/2024
4.0.76 205 5/15/2024
4.0.75 308 5/7/2024
4.0.74 249 5/6/2024
4.0.73 298 5/2/2024
4.0.72 380 5/1/2024
4.0.71 202 4/30/2024
4.0.70 290 4/29/2024
4.0.69 535 4/11/2024
4.0.68 272 4/10/2024
4.0.67 385 3/30/2024
4.0.66 319 3/28/2024
4.0.65 419 3/15/2024
4.0.64 238 3/14/2024
4.0.63 249 3/13/2024
4.0.62 343 3/8/2024
4.0.61 289 3/7/2024
4.0.60 214 3/6/2024
4.0.59 213 3/5/2024
4.0.58 202 3/4/2024
4.0.57 559 2/28/2024
4.0.56 201 2/28/2024
4.0.55 253 2/23/2024
4.0.54 218 2/22/2024
4.0.53 210 2/21/2024
4.0.52 182 2/20/2024
4.0.51 679 2/14/2024
4.0.50 376 2/9/2024
4.0.49 249 2/7/2024
4.0.48 214 2/6/2024
4.0.47 202 2/5/2024
4.0.46 488 1/31/2024
4.0.45 482 1/23/2024
4.0.44 175 1/22/2024
4.0.43 596 1/10/2024
4.0.42 949 12/18/2023
4.0.41 329 12/13/2023
4.0.40 323 12/12/2023
4.0.39 634 11/23/2023
4.0.38 310 11/20/2023
4.0.37 691 11/17/2023
4.0.36 657 11/16/2023
4.0.35 256 11/16/2023
4.0.34 473 11/8/2023
4.0.33 278 11/6/2023
4.0.32 249 11/3/2023
4.0.31 403 10/31/2023
4.0.30 240 10/30/2023
4.0.29 249 10/27/2023
4.0.28 326 10/25/2023
4.0.27 477 10/11/2023
4.0.26 446 9/25/2023
4.0.25 298 9/19/2023
4.0.24 251 9/19/2023
4.0.23 429 9/13/2023
4.0.22 258 9/12/2023
4.0.21 285 9/11/2023
4.0.20 246 9/11/2023
4.0.19 450 9/7/2023
4.0.18 287 9/5/2023
4.0.17 241 9/4/2023
4.0.16 311 9/1/2023
4.0.15 276 8/31/2023
4.0.14 268 8/30/2023
4.0.13 291 8/29/2023
4.0.12 287 8/28/2023
4.0.11 540 8/22/2023
4.0.10 346 8/17/2023
4.0.9 601 8/8/2023
4.0.8 248 8/8/2023
4.0.7 321 8/7/2023
4.0.6 345 8/4/2023
4.0.5 646 7/25/2023
4.0.4 614 7/13/2023
4.0.3 181 7/13/2023
4.0.2 167 7/13/2023
4.0.1 818 12/13/2022
4.0.0 516 12/12/2022
3.0.10 1,699 6/10/2022
3.0.7 2,319 1/11/2022
3.0.6 2,387 6/16/2021
3.0.5 979 6/16/2021
3.0.4 1,287 1/6/2021
3.0.2 3,364 9/13/2020
3.0.1 8,598 3/25/2020
3.0.0 7,047 12/23/2019
2.0.5 1,820 2/21/2019
2.0.4 3,896 8/10/2018
2.0.3 896 8/10/2018
2.0.2 3,224 6/1/2018
2.0.1 1,588 5/22/2018
2.0.0 4,250 1/2/2018
1.0.6 14,121 5/17/2017
1.0.4 1,187 3/22/2017
1.0.2 1,131 1/26/2017
1.0.1 1,080 1/25/2017