issues
search
dynamicexpresso
/
DynamicExpresso
C# expressions interpreter
http://dynamic-expresso.azurewebsites.net/
MIT License
2.02k
stars
379
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Can support ^ exponential operator calculation?
#338
landonzeng
opened
1 day ago
1
When calculating an expression, an error is reported if the expression has [] in it.
#337
landonzeng
opened
2 days ago
2
DetectIdentifiers infinite loop
#336
israellot
closed
3 days ago
1
Why does the expression (20/50) evaluate to 0?
#335
landonzeng
closed
5 days ago
2
Is there a better way to express ParseAsExpression<Func<object, boolean>> without strong typing?
#334
hzy-6
opened
6 days ago
1
Revert changes introduced in #296
#333
metoule
closed
4 days ago
0
feat(detectIdentifiers): re-introduce boundary check
#332
cpiber
closed
5 days ago
0
#291 causes drastic performance drop in `DetectIdentifiers`
#331
cpiber
closed
5 days ago
4
feat(WebShell): Reference local DynamicExpresso and include DE as language
#330
cpiber
closed
5 days ago
2
[#328] Introduce localized strings for new errors
#329
cpiber
closed
1 week ago
0
Broken localization
#328
cpiber
closed
1 week ago
3
JToken.ToObject<T>() not working in expressions
#327
goodrod
opened
1 week ago
1
Null check for property of parameter with late binding does not work anymore
#325
AndreasKorn
closed
4 days ago
4
ArgumentException when calling Count() method from object returned by dynamic
#324
alser
closed
1 week ago
4
DetectIdentifier obtain complete variable name
#323
alesanchez-windifferent
closed
1 week ago
1
DetectIdentifiers only returns the last part of the identifiers
#322
alesanchez-windifferent
closed
2 weeks ago
1
Expression must be writable error.
#321
mercurial-moon
opened
3 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
4
Add german translations
#319
cpiber
closed
3 weeks ago
4
🚚 Split Parser.cs
#318
metoule
closed
3 months ago
0
Remove unneeded NETSTANDARD1_6 compiler directives and unneeded usings
#317
metoule
closed
3 months ago
0
No longer consider number literal suffixes as identifiers.
#316
metoule
closed
3 months ago
0
No longer try to parse a generic type if there's no possible candidates
#315
metoule
closed
3 months ago
0
Misleading Parser error on '<' with missing Parameter
#314
andreasmo
closed
3 months ago
0
feat: .net 8 and github issue 311
#313
davideicardi
closed
3 months ago
0
Generic type incorrectly detected as unknown identifier
#312
WAcry
opened
4 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
5 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
10 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
3 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
Next