zzzprojects / Eval-Expression.NET

C# Eval Expression | Evaluate, Compile, and Execute C# code and expression at runtime.
https://eval-expression.net/
Other
459 stars 86 forks source link

Broken NuGet package #135

Closed TOuhrouche closed 2 years ago

TOuhrouche commented 2 years ago

Hi, All our builds are failing with the following error message error NU5037: The package is missing the required nuspec file. Path: C:\a\1\.nuget\packages\z.expressions.eval\4.0.43
Anyone facing similar issues?

JonathanMagnan commented 2 years ago

Hello @TOuhrouche ,

That's a very old package, so nothing has changed on our side.

If this was the package you were already using in your previous build, there is a good chance that the issue come from your side and not our (the package is still the same and still available on NuGet).

Best Regards,

Jon

TOuhrouche commented 2 years ago

Thanks Jon. I upgraded to the latest NuGet package and the issue went away.