Shared classes used in my .NET projects (intended for private use only)
Commonly used types:
- Cache
- DelegateCompiler
- Disposable
- DisposableSupportsNotifyOnDispose
- DisposeByRefObject
- ExclusiveBlock
- MemoryExtensions
- MethodInfoExtensions
- ObjectPool
- PropertyInfoExtensions
- RedBlackTree
- Singleton
This project currently targets netstandard2.0
as well as netstandard2.1
and had been tested against net472
, netcoreapp3.1
, net6.0
, and net8.0
.