- #68 - Work on #66 -> Should work now. Tests will follow on VS2017 support! contributed by Jochen Kühner (jogibear9988)
Commits: a02f3d64fa...9fa29d7b3b
- #69 - Fix - when method has object parameter and ValueType value is passed into this method, result is exception in System.Dynamic.Utils.ExpressionUtils.ValidateOneArgument. contributed by David Cizek (DavidCizek)
- #65 - Support embedded quotes in string literal +enhancement
- #62 - OrderBy Chaining +fix
- #61 - String[].Contains(String) expression translated to first array element contains
- #60 - Issue with nested Calls
- #57 - Issue finding indexer +fix
- #56 - Create .editorconfig contributed by Jochen Kühner (jogibear9988)
- #55 - Fix Nullable Enums from String contributed by Jochen Kühner (jogibear9988)
- #52 - Can I convert int to string type?
- #50 - Add functionality to optimize your queries using Linq.Expression.Optimizer +enhancement
- #48 - Add an overload to the "ToDynamicList" method which accepts a Type +enhancement
- #47 - * Add unit test and fix public methods access. contributed by (jotab123)
- #46 - Methods on type are not accessible error
- #45 - Take() and Skip() lose ElementType +fix
- #43 - Join with dependent subquery?
- #42 - Microsoft.EntityFrameworkCore.DynamicLinq - ToListAsync()?
- #41 - Separation of tokenization logic contributed by (arespr)
- #40 - Add strong naming from library +enhancement
- #39 - Exception friendly Type loading contributed by Jochen Kühner (jogibear9988)
- #38 - Support more comparisons with strings contributed by Jochen Kühner (jogibear9988)
- #37 - Support strings as Enum Parameter Objects contributed by Jochen Kühner (jogibear9988)
- #36 - CreateClass Equivalent? +enhancement
- #35 - Compatibility with System.Linq.Dynamic.Library
- #34 - Support for netcoreapp1.0?
- #32 - When same dynamic class is first used in Linq2Entities, it's reused for Linq2Sql +fix
- #31 - Group by multiple columns? +fix
- #30 - Move to .NET Core RTM
- #29 - An another project ?
- #28 - Dynamic Queries seem to lose "Include()"s
- #27 - UWP version
- #26 - Calling ToString on a nullable column throws error
- #25 - DynamicExpression gone in version 1.0.3.4
- #24 - FirstOrDefaultAsync method is missing
- #23 - Cannot work with property which in base class. +fix
- #22 - DynamicExpression accessibility +enhancement
- #21 - Question: why is Distinct not supported? +enhancement
- #20 - Can't install using nuget in Asp.Net 4.0 Web Pages project
- #19 - NotEqual filter not working with DateTime +fix
- #18 - SelectMany over an Array throws System.IndexOutOfRangeException +fix
- #17 - Windows 10 uwp support
- #16 - Add Paging support +enhancement
- #15 - Add Skip, Take to ExpressionParser +enhancement
- #14 - Ampersand can be used both as logical And or as vb-like concatenation operator +enhancement
- #13 - Add isnull sql function "isnull(a, b)" +enhancement
- #12 - parsing negative float or double with qualifier +enhancement
- #11 - IN does not support negative and parse of negative integers with qualifiers. +fix
- #10 - Support explicit integer qualifiers +enhancement
- #9 - Add Null-coalescing operator support +enhancement
- #8 - Remove useless dependences contributed by SilverFox (yyjdelete) +enhancement
- #7 - Add SelectMany with resultSelector +enhancement
- #6 - Add support for dotnet5.4 framework +enhancement
- #5 - Only parameterless constructors and initializers are supported in LINQ to Entities +fix
- #4 - Illegal one-byte branch at position: 9. Requested branch was: 143
- #3 - Add "SelectMany" +enhancement
- #2 - UnitTest : GroupByAndSelect_TestDynamicSelectMember fails +fix
- #1 - SymbolTable.DoesMethodHaveParameterArray throws exception when accessing a dynamic created property
Commits: a02f3d64fa...a32f8327e3