Fundamental .NET library extensions and integration helpers for common ecosystems such as Microsoft.Extensions, ASP.NET Core, EF Core, Dapper, Serilog, RabbitMQ, Kafka, JSON, YAML, and xUnit.
.NET version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.
Feijuca.Keycloak simplifies Keycloak integration for user management and multi-tenancy. It features TokenManager for centralized API calls to manage users and AuthServices for handling multiple tenants using Keycloak realms. Check the documentation for more details!
A .NET library for persistent application data storage using JSON serialization. Provides a simple inherit-and-use pattern with automatic file management, thread-safe operations, debounced saves, backup recovery, and singleton access. Stores data in the user's app data folder with support for custom subdirectories and file names.