Skip to content

Pull requests: zzzprojects/System.Linq.Dynamic.Core

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Remove useless dependences feature
#8 by yyjdelete Contributor was merged Apr 29, 2016 Loading…
Support strings as Enum Parameter Objects
#37 by jogibear9988 Contributor was merged Jul 22, 2016 Loading…
Support more comparisons with strings
#38 by jogibear9988 Contributor was merged Jul 24, 2016 Loading…
Exception friendly Type loading
#39 by jogibear9988 Contributor was merged Jul 25, 2016 Loading…
Separation of tokenization logic
#41 by mariuszkochanowski was closed Aug 17, 2016 Loading…
* Add unit test and fix public methods access.
#47 by jotab123 Contributor was merged Sep 24, 2016 Loading…
Fix Nullable Enums from String
#55 by jogibear9988 Contributor was merged Dec 7, 2016 Loading…
Create .editorconfig
#56 by jogibear9988 Contributor was merged Dec 6, 2016 Loading…
Fix - shift operators work only for int, short, ushort, byte, sbyte.
#76 by DavidCizek Contributor was merged Apr 27, 2017 Loading…
New features: Hexadecimal integers and array initializers
#77 by DavidCizek Contributor was merged Apr 28, 2017 Loading…
[Feature] Usage of cached Lambda Expressions
#80 by jogibear9988 Contributor was merged May 16, 2017 Loading…
[Fix] Guid? == null comparison
#85 by jogibear9988 Contributor was merged May 31, 2017 Loading…
[Feature] Adds support for decimal qualifiers. Resolves #91
#92 by pferraris Contributor was merged Jun 27, 2017 Loading…
[Bug] Fix uap10 build in appveyor
#93 by StefH Collaborator was merged Jun 29, 2017 Loading…
Added DynamicEnumerable Async extension methods
#99 by StefH Collaborator was merged Aug 1, 2017 Loading…
Feature: NullPropagation operator
#100 by StefH Collaborator was merged Aug 9, 2017 Loading…
support group by with 2 parameters, add tolist
#103 by jogibear9988 Contributor was merged Sep 12, 2017 Loading…
Dynamic Linq Query not usable with ORM Provider (fix for #114)
#115 by jogibear9988 Contributor was merged Nov 8, 2017 Loading…
Bugfix DynamicLinq when using IQueryable
#116 by jogibear9988 Contributor was merged Nov 9, 2017 Loading…
New features
#117 by jogibear9988 Contributor was merged Nov 28, 2017 Loading…
appveyor
#123 by StefH Collaborator was merged Nov 18, 2017 Loading…
Refactored Parser
#127 by StefH Collaborator was merged Dec 16, 2017 Loading…
ProTip! Exclude everything labeled bug with -label:bug.