52 packages
returned for Tags:"Capgemini"
Capgemini Cauldron Interception for Fody
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 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...
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.
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.
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 Interception for Fody
Custom interceptors for Cauldron.Interception.Fody that provides method, property, field and constructor interception.
Cauldron.Win32.MonitorInfo
Provides properties and methods for getting information about the monitor.
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.
Cauldron.Win32.WPF.ParameterPassing
Handles passing of parameters to running instance(s) of an application.
Cauldron.Win32.WPF
A simple MVVM framework that heavily uses IL-weaving based on Fody.
Cauldron.Win32.WindowsService
Creating Windows Services is now a cake walk. This implementation can also handle localized service name and description.
Cauldron.Win32.WPF
Visual Studio dark theme for Cauldron WPF
Cauldron.Win32.WPF
Visual Studio dark theme for Cauldron WPF
Provides a randomizer that is cryptographically secure.
Breaking changes in 3.1.x - See https://github.com/Capgemini/Cauldron for more information.
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...
More information
A simple theme based on Visual Studio 2015
A simple theme based on Visual Studio 2015
Contains specialized Dictionary implementations, that are 4x faster than the .NET default Dictionary.
Breaking changes in 3.1.x - See https://github.com/Capgemini/Cauldron for more information.
Common classes to extend controller functionality on API. Also provides support for paged results in OASP applications
Setup:
on startup.cs:
app-->IApplicationBuilder
app.UseMiddleware(typeof(LogExceptionHandlingMiddleware));
LogConfiguration.ConfigureLog(strring ApplicationPath);
Use the following configuration:
"Log": {
"File": {
"LogFolder": "Logs",
"LogFile": "log-{0}.txt"
},...
More information