-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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 master to features/DefaultInterfaceImplementation #17900
Merged
AlekseyTs
merged 74 commits into
dotnet:features/DefaultInterfaceImplementation
from
AlekseyTs:DefaultInterfaceImplementation
Mar 16, 2017
Merged
FI from master to features/DefaultInterfaceImplementation #17900
AlekseyTs
merged 74 commits into
dotnet:features/DefaultInterfaceImplementation
from
AlekseyTs:DefaultInterfaceImplementation
Mar 16, 2017
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit 6838177.
…ilter out a command that has data we might need.
Moving the Jenkins jobs to the VS2017 RTW image.
We leave the assembly version at 2.0.0 since that's what we do for patch releases.
Update the Roslyn package version to 2.0.1
…ialized is referenced during initialization.
Fixes dotnet#17458. LanguageParser.ParseStatement can return null in case of an error. LanguageParser.ParseStatement is modified to recover from this situation by parsing an expression statement.
when host is shutting down it is possible GetRemoteHostClient return null even though host itself support remote hosting.
…iple-define-errors-small Report all invalid preprocessor symbols in diagnostics
check remote host being available.
…ering Skip updating signature-help if there's another update request in the update-queue.
…namic Don't offer to transform object creation expressions that are assigned to 'dynamic'.
Fix a break in perf runs
…ntiation Fix issue where we could not goto-def on a generic instantiation.
…ator Add helper methods to Verify operation tree for annonated text within…
Update script dev15.1.x
Disabling flakey test.
…r-20170315-070003 Merge dev15.1.x to master
VB parameter lists can be missing. Be resilient to that.
Use Microsoft.DiaSymReader.Converter.Xml 1.0.0-beta1-61515-01 - with signed dlls
Ensure LanguageParser.ParseStatement doesn’t return null.
…on-error code. (dotnet#17692) Related to dotnet#15885 Fixes dotnet#17683
* add regression test for WithDocumentationMode * check values * jared nit
…master Add C# 7.1 version to compiler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.