Mauve.Framework 2023.0.0.6

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.0.6
NuGet\Install-Package Mauve.Framework -Version 2023.0.0.6
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.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mauve.Framework --version 2023.0.0.6
#r "nuget: Mauve.Framework, 2023.0.0.6"
#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.0.6

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

👋 This is Mauve

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

License Downloads

💁‍♀️ Getting Started

Get started by reviewing the answers to the following questions:

✅ Small changes, continuously integrated

Mauve employs workflows for continuous integration to ensure the repository is held to industry standards; here's the current state of those workflows:

.NET Workflow Analysis Workflow

📦 Available on NuGet

Mauve is available for consumption via NuGet:

Version
Version
Version

💎 A few more gems

We believe in keeping the community informed, so here's a few more tidbits of information to satisfy some additional curiosities:

Contributors Issues Stars Size Line Count

🆕 What's new in 2023.0.0.5?

Full Changelog: https://github.com/tacosontitan/Mauve/compare/2023.0.0.3...2023.0.0.5

Mauve.Framework (Deprecation Notice)

The Mauve.Framework project has officially been deprecated and efforts are being made to mark the project objects as such. The project is targeted to be marked as deprecated by the end of January 2023 and support will end with the 2023 calendar year. We recommend opting for the new Mauve project running on .NET 6.0, features from Mauve.Framework are being evaluated for transfer and will be transfered only if a more production ready replacement is not available (e.g. MediatR and Fluent Validation).

Extension Methods

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

  • int
  • string
  • DateTime
  • 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.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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

# What's Changed in 2023.0.0.5?
     * Minor repairs to middleware. by @tacosontitan in https://github.com/tacosontitan/Mauve/pull/114
     * Added deprecation notice for Mauve.Framework. by @tacosontitan in https://github.com/tacosontitan/Mauve/pull/116
     * Bug fixes, and deprecation efforts. by @tacosontitan in https://github.com/tacosontitan/Mauve/pull/120
     * Adds support for IsConcrete. by @tacosontitan in https://github.com/tacosontitan/Mauve/pull/124
     * Adds null handling to flatten messages. by @tacosontitan in https://github.com/tacosontitan/Mauve/pull/128
     
     **Full Changelog**: https://github.com/tacosontitan/Mauve/compare/2023.0.0.3...2023.0.0.5