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) 2022 Jason Wohlgemuth. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// </copyright>
usingSystem.Diagnostics.CodeAnalysis;
[assembly:SuppressMessage("StyleCop.CSharp.LayoutRules","SA1500:Braces for multi-line statements should not share line",Justification="1TBS is my favorite")]
[assembly:SuppressMessage("StyleCop.CSharp.ReadabilityRules","SA1101:Prefix local calls with this",Justification="Adding a this for local calls is unnecessary")]
[assembly:SuppressMessage("StyleCop.CSharp.LayoutRules","SA1503:Braces should not be omitted",Justification="I just like the simplicity of being able to omit the braces")]