RockLib
RockLib is a suite of libraries that add simplicity and consistency around cross-cutting concerns.
- 7 followers
- Detroit, MI
- RocketTechLibraries@rocketmortgage.com
Pinned
Repositories
-
- RockLib.Secrets Public
A configuration provider for Microsoft.Extensions.Configuration that is backed by runtime secrets.
- RockLib.Configuration Public
Contains a collection of packages for simplifying application configuration.
- RockLib.HealthChecks Public
An implementation of the draft health check RFC located at https://inadarei.github.io/rfc-healthcheck/.
-
-
- RockLib.Diagnostics Public
Makes configuring tracing easy and standardized for .NET Core, .NET Standard, and .NET Framework.
- RockLib.Threading Public
An object that enables exclusive access to critical sections of code. Unlike a true lock, where a thread will block while another thread has the lock, a "soft lock" will cause a thread to skip over a critical section of code if another thread has the lock.
-
-