-
Notifications
You must be signed in to change notification settings - Fork 2
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
No display of warnings if Error List is filtered #4
Comments
Did some investigation into this particular issue. The IErrorList.TableControl doesn't provide the plain infos about "IntelliSense" entries when "BuildOnly" is set. |
Issue is fixed in current pre release => http://vsixgallery.com/extension/97188178-f68c-49a6-9e5e-5fb99661bf09/ public roll-out in next release. |
The new implementation of crawling diagnostics produced some problems as well. Additionally the TableDataSources are initialized the first time they are needed, so if VS starts with the active "Build Only" filter set, than IntelliSense warnings won't show until the filter is disabled at least once. May I should investigate if there is a better way to crawl the roslyn results on another way without doing the compilation by myself in parallel. |
When the Error List is filtered to "Build Only", the extension shows no errors or warnings.
The text was updated successfully, but these errors were encountered: