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

Merge remote-tracking branch 'upstream/future' into 'upstream/features/outvar' #11636

Merged
merged 367 commits into from
May 29, 2016

Conversation

AlekseyTs
Copy link
Contributor

No description provided.

CyrusNajmabadi and others added 30 commits May 16, 2016 15:53
…20160516-150017

Merge master into future
Find dependent types more efficiently by storing inheritance info directly in our indices.

Fixes dotnet#11255
Wait until solution load before we kick off all our nuget work.
previously we rejected those and let project system to deal with it.

with this change, we will show code for those errors if possible as well.
Bring /errorlog output up to SARIF draft 1.0.0-beta.5
Include invocation reasons when analyzing documents by solution crawler
We must now use document options rather than the system options.
Fix some issues around tuples and add unit-tests for others.
Sometimes the project might not fully be in the workspace yet if we're
asynchronously loading, so let's just fall back and make a fake project.
This should be fine, since right now we don't (yet) have plans for
things that really depend on project state vs. just file locations.
These were workarounds for building with Visual Studio 2015 RTM. We
don't support that anymore.

Fixes dotnet#8767.
…20160517-150020

Merge master into future
so that project system can handle those
…nt-and-project-specific-options

Correctly format files with per-document formatting options
…cs (analyzer dependency errors, reading ruleset errors, etc.) (dotnet#11343)

Fixes dotnet#8877
CyrusNajmabadi and others added 28 commits May 26, 2016 13:10
Use new UI for `this.`/`Me.` and add a fix-all code action for qualification.
Assert that completion has a TypeInferenceService
…1) attribute (dotnet#11536)

* Bug 217740: Repro and test harness for C#

* Testing and fixing loading scenario in C# and VB

* Verifying VB case using attribute on field

* Adding more tests

* Adding VB tests

* Adding tests

* More tests on fields with double-attributes

* New test constraint

* Fixing VB side to new test constraints

* Fixing C# side to new test constraints

* Fixing remaining tests

* Adding comments

* Fixing VB field scenario too
…20160527-150023

Merge master into future
@AlekseyTs AlekseyTs merged commit db7924c into dotnet:features/outvar May 29, 2016
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.