mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
ignore roslyn warning
This commit is contained in:
parent
5794ef8823
commit
3a15760335
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
namespace FilterLists.Agent.AppSettings
|
||||
{
|
||||
#pragma warning disable CA1724
|
||||
public class ApplicationInsights
|
||||
#pragma warning restore CA1724
|
||||
{
|
||||
public string InstrumentationKey { get; set; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue