-
Notifications
You must be signed in to change notification settings - Fork 95
feat: supports aggregateWindow in LINQ expressions #282
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
db681da
to
63b5fbc
Compare
cefce19
to
f81b1b2
Compare
Codecov Report
@@ Coverage Diff @@
## master #282 +/- ##
==========================================
+ Coverage 84.82% 84.88% +0.05%
==========================================
Files 73 73
Lines 6491 6542 +51
==========================================
+ Hits 5506 5553 +47
- Misses 985 989 +4
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Closes #278
Proposed Changes
Add support to use
aggregateWindow
in LINQ expression:Checklist
dotnet test
completes successfully