Commit 9bdc742
Handle UseParameterizedNamesInDynamicQuery when parsing dynamic OfType function (#723)
* Test UseParameterizedNamesInDynamicQuery TypeOf use-case
This test fails
* Handle case where expression is MemberExpression
This fixes #722
* Check TryUnwrapAsConstantExpression output before calling resolve
---------
Co-authored-by: Isaac Ouellet-Therrien <iotherrien@dns1.sherweb.com>1 parent 7b94ef5 commit 9bdc742
File tree
2 files changed
+52
-9
lines changed- src/System.Linq.Dynamic.Core/Parser
- test/System.Linq.Dynamic.Core.Tests
2 files changed
+52
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2006 | 2006 | | |
2007 | 2007 | | |
2008 | 2008 | | |
| 2009 | + | |
2009 | 2010 | | |
2010 | 2011 | | |
2011 | 2012 | | |
2012 | | - | |
| 2013 | + | |
| 2014 | + | |
| 2015 | + | |
| 2016 | + | |
2013 | 2017 | | |
2014 | | - | |
2015 | | - | |
| 2018 | + | |
| 2019 | + | |
2016 | 2020 | | |
2017 | | - | |
2018 | | - | |
| 2021 | + | |
| 2022 | + | |
2019 | 2023 | | |
2020 | | - | |
2021 | | - | |
2022 | | - | |
| 2024 | + | |
| 2025 | + | |
| 2026 | + | |
| 2027 | + | |
| 2028 | + | |
| 2029 | + | |
| 2030 | + | |
| 2031 | + | |
| 2032 | + | |
| 2033 | + | |
| 2034 | + | |
| 2035 | + | |
2023 | 2036 | | |
2024 | 2037 | | |
2025 | | - | |
| 2038 | + | |
2026 | 2039 | | |
2027 | 2040 | | |
2028 | 2041 | | |
| |||
Lines changed: 30 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
69 | 99 | | |
70 | 100 | | |
71 | 101 | | |
| |||
0 commit comments