esendex / TokenBucket

Token Bucket implementation ported from https://github.com/bbeck/token-bucket
Apache License 2.0
29 stars 17 forks source link

Netstandard Version #5

Open seertenedos opened 5 years ago

seertenedos commented 5 years ago

Any chance you could make a netstandard nuget. If ti was netstandard 2.0 it should basically support everything and run on 4.6.1 and dotnet core. It may also work on a lesser version of netstandard as well i am not sure.

seertenedos commented 5 years ago

it seems someone had done that in fork jack-burgess/TokenBucket and i don't think functionality was lost like the other persons attempt. It would be great to see an published net standard version so it can be used in net standard projects.

f2calv commented 4 years ago

Better late than never, as this repo appears unsupported I have forked/published the library to support .NET Standard 2.0 and .NET 5.0