Closed jayhilden closed 8 years ago
@ThomasArdal The TeamCity build is failing for this here
The reason is that we're using the new C# 6 string interpolation. Can you please update TC to use the new C# compiler.
throw new ApplicationException($"Could not find a ConnectionString with the name '{connectionStringName}'.");
@ThomasArdal The TeamCity build is failing for this here
The reason is that we're using the new C# 6 string interpolation. Can you please update TC to use the new C# compiler.