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

FI from main #3

Merged
merged 391 commits into from
Jun 17, 2016
Merged

FI from main #3

merged 391 commits into from
Jun 17, 2016

Conversation

ljw1004
Copy link
Owner

@ljw1004 ljw1004 commented Jun 17, 2016

No description provided.

CyrusNajmabadi and others added 30 commits June 2, 2016 22:15
* add vb version 15

* Fix case on LanguageVersion
Actually listen to completion options.
Provide a synchronous path for outlining so it won't block hte UI thread waiting for a threadpool thread.
Don't sign projects that don't build anything
Attempt type inference when there are no applicable methods
IntPtr conversion can stay in the bound tree past lowering in a case where a COM method is invoked in an Expression Tree lambda.

Fixes: #11751
…r20160601-201349

Merge stabilization into master
* initial port from CSharpEssentials

* responding to feedback.
removing syntax rewriter and incorporating formatting rules into formatter

* responding to cryus' feedback

- general logic cleanup
- moving methods to abstract base class
Add support for IntPtr conversion in the call arguments optimizer.
Properly handle trivia when replacing a property with methods.
Utilise `nameof`
shyamnamboodiripad and others added 29 commits June 14, 2016 17:45
… instead of adding custom logic in the script for this.
Updating Settings.targets to ignore BC42366 and CS7035.
…eMSBuildToolsVersion check in an InitialTarget.
porting #11972 from stabilization to master
Fixing up the Microsoft.Net.Compilers.props file to place the ValidateMSBuildToolsVersion check in an InitialTarget.
When you cancelled, it would continue to sit around waiting for the
Task.Delay to complete. We also set LongRunning since the initial
population is indeed long running.
Missed Nameof usage in Update SyntaxList`1.cs
Support for using `var` in a local function return type was already
removed in PR #7916. This PR adds a test to verify that.

Closes #10392.
The old settings caused the project to be run but,
as a VSIX project, it could not be run. Instead, this
changes the project to start a new copy of devenv with
the VSIX in a new hive.
Improve implementation of analyzer loader
Persist the low-memory-mode option to the registry
Add namespace-name suggestions to C# and VB
Removing the warning supressions for CS7035 and BC42366
found one more case where documentId can be null
@ljw1004 ljw1004 merged commit abc0efd into ljw1004:master Jun 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.