The new string interpolation style in Visual Studio 2015 is this:
Dim s = $\"Hello {name}\"
But if I use this the code analysis tells me I brea
I have found a Nuget-Package that covers the code that jessehouwing presented in his answer.
The Nuget package 'StringInterpolationBridge' (source) adds this code to every project.