A bunch of common stuff used in my libraries and code.
See:
-
Contains code based off of CommunityToolkit.Diagnostics, specifically code related to the
Throw
(originallyThrowHelper
) andGuard
types.Copyright © .NET Foundation and Contributors
-
Contains code based off of Microsoft.Extensions.ObjectPool, specifically code related to the
ObjectPool<T>
type.Copyright (c) .NET Foundation and Contributors