Mauve.Framework 2023.0.8402.20333

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 Mauve.Framework --version 2023.0.8402.20333
NuGet\Install-Package Mauve.Framework -Version 2023.0.8402.20333
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="Mauve.Framework" Version="2023.0.8402.20333" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mauve.Framework --version 2023.0.8402.20333
#r "nuget: Mauve.Framework, 2023.0.8402.20333"
#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 Mauve.Framework as a Cake Addin
#addin nuget:?package=Mauve.Framework&version=2023.0.8402.20333

// Install Mauve.Framework as a Cake Tool
#tool nuget:?package=Mauve.Framework&version=2023.0.8402.20333

Mauve Banner

From basic extension methods to complete implementations of design patterns, Mauve offers a colorful suite of functionality for utilization in even the grandest applications.

Features

The following features are available for use through Mauve:

Feature Description
Serialization Mauve contains two extension methods for out of the box serialization support using T.Serialize(SerializationMethod) and string.Deserialize(SerializationMethod). There is currently support for raw, binary, XML, JSON, and YAML serialization methods.
Cryptography Mauve aims to simplify cryptography implementations for consumers.
Validation Validation should be simple, concise, and encapsulated.

There are many more features available in the framework of course, but the above are easily the most popular. For more information, see the wiki.

Extension Methods

Mauve offers a variety of useful extension methods for the most common data types in the C# language:

  • int
  • string
  • DateTime
  • Queue
  • Type
  • Exception
  • IComparable
  • IEnumerable<T>

Additionally, there are a few extension methods using generics for type safety that apply to all types.

See our wiki for more details.

Release Notes

  • Current Version: 🐣 Pre-Release
Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 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

🐣 Pre-Release (2023.0.0.2)
     Synchronizes Mauve packages.