RockLib
RockLib is a suite of libraries that add simplicity and consistency around cross-cutting concerns.
- 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.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.
- RockLib.Immutable Public
Defines Semimutable which allows mutability until the first read, then becomes immutable.
-
- RockLib.EmbeddedNativeLibrary Public
Consume native libraries from .NET by adding as embedded resources.