Mauve.Framework
2023.0.0.7
dotnet add package Mauve.Framework --version 2023.0.0.7
NuGet\Install-Package Mauve.Framework -Version 2023.0.0.7
<PackageReference Include="Mauve.Framework" Version="2023.0.0.7" />
paket add Mauve.Framework --version 2023.0.0.7
#r "nuget: Mauve.Framework, 2023.0.0.7"
// Install Mauve.Framework as a Cake Addin
#addin nuget:?package=Mauve.Framework&version=2023.0.0.7
// Install Mauve.Framework as a Cake Tool
#tool nuget:?package=Mauve.Framework&version=2023.0.0.7
👋 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.
💁♀️ 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:
📦 Available on NuGet
Mauve is available for consumption via NuGet:
💎 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:
🆕 What's new 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
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 | Versions 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. |
.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. |
-
- Microsoft.Extensions.DependencyInjection (>= 7.0.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- YamlDotNet (>= 12.0.1)
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 |
---|---|---|
2023.0.0.7 | 384 | 2/17/2023 |
2023.0.0.6 | 143 | 2/17/2023 |
2023.0.0.5 | 272 | 1/19/2023 |
2023.0.0.4 | 183 | 1/19/2023 |
2023.0.0.3 | 188 | 1/2/2023 |
# 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