Closed sharwell closed 9 years ago
That is a great job, Thanks! yes parse tree representation of an interpolated string rather than rely on string.Replace. is something I have had on my todo list very long, just haven't had the time fix it yet :-) haven't even got the time to update my vs to CTP6, i'm so last year! Much of the code is really still just POC code, so I think it's great you are collaborating!..
/ronnie
Thanks, Sam!
Microsoft.SqlServer.TransactSql.ScriptDom
as a proper NuGet dependency (previously the project wouldn't build when you simply clone the source code)Helper.BuildSqlStringFromIdString
to provide a minimal level of support for the new string interpolation syntax. The tests for this functionality now pass, but I would recommend updating the code to work directly with the parse tree representation of an interpolated string rather than rely onstring.Replace
.