Capgemini.Cauldron 3.1.35-beta

This is a prerelease version of Capgemini.Cauldron.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Capgemini.Cauldron --version 3.1.35-beta
NuGet\Install-Package Capgemini.Cauldron -Version 3.1.35-beta
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="Capgemini.Cauldron" Version="3.1.35-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Capgemini.Cauldron --version 3.1.35-beta
#r "nuget: Capgemini.Cauldron, 3.1.35-beta"
#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 Capgemini.Cauldron as a Cake Addin
#addin nuget:?package=Capgemini.Cauldron&version=3.1.35-beta&prerelease

// Install Capgemini.Cauldron as a Cake Tool
#tool nuget:?package=Capgemini.Cauldron&version=3.1.35-beta&prerelease

Provides usefull extension methods.
     This assembly contains all funtions of the following packages:
     Capgemini.Cauldron.Core.Comparing
     Capgemini.Cauldron.Core.Extensions
     Capgemini.Cauldron.Core.Extensions.Compression
     Capgemini.Cauldron.Core.Extensions.Convertions
     Capgemini.Cauldron.Core.Extensions.IO
     Capgemini.Cauldron.Core.Formatters
     Capgemini.Cauldron.Core.Net

     Breaking changes in 3.1.x - See https://github.com/Capgemini/Cauldron for more information.

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 net45 is compatible.  net451 is compatible.  net452 is compatible.  net46 is compatible.  net461 is compatible.  net462 is compatible.  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. 
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
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.

This package has no dependencies.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on Capgemini.Cauldron:

Package Downloads
Capgemini.Cauldron.Localization

A simple localization implementation that can work with different sources. Breaking changes in 3.1.x - See https://github.com/Capgemini/Cauldron for more information.

Capgemini.Cauldron.Consoles

Cauldron.Consoles is a Cauldron.Core based parameter parser which supports grouping of parameters in execution groups. It is also supports localization and has a nice parameter table :) Breaking changes in 3.1.x - See https://github.com/Capgemini/Cauldron for more information.

Capgemini.Cauldron.Win32.UserInformation

Consolidates methods for getting user information (profile picture, email address, home directory ect.) to a single class. Breaking changes in 3.1.x - See https://github.com/Capgemini/Cauldron for more information.

Capgemini.Cauldron.Win32.WPF

A simple MVVM framework that heavily uses IL-weaving based on Fody.

Capgemini.Cauldron.Win32.WindowsService

Creating Windows Services is now a cake walk. This implementation can also handle localized service name and description.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.2.3 6,575 10/29/2018
3.2.2 8,905 10/16/2018
3.2.1 6,051 10/2/2018
3.2.0 7,354 9/28/2018
3.1.35-beta 3,843 8/10/2018

2018.07.02 - [A] Debug class added
     2018.07.01 - [C] Now signed
     2018.07.01 - [C] All extension packages merged
     2018.07.01 - [C] Cauldron.Comparing merged with Cauldron.Core.Extension
     2018.05.06 - [C] Assembly for UWP added
     2018.05.04 - [C] Assemblies for Net45, Net451, Net452, Net46, Net461 and Net462 added
     2018.01.05 - [C] Concat<T>(this T[][] arrays) renamed to Flatten<T>(this T[][] arrays)
     2017.12.19 - [A] PadOrCut extension method added. It allows to pad chars or cut the string to a specific length.