An example:
byte[]? data = null; // SA1011 Closing Bracket should be followed by a space
byte[] ? data = null; // SA1018 Nullable type symbol should not be preceded by a space
I think SA1011 is a false positive.
Any chance of a stable release with this in it so we can upgrade? :)
@csMACnz you can reference the StyleCop.Analyzers.Unstable package if you need a build without "beta" in the version number.
Sneaky. But still a beta release, right?
Most helpful comment
Any chance of a stable release with this in it so we can upgrade? :)