Found 102 packages
The activator is a simple and fast dependency injection framework. It is based on attributes and does not require any configuration files for configuration. It also supports using static methods as component constructor. This version is not compatible with Assemblies weaved by versions older than 3.1.0 of the Cauldron.Activator. Breaking changes in 3.1.x - See https://github.com/Capgemini/Cauldron for more information.
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.
Contains typical implementations for AES, RSA and RSA-AES encryptions. It also contains extensions that helps working with SecureString. Breaking changes in 3.1.x - See https://github.com/Capgemini/Cauldron for more information.
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.
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.
Handles passing of parameters to running instance(s) of an application.
A simple MVVM framework that heavily uses IL-weaving based on Fody.
Provides properties and methods for getting information about the monitor.
Capgemini DataMigration Engine - Export/Import of CRM Data allowing management and release in the same way as code. The engine supports JSON and CSV file formats.
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.
Creating Windows Services is now a cake walk. This implementation can also handle localized service name and description.
Fody add-in that provides custom interception. Supports Net45, NetStandard2.0 and UWP. Method, Property, Constructor and Field interceptors can be found in the package Cauldron.BasicInterceptors (https://www.nuget.org/packages/Cauldron.BasicInterceptors/)
The CDS Data Migrator tool provides an easy to use interface that enables you to generate an XML schema file that can be used to export data from one Dataverse environment and import into another. The tool not only supports the ability to add entity attributes and many-to-many relationships to the schema, but beyond that, it supports the creation of filters and GUID mappings which are stored as JSON file formats. Its key features include: 1) Generation of Dynamics 365 data import and/or export schema file. Both JSON and CSV formats are supported, 2) Export of data from one Dynamics 365 instance into JSON or CSV files, 3) Import of data contained with either JSON or CSV file into a Dynamics 365 instance, 4) Colour coded sorting applied to attributes, 5) Apply GUID Mappings included in export / import process, 6) Apply Filters included in the export / import process, 7) Ability to migrate Calendars.
Provides a randomizer that is cryptographically secure. Breaking changes in 3.1.x - See https://github.com/Capgemini/Cauldron for more information.
A base package template that provides additional capabilities when deploying packages using the Power Apps Package Deployer tool.
A YAML deserializer. Breaking changes in 3.1.x - See https://github.com/Capgemini/Cauldron for more information.
A Reqnroll bindings library for Power Apps.
Visual Studio dark theme for Cauldron WPF
Visual Studio dark theme for Cauldron WPF
A functional approach to returning a guaranteed result and avoiding null reference checks in a strongly-typed way.