dotnet-debounce
There are two builds of the library included in th package, one for .NET Standard 2.0 and one for .NET 8 (or higher). The public API is the same for both, but internally the builds slightly differ:
The .NET Standard build depends on
Microsoft.Bcl.TimeProviderfor unit testing.The .NET 8 build supports trimming.