issues
search
dynamicexpresso
/
DynamicExpresso
C# expressions interpreter
http://dynamic-expresso.azurewebsites.net/
MIT License
2.01k
stars
379
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Null check for property of parameter with late binding does not work anymore
#325
AndreasKorn
opened
3 days ago
0
ArgumentException when calling Count() method from object returned by dynamic
#324
alser
opened
4 days ago
0
DetectIdentifier obtain complete variable name
#323
alesanchez-windifferent
opened
1 week ago
0
DetectIdentifiers only returns the last part of the identifiers
#322
alesanchez-windifferent
closed
5 days ago
1
Expression must be writable error.
#321
mercurial-moon
opened
2 weeks ago
1
Hello, I encountered a situation and I would like to know if there is a way to achieve it. Please take a look at my code
#320
jiangzhuangxiansheng
opened
1 month ago
3
Add german translations
#319
cpiber
closed
1 week ago
4
🚚 Split Parser.cs
#318
metoule
closed
2 months ago
0
Remove unneeded NETSTANDARD1_6 compiler directives and unneeded usings
#317
metoule
closed
2 months ago
0
No longer consider number literal suffixes as identifiers.
#316
metoule
closed
2 months ago
0
No longer try to parse a generic type if there's no possible candidates
#315
metoule
closed
2 months ago
0
Misleading Parser error on '<' with missing Parameter
#314
andreasmo
closed
2 months ago
0
feat: .net 8 and github issue 311
#313
davideicardi
closed
2 months ago
0
Generic type incorrectly detected as unknown identifier
#312
WAcry
opened
3 months ago
1
If we use interpreter.SetDefaultNumberType(DefaultNumberType.Decimal) , then we can't access any default library like string related or Math related functions etc.
#311
ATEEKGIT
closed
3 months ago
3
Using culture in parser ?
#310
FabriceAeby
closed
3 months ago
1
NoApplicableMethodException for nullable variables given as parameters
#309
obones
closed
4 months ago
3
Registering Generic Types
#308
Vennotius
closed
6 months ago
2
Fix Issue #305
#306
denbell5
closed
7 months ago
0
Indexer ambiguity when inherited class replaces parent's indexer with new keyword
#305
denbell5
closed
7 months ago
0
LINQ Enumerable Extensions Do Not Work With ExpandoObject Collection Properties
#304
RonAmihai
opened
9 months ago
4
Error in expression evaluation
#303
lesha724
closed
9 months ago
1
Parameter name does not support operators
#301
dzp0839
closed
5 months ago
2
DetectIdentifiers parsing decimals with suffix are considered as Identifier
#300
tyl24
closed
2 months ago
1
Parseasdelegate performance
#298
acquleo
closed
1 year ago
4
RobiniaDocs API Explorer
#297
NeuroXiq
opened
1 year ago
1
Fix Issue #295
#296
Pentiva
closed
1 year ago
2
dynamic/ExpandoObject string member can't be passed to a function that accepts a string
#295
AndrewKoransky
closed
1 year ago
0
Lambda parsing can fail for generics and multi-parameter indexers
#294
Pentiva
opened
1 year ago
1
Add support for Action<> lambdas
#293
metoule
closed
1 year ago
0
Can lambda expressions only be used as conditional judgments and return bool?
#292
airs1991
closed
1 year ago
5
Improve the identifier detection regex to support non-ascii identifiers
#291
metoule
closed
1 year ago
0
wrong calc
#290
Ramin9072
closed
1 year ago
2
No longer move to the next token when parsing an `is` or `as` expression
#289
metoule
closed
1 year ago
1
Operations that change non-concurrent collections must have exclusive access at DynamicExpresso.Interpreter.SetIdentifier(Identifier identifier)
#288
Igor0894
opened
1 year ago
5
Parsing exception while using 'as' operator
#287
pawel1708hp
closed
1 year ago
7
Is there a way to determine return type of an expression without evaluate the expression?
#286
haducloc
closed
1 year ago
1
Are implicit operators supported? Or am I not adding correct reference?
#285
ricardSiliuk
opened
1 year ago
2
NullReferenceException using variables in custom functions
#284
ArdenCarl
closed
3 months ago
7
AOT support for .NET
#283
rodrigovaras
opened
1 year ago
5
fix: nuget package directory
#282
davideicardi
closed
1 year ago
0
feat: update github workflows
#281
davideicardi
closed
1 year ago
0
Getting error on IEnumerable Sum() method: "violates the constraint of type 'TAccumulator'."
#280
davideicardi
closed
1 year ago
2
New class loading safety
#278
splitice
closed
1 year ago
10
No longer promote generic types if their arguments aren't compatible
#277
metoule
closed
1 year ago
0
InvalidOperationException when comparing two nullable numeric values
#276
Hakim83
closed
1 year ago
3
Missing Binary Operator in Unity IL2CPP
#275
jjolley
closed
1 year ago
3
No longer crash when trying to match a generic method that'll violate the generic constraints
#274
metoule
closed
1 year ago
0
Is assignment to DynamicObject supported?
#272
1andy11
closed
1 year ago
3
.NET 7 build updates #270
#271
fuzzyoctopus
closed
1 year ago
1
Next