RCS0006: Add blank line before using directive list
Properties
Property | Value |
---|---|
Default Severity | disabled by default |
Minimum language version | - |
Examples
Example #1
diagnostic.cs
// Copyright ...
using System;
using System.Linq;
namespace N
{
}
fix.cs
// Copyright ...
using System;
using System.Linq;
namespace N
{
}