- Notifications
You must be signed in to change notification settings - Fork4.1k
Commitfdd628a
authored
[automated] Merge branch 'main' => 'main-vs-deps' (#79326)
I detected changes in the main branch which have not been merged yet tomain-vs-deps. I'm a robot and am configured to help you automaticallykeep main-vs-deps up to date, so I've opened this PR.This PR merges commits made on main by the following committers:* CyrusNajmabadi* jasonmalinowski## Instructions for merging from UIThis PR will not be auto-merged. When pull request checks pass, completethis PR by creating a merge commit, *not* a squash or rebase commit.<img alt="merge button instructions"src="https://i.imgur.com/GepcNJV.png" width="300" />If this repo does not allow creating merge commits from the GitHub UI,use command line instructions.## Instructions for merging via command lineRun these commands to merge this pull request from the command line.``` shgit fetchgit checkout maingit pull --ff-onlygit checkout main-vs-depsgit pull --ff-onlygit merge --no-ff main# If there are merge conflicts, resolve them and then run git merge --continue to complete the merge# Pushing the changes to the PR branch will re-trigger PR validation.git pushhttps://github.com/dotnet/roslyn HEAD:merge/main-to-main-vs-deps```<details><summary>or if you are using SSH</summary>```git push git@github.com:dotnet/roslyn HEAD:merge/main-to-main-vs-deps```</details>After PR checks are complete push the branch```git push```## Instructions for resolving conflicts:warning: If there are merge conflicts, you will need to resolve themmanually before merging. You can do this [using GitHub][resolve-github]or using the [command line][resolve-cli].[resolve-github]:https://help.github.com/articles/resolving-a-merge-conflict-on-github/[resolve-cli]:https://help.github.com/articles/resolving-a-merge-conflict-using-the-command-line/## Instructions for updating this pull requestContributors to this repo have permission update this pull request bypushing to the branch 'merge/main-to-main-vs-deps'. This can be done toresolve conflicts or make other changes to this pull request before itis merged.The provided examples assume that the remote is named 'origin'. If youhave a different remote name, please replace 'origin' with the name ofyour remote.```git fetchgit checkout -b merge/main-to-main-vs-deps origin/main-vs-depsgit pullhttps://github.com/dotnet/roslyn merge/main-to-main-vs-deps(make changes)git commit -m "Updated PR with my changes"git pushhttps://github.com/dotnet/roslyn HEAD:merge/main-to-main-vs-deps```<details> <summary>or if you are using SSH</summary>```git fetchgit checkout -b merge/main-to-main-vs-deps origin/main-vs-depsgit pull git@github.com:dotnet/roslyn merge/main-to-main-vs-deps(make changes)git commit -m "Updated PR with my changes"git push git@github.com:dotnet/roslyn HEAD:merge/main-to-main-vs-deps```</details>Contact .NET Core Engineering (dotnet/dnceng) if you have questions orissues.Also, if this PR was generated incorrectly, help us fix it. Seehttps://github.com/dotnet/arcade/blob/main/.github/workflows/scripts/inter-branch-merge.ps1.File tree
577 files changed
+147530
-125487
lines changed- eng/targets
- src
- Analyzers
- CSharp
- Analyzers
- UseCollectionExpression
- UseIndexOrRangeOperator
- CodeFixes
- MakeMethodAsynchronous
- UseUtf8StringLiteral
- Tests
- AliasAmbiguousType
- FileHeaders
- Formatting
- GenerateConstructor
- GenerateEnumMember
- GenerateMethod
- ImplementAbstractClass
- ImplementInterface
- MakeFieldReadonly
- MakeLocalFunctionStatic
- NewLines/MultipleBlankLines
- RemoveUnnecessarySuppressions
- Core
- Analyzers
- UseCoalesceExpression
- UseCollectionInitializer
- UseNullPropagation
- CodeFixes
- ForEachCast
- GenerateParameterizedMember
- UseNullPropagation
- Compilers
- CSharp
- Portable/Lowering/LocalRewriter
- Test
- Emit2/CodeGen
- Symbol/Symbols
- Extension
- EditorFeatures
- CSharpTest2
- EmbeddedLanguages
- Json
- RegularExpressions
- Recommendations
- CSharpTest
- ChangeSignature
- Classification
- CodeActions
- AddUsing
- GenerateType
- InlineMethod
- MoveStaticMembers
- MoveType
- PullMemberUp
- SyncNamespace
- CodeLens
- Completion
- ArgumentProviders
- CompletionProviders
- Debugging
- EditorConfigSettings/Updater
- EventHookup
- Formatting
- Indentation
- GenerateConstructors
- Interactive/BraceMatching
- Organizing
- PdbSourceDocument
- QuickInfo
- SignatureHelp
- SplitComment
- SplitStringLiteral
- StringCopyPaste
- StringIndentation
- Structure
- MetadataAsSource
- SymbolKey
- TaskList
- TextStructureNavigation
- TypeInferrer
- Workspaces
- CSharp/EventHookup
- Core
- InlineRename
- UI/SmartRename
- Interactive
- Lightup
- QuickInfo
- DiagnosticsTestUtilities/CodeActions
- TestUtilities
- Completion
- Diagnostics
- QuickInfo
- SignatureHelp
- Workspaces
- Test
- CodeFixes
- CodeGeneration
- CodeRefactorings
- CommentSelection
- Completion
- Diagnostics
- DocCommentFormatting
- EditAndContinue
- Extensions
- InheritanceMargin
- LanguageServer
- MetadataAsSource
- RenameTracking
- Snippets
- StackTraceExplorer
- Structure
- SymbolFinder
- SymbolKey
- TextEditor
- Utilities
- ValueTracking
- ExpressionEvaluator/Package
- Features
- CSharpTest
- AddFileBanner
- ConvertCast
- ConvertIfToSwitch
- ConvertLocalFunctionToMethod
- ConvertNamespace
- ConvertProgram
- ConvertToInterpolatedString
- Copilot
- Diagnostics/Suppression
- EditAndContinue
- Helpers
- EmbeddedLanguages
- EnableNullable
- ExtractMethod
- FullyQualify
- GenerateVariable
- IntroduceVariable
- NameTupleElement
- PreferFrameworkType
- SimplifyTypeNames
- SpellCheck
- SplitOrMergeIfStatements
- UseExpressionBody/Refactoring
- UsePatternCombinators
- UseRecursivePatterns
- CSharp/Portable
- Completion/CompletionProviders/DeclarationName
- ConvertLinq
- ConvertForEachToLinqQuery
- Core/Portable
- Completion
- GenerateComparisonOperators
- QuickInfo
- DiagnosticsTestUtilities
- CodeActionsLegacy
- Diagnostics
- TestUtilities/EditAndContinue
- Test
- EditAndContinue
- FindUsages
- VisualBasicTest/Diagnostics/Suppression
- LanguageServer
- Microsoft.CodeAnalysis.LanguageServer.UnitTests/Utilities
- Microsoft.CodeAnalysis.LanguageServer/Services
- Microsoft.CommonLanguageServerProtocol.Framework
- Protocol.TestUtilities/LanguageServer
- ProtocolUnitTests
- CodeActions
- CodeLens
- Completion
- Configuration
- Definitions
- Diagnostics
- DocumentChanges
- Formatting
- Highlights
- InlayHint
- InlineCompletions
- Miscellaneous
- OnAutoInsert
- ProjectContext
- References
- Rename
- SimplifyMethod
- SpellCheck
- Workspaces
- Protocol
- Features/Options
- Handler
- NuGet/Microsoft.Net.Compilers.Toolset
- Framework/build
- arm64/build
- RoslynAnalyzers
- Microsoft.CodeAnalysis.Analyzers
- Core/MetaAnalyzers/Helpers
- UnitTests
- FixAnalyzers
- MetaAnalyzers
- Microsoft.CodeAnalysis.BannedApiAnalyzers/UnitTests
- Microsoft.CodeAnalysis.ResxSourceGenerator
- Microsoft.CodeAnalysis.ResxSourceGenerator.UnitTests
- Microsoft.CodeAnalysis.ResxSourceGenerator
- PerformanceSensitiveAnalyzers/UnitTests
- PublicApiAnalyzers/UnitTests
- Roslyn.Diagnostics.Analyzers
- CSharp
- Core
- UnitTests
- Test.Utilities
- Text.Analyzers/UnitTests
- Tools
- GenerateDocumentationAndConfigFiles
- Metrics
- RulesetToEditorconfigConverter/Tests
- Utilities.UnitTests
- FlowAnalysis/Analysis/PropertySetAnalysis
- Options
- Utilities
- Compiler/Options
- FlowAnalysis/FlowAnalysis/Analysis
- DisposeAnalysis
- PropertySetAnalysis
- TaintedDataAnalysis
- Tools
- ExternalAccess/Extensions/Internal
- PrepareTests
- Source/RunTests
- VisualStudio
- CSharp
- Impl
- Interactive
- Options/Formatting
- ProjectSystemShim
- Test
- CodeModel
- Interactive/Commands
- ProjectSystemShim
- CPS
- LegacyProject
- Core
- Def
- ChangeSignature
- CommonControls
- DebuggerIntelliSense
- DocumentOutline
- EditorConfigSettings
- Analyzers/ViewModel
- CodeStyle/ViewModel
- Common
- GenerateType
- InheritanceMargin/MarginGlyph
- Interop
- MoveStaticMembers
- MoveToNamespace
- PickMembers
- ProjectSystem
- PullMemberUp/MainDialog
- StackTraceExplorer
- UnusedReferences/Dialog
- Utilities
- ValueTracking
- Impl/SolutionExplorer/DiagnosticItem
- Test.Next/Remote
- IntegrationTest
- New.IntegrationTests
- CSharp
- InProcess
- VisualBasic
- Workspace
- TestSetup
- Setup.Dependencies
- Setup.ServiceHub
- arm64
- Setup
- TestUtilities2/ProjectSystemShim/Framework
- VisualStudioDiagnosticsToolWindow
- Workspaces
- CSharpTest
- CodeGeneration
- EmbeddedLanguages/VirtualChars
- Formatting
- CoreTest
- CodeCleanup
- Editing
- EditorConfigParsing
- Options
- SemanticModelReuse
- SolutionTests
- UtilityTest
- Core/Portable
- Diagnostics
- Shared/TestHooks
- Workspace
- Host/Mef
- ProjectSystem
- Solution
- VersionSource
- MSBuild/Test
- SharedUtilitiesAndExtensions
- Compiler
- CSharp/Utilities/TypeStyle
- Core
- NamingStyles/Serialization
- SymbolKey
- Utilities
- Extensions/Symbols
- Workspace
- CSharp
- CodeGeneration
- LanguageServices
- Core/Extensions
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
577 files changed
+147530
-125487
lines changedLines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| |||
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
140 |
| - | |
141 |
| - | |
142 |
| - | |
143 |
| - | |
144 |
| - | |
145 | 140 |
| |
146 | 141 |
| |
147 | 142 |
| |
|
Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| |||
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
120 |
| - | |
| 120 | + | |
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
| |||
217 | 217 |
| |
218 | 218 |
| |
219 | 219 |
| |
220 |
| - | |
221 |
| - | |
222 |
| - | |
223 |
| - | |
224 |
| - | |
225 |
| - | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
226 | 226 |
| |
227 | 227 |
| |
228 | 228 |
| |
|
Lines changed: 18 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 |
| - | |
56 |
| - | |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 |
| - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
193 | 193 |
| |
194 | 194 |
| |
195 | 195 |
| |
196 |
| - | |
| 196 | + | |
197 | 197 |
| |
198 | 198 |
| |
199 | 199 |
| |
200 |
| - | |
| 200 | + | |
201 | 201 |
| |
202 | 202 |
| |
203 | 203 |
| |
| |||
206 | 206 |
| |
207 | 207 |
| |
208 | 208 |
| |
209 |
| - | |
| 209 | + | |
210 | 210 |
| |
211 | 211 |
| |
212 | 212 |
| |
| |||
264 | 264 |
| |
265 | 265 |
| |
266 | 266 |
| |
267 |
| - | |
| 267 | + | |
268 | 268 |
| |
269 | 269 |
| |
270 | 270 |
| |
| |||
933 | 933 |
| |
934 | 934 |
| |
935 | 935 |
| |
936 |
| - | |
| 936 | + | |
937 | 937 |
| |
938 | 938 |
| |
939 | 939 |
| |
| |||
980 | 980 |
| |
981 | 981 |
| |
982 | 982 |
| |
983 |
| - | |
| 983 | + | |
984 | 984 |
| |
985 | 985 |
| |
986 | 986 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
158 | 158 |
| |
159 | 159 |
| |
160 | 160 |
| |
161 |
| - | |
| 161 | + | |
162 | 162 |
| |
163 | 163 |
| |
164 | 164 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
134 |
| - | |
| 134 | + | |
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
140 |
| - | |
| 140 | + | |
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
206 | 206 |
| |
207 | 207 |
| |
208 | 208 |
| |
209 |
| - | |
| 209 | + | |
210 | 210 |
| |
211 | 211 |
| |
212 | 212 |
|
0 commit comments
Comments
(0)