ignore roslyn warning

This commit is contained in:
Collin M. Barrett 2019-07-03 10:08:21 -05:00
parent 5794ef8823
commit 3a15760335

View file

@ -1,6 +1,8 @@
namespace FilterLists.Agent.AppSettings
{
#pragma warning disable CA1724
public class ApplicationInsights
#pragma warning restore CA1724
{
public string InstrumentationKey { get; set; }
}