dynamicexpresso / DynamicExpresso

C# expressions interpreter
http://dynamic-expresso.azurewebsites.net/
MIT License
1.91k stars 364 forks source link

.NET 7 build updates #270 #271

Closed fuzzyoctopus closed 1 year ago

fuzzyoctopus commented 1 year ago

Sum and Average have new type parameter options that cause issues at runtime. Simple bypass operation that should only affect .NET 7 compilation. Affects #270

metoule commented 1 year ago

Closed in favor of #274