-
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
Merges/master to features/module initializers #44963
Merged
1,588 commits merged into
features/module-initializers
from
merges/master-to-features/module-initializers
Jun 11, 2020
Merged
Merges/master to features/module initializers #44963
1,588 commits merged into
features/module-initializers
from
merges/master-to-features/module-initializers
Jun 11, 2020
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
Co-authored-by: Jason Malinowski <[email protected]>
Co-authored-by: Jason Malinowski <[email protected]>
Co-authored-by: Jason Malinowski <[email protected]>
Co-authored-by: Jason Malinowski <[email protected]>
Co-authored-by: Jason Malinowski <[email protected]>
Co-authored-by: Jason Malinowski <[email protected]>
Co-authored-by: Jason Malinowski <[email protected]>
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
ghost
approved these changes
Jun 11, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Auto-approval
ghost
deleted the
merges/master-to-features/module-initializers
branch
June 11, 2020 22:30
This pull request was closed.
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.