Skip to content
New issue

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

Writing to System.Console should not throw an exception #49

Closed
ErikSchierboom opened this issue Jun 20, 2018 · 4 comments · Fixed by #48
Closed

Writing to System.Console should not throw an exception #49

ErikSchierboom opened this issue Jun 20, 2018 · 4 comments · Fixed by #48
Labels

Comments

@ErikSchierboom
Copy link
Contributor

If I run the analyzers on this code:

public class TestClass
{
    public static void Main()
    {
        System.Console.WriteLine();
    }
}

A null-reference exception is thrown.

@ErikSchierboom
Copy link
Contributor Author

Note: I've created this issue to be able to refer to it in PR #48.

@Meir017
Copy link
Member

Meir017 commented Jun 20, 2018

@ErikSchierboom just released 0.10.3 check it out 😄

@ErikSchierboom
Copy link
Contributor Author

@Meir017 Cool, I'll check it out!

@ErikSchierboom
Copy link
Contributor Author

@Meir017 It's working now! Thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants