elmahio / Elmah.Io.ElasticSearch

Elmah.Io.ElasticSearch is an Elasticsearch storage backend for ELMAH.
https://elmah.io
Apache License 2.0
23 stars 8 forks source link

Release/1.2 #48

Closed jayhilden closed 8 years ago

jayhilden commented 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}'.");