Closed paulvanbladel closed 5 years ago
Hi Paul, Interpolated strings are syntactic-sugar for edition. I believe the compiler translates those into String.Concat(params string[]) calls. So they should normally be decompiled without any problem.
Max.
Interpolation usually a syntactic sugar for string.Format(...)
. The DelegateDecompiler correctly decompiles the expression, however the support of the expression would be solely dependant on the underlying linq provider for which expression tree is intended.