zzzprojects / Eval-Expression.NET

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

Formatting not works inside string interpolation expressions #73

Closed maxwave11 closed 4 years ago

maxwave11 commented 4 years ago

Eval.Execute("$'the date is { DateTime.Now:dd/MM/yyyy}.'")

JonathanMagnan commented 4 years ago

Hello @maxwave11 ,

Thank you for reporting, we will look at it.

Best Regards,

Jon

JonathanMagnan commented 4 years ago

Hello @maxwave11 ,

A new version has been released.

This issue is now be fixed.

Let me know if everything works as expected.

maxwave11 commented 3 years ago

It works, thank you!