Given this Program.cs file:
// Copyright (c) Andrew Arnott. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using MinerForeman;
var foreman = new Foreman();
await foreman.RunAsync();
The last line in the file above produces:
Warning SA1516 Elements should be separated by blank line Program.cs
This repros with StyleCop.Analyzers 1.2.0-beta.333
Given this Program.cs file:
The last line in the file above produces:
This repros with StyleCop.Analyzers 1.2.0-beta.333