-
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
Merge master into features/interpolated-string-constants #49666
Merge master into features/interpolated-string-constants #49666
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 (
|
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
No description provided.