issues
search
zspitz
/
ExpressionTreeToString
String representations of expression trees + library of expression tree objects
MIT License
151
stars
12
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Non-reducible extension nodes are not expanded
#95
avonwyss
opened
3 months ago
3
Bump System.Linq.Dynamic.Core from 1.2.17 to 1.3.0 in /Tests
#94
dependabot[bot]
opened
1 year ago
0
Bump System.Linq.Dynamic.Core from 1.2.14 to 1.3.0 in /_tests
#93
dependabot[bot]
opened
1 year ago
0
Add support for the use of enum arguments in ToString
#92
Ephron-WL
opened
1 year ago
2
Different Behavior than I expected
#91
danielscatigno-ncpc
opened
2 years ago
3
"Official" MS serialization format for expression trees
#90
zspitz
opened
2 years ago
0
Dynamic Linq now supports `as` and `is` on arbitrary expressions
#89
zspitz
closed
2 years ago
0
Wrong Escaped Characters
#88
danielscatigno-ncpc
closed
2 years ago
3
JavaScript notation?
#87
StefH
opened
3 years ago
2
Dynamic LINQ writer/visitor: newlines for Queryable method calls
#86
zspitz
opened
3 years ago
0
Tests for VB language for bi-lingual writer/visitors
#85
zspitz
opened
3 years ago
0
Additional tests for #81
#84
zspitz
closed
3 years ago
0
Roslyn tests for DynamicLinqWriterVisitor results
#83
zspitz
opened
3 years ago
1
Transition Dynamic LINQ writer/visitor output to actual code
#82
zspitz
closed
3 years ago
0
Parentheses in Dynamic LINQ writer/visitor
#81
zspitz
closed
3 years ago
1
Represent Constant using Dynamic LINQ numbered parameters when no literal
#80
zspitz
closed
3 years ago
0
Exception getting DebugView of expression with nested lambdas
#79
avonwyss
closed
3 years ago
3
Output method calls to Queryable methods; better handling of Quote nodes
#78
zspitz
closed
3 years ago
1
Update examples in README
#77
amir734jj
closed
3 years ago
1
Gracefully handles the expression tree with custom Expression implementations
#76
CXuesong
closed
3 years ago
4
Dynamic LINQ writer/visitor: Handle indexers and other methods when building `in` clauses
#75
zspitz
closed
3 years ago
0
Represent integer as char when compared against string indexer
#74
zspitz
closed
3 years ago
0
Support F# code quotations
#73
zspitz
opened
4 years ago
0
F# writer/visitor
#72
zspitz
opened
4 years ago
0
Dynamic LINQ writer/visitor: Generate is and as function calls
#71
zspitz
closed
3 years ago
1
Replace throwing NotImplementedException with explicit WriteNotImplemented method
#70
zspitz
closed
3 years ago
1
Refine editorconfig WRT InsertionPoint
#69
zspitz
opened
4 years ago
0
Code writer/visitors: Remove unnecessary implicit conversions
#68
zspitz
closed
4 years ago
0
Create .editorconfig for project
#67
zspitz
closed
4 years ago
1
Add Roslyn-based tests for factory methods writer/visitor
#66
zspitz
opened
4 years ago
1
checkout some https://github.com/dadhi/FastExpressionCompiler and DryIoC
#65
dzmitry-lahoda
opened
4 years ago
5
C# writer/visitor: wrap checked math with `checked` expression
#64
zspitz
opened
4 years ago
0
Dynamic LINQ writer/visitor: Enum handling
#63
zspitz
closed
4 years ago
2
Multithreading
#62
zspitz
opened
4 years ago
0
Factory Methods writer visitor: string equality generates calls to MakeBinary instead of Equal
#61
zspitz
closed
3 years ago
1
What happens if parameter names or other identifiers have whitespace in them?
#60
zspitz
closed
4 years ago
0
Path span tests
#59
zspitz
closed
4 years ago
1
Textual tree renderer: Consider describing Type property as generic parameter of node
#58
zspitz
closed
3 years ago
3
Expose textual tree child node logic, to be used by the visualizer
#57
zspitz
opened
4 years ago
0
Dynamic LINQ renderer
#56
zspitz
closed
4 years ago
1
Build and push test objects only if changes have been made to the objects
#55
zspitz
opened
4 years ago
0
Move operator grouping objects from tests to test objects library
#54
zspitz
closed
4 years ago
1
Enable paths to reduced node
#53
zspitz
closed
4 years ago
1
Incorporate flow logic from DebugView into WriterBase
#52
zspitz
opened
4 years ago
1
Options architecture
#51
zspitz
opened
4 years ago
0
BuiltinsWriterVisitor: Replace dynamic subtype abstract methods with overridable default implementations, throwing NotImplementedException
#50
zspitz
closed
3 years ago
1
Overloads of WriteNode and WiteNodes that take expressions
#49
zspitz
opened
4 years ago
0
Factory methods writer/visitor: Specify individual arguments to WriteMethodCall where an appropriate overload exists
#48
zspitz
closed
3 years ago
2
Factory methods renderer: Dynamic binder arguments render as binder instance
#47
zspitz
opened
4 years ago
0
Fix access levels of extension methods
#46
zspitz
closed
4 years ago
1
Next