We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rule SA1000 should not fire for C# 9 target-typed new keyword followed by an open brace:
public object NewObject() => new(); public System.Exception NewException(string message) => new(message);
Visual Studio default formatting doesn't put a space there.
The text was updated successfully, but these errors were encountered:
@sharwell can you please check that this makes sense? If so, I can give it a try to create a PR to fix it.
Sorry, something went wrong.
Duplicate of #3214
No branches or pull requests
Rule SA1000 should not fire for C# 9 target-typed new keyword followed by an open brace:
Visual Studio default formatting doesn't put a space there.
The text was updated successfully, but these errors were encountered: