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
If I run the analyzers on this code:
public class TestClass { public static void Main() { System.Console.WriteLine(); } }
A null-reference exception is thrown.
The text was updated successfully, but these errors were encountered:
Note: I've created this issue to be able to refer to it in PR #48.
Sorry, something went wrong.
@ErikSchierboom just released 0.10.3 check it out 😄
@Meir017 Cool, I'll check it out!
@Meir017 It's working now! Thanks a lot.
Successfully merging a pull request may close this issue.
If I run the analyzers on this code:
A null-reference exception is thrown.
The text was updated successfully, but these errors were encountered: