You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Copyright (c) Software Antics. All rights reserved.
// </copyright>
using System.Diagnostics.CodeAnalysis;
[assembly: SuppressMessage("Naming", "CA1716:Identifiers should not match keywords", Justification = "KISS")]
[assembly: SuppressMessage("Performance", "CA1848:Use the LoggerMessage delegates", Justification = "KISS")]
[assembly: SuppressMessage("Usage", "CA2254:Template should be a static expression", Justification = "KISS")]
[assembly: SuppressMessage("StyleCop.CSharp.SpacingRules", "SA1010:Opening square brackets should be spaced correctly", Justification = "Conflicts with SA1000")]
[assembly: SuppressMessage("Style", "IDE0290:Use primary constructor", Justification = "See here: https://www.youtube.com/watch?v=FExr6WMn6T8")]