You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pardon the noob question, but... I've been using NCalc for quite a while and wanted to add the NCalcExtensions functionality. I added the Nuget package to my project successfully, and I see it in my Packages
but I can't use e.EvaluateFunction += NCalcExtensions.NCalcExtensions.Extend;
It seems that the package is empty...
Is there something obvious that I'm doing wrong? This is in VS 2022 Community.
Thanks
The text was updated successfully, but these errors were encountered:
Pardon the noob question, but... I've been using NCalc for quite a while and wanted to add the NCalcExtensions functionality. I added the Nuget package to my project successfully, and I see it in my Packages
but I can't use e.EvaluateFunction += NCalcExtensions.NCalcExtensions.Extend;
It seems that the package is empty...
Is there something obvious that I'm doing wrong? This is in VS 2022 Community.
Thanks
The text was updated successfully, but these errors were encountered: