Merges/master to features/module initializers#44963
Merged
1588 commits merged intofeatures/module-initializersfrom Jun 11, 2020
Merged
Merges/master to features/module initializers#449631588 commits merged intofeatures/module-initializersfrom
1588 commits merged intofeatures/module-initializersfrom
Conversation
Co-authored-by: Jason Malinowski <jason@jason-m.com>
Co-authored-by: Jason Malinowski <jason@jason-m.com>
Co-authored-by: Jason Malinowski <jason@jason-m.com>
Co-authored-by: Jason Malinowski <jason@jason-m.com>
Co-authored-by: Jason Malinowski <jason@jason-m.com>
Co-authored-by: Jason Malinowski <jason@jason-m.com>
Co-authored-by: Jason Malinowski <jason@jason-m.com>
Add code action equivalence key validation in test framework
This change excludes src/Compilers from the analysis.
Include the workspaces and code style layers in Compilers.slnf
Remove unnecessary feature 'IOperation'
…roslyn into missingNamespace
Update DropAppVersion
* Implement parsing for record_base_arguments.
```
record_class_base
: class_type record_base_arguments?
| interface_type_list
| class_type record_base_arguments? ',' interface_type_list
;
record_base_arguments
: '(' argument_list? ')'
;
```
Remove duplicate blank lines
Ensure we also add VB files dynamically if they weren't originally present
Add ILspSolutionProvider in lsp
Add msbuild command syntax for /reportanalyzer
This reverts commit 3ff438e.
…ferencesSearchEngine_ProjectProcessing.cs
Implement SegmentedArray<T>
- The language server platform is properly implementing solution close understanding for local language servers and I found that when testing their bits Roslyn would explode gloriously. Turns out shutdown and exit support just wasn't fully enabled yet. - When the language server platform reboots language servers it re-invokes Activate and because of that Roslyn explodes because the language client has already been activated and there was previously a contract throws check on already being initialized. - Implemented the `ShutdownAsync` target on the `InProcLanguageServer` to detach from the diagnostic service. - Implemented the `ExitAsync` target on the `InProcLanguageServer` to properly dispose our `JsonRpc` object.
Compute and check document indices in parallel
Inline build property RoslynPortableTargetFrameworks
Code fix for CS1615 (Remove 'in' keyword)
Spellcheck should not offer the full signatures of explicit members when offering suggestions
Process projects in parallel in FAR.
…features/module-initializers
This pull request was closed.
This file contains hidden or 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
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.
The feature branch needs to be refreshed. Creating this PR so I can have it on my radar.