Skip to content
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

Merge master into features/interpolated-string-constants #49666

Merged
467 commits merged into from
Nov 30, 2020

Conversation

333fred
Copy link
Member

@333fred 333fred commented Nov 30, 2020

No description provided.

Youssef1313 and others added 30 commits November 9, 2020 21:20
…109.8 (dotnet#49240)

[master] Update dependencies from dotnet/roslyn
* Enable pull model diagnostic for XAML.

* address code review comments

* Update some comments
…te-eventhookup

Remove duplicated implementations of C# event hookup
Fix mapping in razor x-file codespaces
…Interface

Do not convert an unconstrained generic to a nullable struct.
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.
jasonmalinowski and others added 19 commits November 23, 2020 14:10
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
…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.
…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
  ...
@ghost
Copy link

ghost commented Nov 30, 2020

Hello @333fred!

Because this pull request has the auto-merge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

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 (@msftbot) and give me an instruction to get started! Learn more here.

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approval

@ghost ghost merged commit 9177f96 into dotnet:features/interpolated-string-constants Nov 30, 2020
@333fred 333fred deleted the merge-master branch November 30, 2020 21:46
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.