-
Notifications
You must be signed in to change notification settings - Fork 7
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
ArgumentNullException in VS 15.9.4 #103
Comments
It looks like you want to dispose a undisposed field or property. Is there anything special with the type of the member? Is it a field or property? Is the type not yet known (missing reference)? |
I'm trying to reproduce the issue within a sample project. These are the building blocks:
|
Did you encounter this error once more? Since 8th January I made a lots of bug fixes, maybe this is already fixed. |
I did not =) Maybe you're right |
Prerequisites
Description
I get this exception sometimes with the latest update of Visual Studio 2017.
Although I can't provide the code causing this issue, I hope this call stack will help:
The text was updated successfully, but these errors were encountered: