Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RL non-generic fixed window, sliding window implementations #68087

Merged
merged 12 commits into from
Apr 28, 2022

Conversation

shreyaverma165
Copy link
Contributor

Fixes: dotnet/aspnetcore#37381

** Updating this PR with comments and test cases.

@dotnet-issue-labeler
Copy link

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

@ghost
Copy link

ghost commented Apr 15, 2022

Tagging subscribers to this area: @mangod9
See info in area-owners.md if you want to be subscribed.

Issue Details

Fixes: dotnet/aspnetcore#37381

** Updating this PR with comments and test cases.

Author: shreyaverma165
Assignees: -
Labels:

area-System.Threading

Milestone: 7.0.0

@dnfadmin
Copy link

dnfadmin commented Apr 15, 2022

CLA assistant check
All CLA requirements met.

@shreyaverma165 shreyaverma165 force-pushed the shreyaverma/nongenericAPI branch 3 times, most recently from f20f4a9 to 8ad696c Compare April 15, 2022 20:43
@shreyaverma165 shreyaverma165 force-pushed the shreyaverma/nongenericAPI branch 3 times, most recently from 5add2b3 to 601f6fd Compare April 19, 2022 00:11
@shreyaverma165 shreyaverma165 marked this pull request as ready for review April 19, 2022 00:12
@shreyaverma165 shreyaverma165 force-pushed the shreyaverma/nongenericAPI branch from 953b529 to 6c3f70a Compare April 19, 2022 03:02
@BrennanConroy
Copy link
Member

I think the ref file needs to be updated. dotnet msbuild /t:GenerateReferenceAssemblySource

@shreyaverma165 shreyaverma165 marked this pull request as draft April 19, 2022 17:08
@shreyaverma165 shreyaverma165 force-pushed the shreyaverma/nongenericAPI branch 4 times, most recently from 4cb332f to e825bd1 Compare April 25, 2022 08:47
@shreyaverma165 shreyaverma165 marked this pull request as ready for review April 25, 2022 08:48
@shreyaverma165 shreyaverma165 marked this pull request as ready for review April 25, 2022 23:54
@shreyaverma165 shreyaverma165 force-pushed the shreyaverma/nongenericAPI branch from 218b8dc to d368ecd Compare April 26, 2022 18:58
@shreyaverma165 shreyaverma165 force-pushed the shreyaverma/nongenericAPI branch from 049e500 to a1f8d68 Compare April 26, 2022 21:54
@shreyaverma165 shreyaverma165 force-pushed the shreyaverma/nongenericAPI branch from 12de257 to 743ca69 Compare April 27, 2022 22:25
@shreyaverma165 shreyaverma165 force-pushed the shreyaverma/nongenericAPI branch from 743ca69 to 5a10be2 Compare April 28, 2022 19:24
@BrennanConroy BrennanConroy merged commit 1d7c119 into dotnet:main Apr 28, 2022
BrennanConroy pushed a commit to BrennanConroy/runtime that referenced this pull request Apr 29, 2022
mmitche pushed a commit that referenced this pull request Apr 29, 2022
…eate (#68695)

* Add RL non-generic fixed window, sliding window implementations (#68087)

* Add initial impl of PartitionedRateLimiter.Create (#67677)

Co-authored-by: Shreya Verma <shve9863@colorado.edu>
@ghost ghost locked as resolved and limited conversation to collaborators Jul 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
3 participants