Merge 'upstream/master' into VarianceSafetyForStaticMembers#47888
Merged
1887 commits merged intodotnet:features/VarianceSafetyForStaticMembersfrom Sep 21, 2020
Merged
Conversation
Document InstallTraceListener conditions
…Service.cs Co-authored-by: Sam Harwell <sam@tunnelvisionlabs.com>
Trigger completion in 'new()' expression
Previously we tried this by simply parsing the string as XML, and if that succeeded great; otherwise we'd catch the first-chance exception and then treat it as a regular file. This is problematic if you intend for your test to be using XML, but you have some typo that prevents it from parsing properly; in that case the fallback of a single file with the XML as contents may result in tests incorrectly passing if the compiler succeeds in producing a valid enough tree. It's also then makes the XML error easy to understand since you'll get the parse error.
Fix for issue 46942. VSIX suppressors do not run when Nuget analyzers / suppressors are installed.
Enforce more code style in Compilers area
Some more error list performance improvements
Allow genearted local function parameter name to shadow variables
…opening-source-generated-files Fix issues with opening source generated files
Support category-based exclusions in user option for unnecessary supp…
Change hang to blocking
…otnet#47461) * Use MessagePack for ISB serialization * DocumentHighlighting service * Renamer, EncapsulateField, TupleToStruct services * SymbolFinder and FindUsages services * NavigateToSearch service * FindUsages, References fixes * AddImport service * SymbolSearchUpdate service * ExtensionMethodImportCompletion service * DependentTypeFinder service * GlobalNotificationDelivery service * CodeLensReferences service * Remove CodeAnalysis service * Remove unused code * Fix warnings. * Remove unused * Error reporting and logging * Update StreamJsonRpc to 2.6.86-alpha * Improve callback error handling. * Update Watson reporting * PR feedback * Fix tests * Fixes * Remove unused field * Rename shutdown service * Switch diagnostic serialization from ObjectReader/Writer serializer to MessagePack * Fix diagnostic reporting issue in ASP.NET apps
Update Extract Method to support top-level statements
Initialize FatalError handlers in VS and OOP
Update SyntaxNodeAnalysisContext.Compilation to not return null
Improve comments for top-level statement insertion
Add tests for renaming records.
* Don't offer to fix naming on positional record parameters * Nullable enable * Fix formatting * Fix issue with nested constructors and parameters * Rebase and remove ThrowIfNull
…lt instance constructor for a record. (dotnet#47850) dotnet/csharplang#3913
|
Hello @AlekseyTs! Because this pull request has the Do note that I've been instructed to only help merge pull requests of this repository that have been opened for at least 12 minutes. No worries though, I will be back when the time is right! 😉 p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
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.
No description provided.