-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Add "private protected" support #1010
Conversation
Thank you for you pull request, while the changes look quite good, we haven't yet decided how to deal with testing/implementing C# 7+ features, we now have to pull forward an internal architecture discussion. Please note this might take a while. Note: before accepting your PR we would ask you to add some unit tests, but as mentioned above we haven't yet decided on how we want to handle testing multiple versions of Roslyn / language versions. So, currently adding unit tests would only break the build. We will update you as soon as we've implemented proper support for testing > C# 7.0 features. |
…stacktrace to be printed instead of a user friendly "File doesn't exist" message
Version -> 1.7 Re-enable Enterprise sku (locally found, marketplace didn't)
…That also hid a throw on assembly resolution.
Note: I will add some unit tests and then merge your PR. |
Thank you for your pull request! |
This fixes "private protected" display for C# 7.2.