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

[Automated] Merge 'master' into 'future' #4331

Merged
merged 23 commits into from Aug 4, 2015
Merged

[Automated] Merge 'master' into 'future' #4331

merged 23 commits into from Aug 4, 2015

Conversation

tannergooding
Copy link
Member

No description provided.

DanielRosenwasser and others added 23 commits July 8, 2015 16:25
DiagnosticIncrementalAnalyzer.LatestDiagnosticsForSpanGetter.VerifyDiagnostics
checks that the diagnostics returned by the SemanticModel for a given span
are the same as the diagnostics returned by the SemanticModel for the
whole document after filtering down to the span.  This check fails when
the span includes unused import diagnostics, because they are never
reported by the SemanticModel when a (sub)span is given.
Fix #4280 Add spacing rules around the dictionary initializers to have a
behavior similar to Object Initializers
Add spacing rules around Dictionary Initializers
…ider the left expression explicitly, not just by name
Don't crash when invoking signature help on an inaccessible item.
The value returned from
```ISmartIndentationService.GetDesiredIndentation``` is absolute, but we
were assuming it was relevant to the prompt.

Fixes #4235
it looks like loaded dlls checking action is broken. when it says wrong dlls are loaded, windbg doesn't agree.
Fix Interactive window indentation
Fix transposed words in file name...
Handle MemberBindingExpression in Binder.GetEventSymbol
Properly adjust result type of a user-defined conversion for lifted case.
…mments

Ignore signature help trigger characters in comments and strings
tannergooding added a commit that referenced this pull request Aug 4, 2015
[Automated] Merge 'master' into 'future'
@tannergooding tannergooding merged commit 25701f8 into future Aug 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet