Merge master into features/interpolated-string-constants#49666
Merged
467 commits merged intodotnet:features/interpolated-string-constantsfrom Nov 30, 2020
Merged
Merge master into features/interpolated-string-constants#49666467 commits merged intodotnet:features/interpolated-string-constantsfrom
467 commits merged intodotnet:features/interpolated-string-constantsfrom
Conversation
…s-deps Merge master to master-vs-deps
…109.8 (dotnet#49240) [master] Update dependencies from dotnet/roslyn
…s-deps Merge master to master-vs-deps
* Enable pull model diagnostic for XAML. * address code review comments * Update some comments
…te-eventhookup Remove duplicated implementations of C# event hookup
…s-deps Merge master to master-vs-deps
Fix mapping in razor x-file codespaces
…s-deps Merge master to master-vs-deps
…Interface Do not convert an unconstrained generic to a nullable struct.
…s-deps Merge master to master-vs-deps
This change refactors and moves the BlockStructure service and providers to the shared Workspace utilities layer. The core APIs are now based off SyntaxTree instead of Document to allow the service to be used from an analyzer context, which is required for dotnet#49197.
This was broken by 7fa2c96, where I asserted that GetDiagnosticItems was only called when we already knew we would have items. This was broken since right before we called the method the collection would get created, which changed the answer it would return. A small refactoring ensures we create the list and fill it in at once. This also makes it clear we aren't passing a non-trivial LINQ query across method boundaries anyways in a way that might result in multiple enumerations. Fixes dotnet#49524
…sts.DDRIT_RPS_ManagedLangs_Typing runs
…zer-list Fix the ability to expand the list of analyzers in a reference
Update Versions.props and PublishData.json for 16.9p2 snap
/warnaserror-:DiagnosticId should not nullify editorconfig diagnostic…
…edlangtyping Fix sporadic OptProf failure
…are known to have no effect on the outcome of the function. (dotnet#49610) This avoids unnecessary work and fixes dotnet#49286.
…all langs instead of using inheritance
…itional_expr Preserve parens required by C# when simplifying interpolation
* upstream/master: (265 commits) Use extra generic type parameters and apply C#-specific knowledge to all langs instead of using inheritance Cover all changed code paths Stop removing parens that are required by C# Fix unnecessary spans Failing test for preserving parens around conditional expression AddSynthesizedRecordMembersIfNecessary - avoid touching members that are known to have no effect on the outcome of the function. (dotnet#49610) Resolve follow-up comments in PR "Create default arguments during binding" (dotnet#49588) Remove restore and checkout from test jobs (dotnet#49452) 3.8.* -> 3.9.* Update PublishData.json Update Versions.props Remove Microsoft.CodeAnalysis.VisualBasic.dll from the VSPE.OptProfTests.DDRIT_RPS_ManagedLangs_Typing runs Fix the ability to expand the list of analyzers in a reference Fix comment Address feedback to ensure `/warnaserror-:ID` prevents config options from bumping a warning to an error. parallel restore on mac/linux (dotnet#49523) VSMac: Make QuickFix preview resizable and add title (dotnet#49394) Add CallerMemberNameAttributeWithImplicitObjectCreation test (dotnet#49556) Update dependencies from https://github.com/dotnet/arcade build 20201120.10 (dotnet#49541) Clarify comment ...
|
Hello @333fred! 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.