issues
search
bijington
/
expressive
Expressive is a cross-platform expression parsing and evaluation framework. The cross-platform nature is achieved through compiling for .NET Standard so it will run on practically any platform.
MIT License
164
stars
26
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Set the assembly and file version
#145
bijington
closed
5 months ago
0
Incorrect File Version in Expressive.dll
#144
swhaworth
closed
5 months ago
1
Provide a more consistent unit testing approach
#143
bijington
closed
1 month ago
0
Add nuget release pipeline
#142
bijington
closed
8 months ago
0
Migrate to just netstandard2.0 target framework
#141
bijington
closed
8 months ago
0
Feature request: String interpolation(like $"Greetings, {name}!" in C#)
#140
deerchao
opened
8 months ago
1
Fix pipeline builds
#139
bijington
closed
5 months ago
0
Capitalize function does not work as described
#138
chrisg920
closed
9 months ago
2
Null reference exception message surfacing from `Evaluate`
#137
Mark-A-Williams
opened
10 months ago
1
Update dotnet-core.yml
#136
bijington
closed
10 months ago
0
Attempt to expose a functions metadata
#135
bijington
closed
8 months ago
0
Question - programmatic way to list available function names?
#134
jheliker
closed
8 months ago
4
Update codebase to allow injection of "Expression" class in an Inversion of Control context
#133
Raffaele-Doti
opened
1 year ago
1
Support for custom types?
#131
jheliker
opened
1 year ago
11
Added funding information
#130
bijington
closed
1 year ago
0
Switch between use of degrees or radians for trigonometric functions
#129
JacobClinton
opened
1 year ago
4
issue-126-null-value-smaller-than-any-numeric
#128
darkterror-jl
opened
1 year ago
2
check for null and empty strings in date functions
#127
jchristensen726
closed
1 year ago
0
null value smaller than any numeric
#126
darkterror-jl
opened
1 year ago
6
Prevent overflow errors
#125
memetican
opened
2 years ago
1
Include ReadMe file for NuGet
#122
bijington
closed
2 years ago
0
Target .NET Standard 2.0 as well.
#121
teo-tsirpanis
closed
2 years ago
3
Ignore nulls in Average and Mean
#120
bijington
closed
3 years ago
0
Median now ignores nulls
#119
bijington
closed
3 years ago
0
Migrate to only using NUnit for testing
#118
bijington
opened
3 years ago
0
Change scope of classes in expressivehelpers from internal to public
#117
bijington
closed
3 years ago
0
Improve the NuGet package readme
#116
bijington
opened
3 years ago
0
Mean and Average always return 0 if a null is provided
#115
bijington
closed
2 years ago
0
Median treats nulls as zero
#114
bijington
closed
2 years ago
0
How to get Regex match value(s)?
#113
jheliker
opened
3 years ago
1
Added Concat and IndexOf functions with the respective tests
#110
richard-scryber
closed
3 years ago
4
In function fix
#109
bijington
closed
3 years ago
0
In function does not handle enumerable parameters.
#108
bijington
closed
2 years ago
0
Smaller double is not less than larger float
#107
bijington
opened
3 years ago
0
use include
#106
SimonCropp
closed
3 years ago
6
Basic test on automating
#105
bijington
opened
3 years ago
0
Escaped variable names
#104
sryffel
opened
3 years ago
3
Issue 101 missing bitwise not operator
#103
bijington
opened
3 years ago
1
Count() now only goes as high as ICollection when checking for...
#102
bijington
closed
3 years ago
0
Missing Bitwise NOT operator
#101
bijington
opened
3 years ago
1
Change scope of classes in Expressive.Helpers from internal to public
#100
graniero
closed
2 years ago
7
Behaviour of `Count()` with string vs. number parameters
#99
bijington
closed
2 years ago
2
Enabled warnings as errors and fixed related issues.
#98
bijington
closed
3 years ago
0
Tidy up of warnings
#96
bijington
closed
3 years ago
1
Added SourceLink integration plus NuGet symbol generation
#95
bijington
closed
3 years ago
0
Issue 91 dynamic variable lookup
#94
bijington
closed
3 years ago
0
Reverted to only wrapping the variables if we internally expect a
#93
bijington
closed
3 years ago
0
Add constant functions and exponent operator
#92
graniero
closed
3 years ago
6
Make variable interface suitable for dynamic value lookup
#91
sryffel
closed
3 years ago
14
Split IgnoreCase out to 2 separate options
#90
bijington
closed
3 years ago
2
Next