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 main to features/CollectionLiterals #68227

Merged
merged 334 commits into from
May 17, 2023

Conversation

cston
Copy link
Member

@cston cston commented May 17, 2023

No description provided.

dibarbet and others added 30 commits April 21, 2023 12:03
…0ed-8f0c-c374cd166f48

[main] Update dependencies from dotnet/roslyn-analyzers
…piler

Revert "Update ICSharpCode.Decompiler to 7.2.1.6856 (dotnet#67875)"
Merge ITextAndVersion and ITextVersionable
Give more accurate information when we get an out of bounds error in LSP
…uild 20230421.1 (dotnet#67928)

[main] Update dependencies from dotnet/roslyn-analyzers
…uild 20230422.2

Microsoft.CodeAnalysis.NetAnalyzers
 From Version 8.0.0-preview.23221.1 -> To Version 8.0.0-preview.23222.2
…uild 20230423.2

Microsoft.CodeAnalysis.NetAnalyzers
 From Version 8.0.0-preview.23221.1 -> To Version 8.0.0-preview.23223.2
Disable slow source generator 'JSImportGenerator' for Roslyn builds
Add A/B option to test if disabling 'recoverable text' helps/hurts us
…onsecutiveIfStatementCodeRefactoringProvider
…utiveIfStatementCodeRefactoringProvider

Fix a wrong text span usage in MergeIfStatementsCodeRefactoringProvider
Add a helper diagnostic for enforcing IDE0005 (remove unnecessary usi…
mavasani and others added 6 commits May 16, 2023 16:04
Fixes [AB#1816199](https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1816199)

Compilation options can be null for non-C#/VB projects. I attempted to add a solution crawler test for non-C#/VB project, but that seems to have lot of missing pieces. Given that the fix is just a null check, IMO it is fine to not require a test for this fix.
* Update dependencies from https://github.com/dotnet/arcade build 20230321.2

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 8.0.0-beta.23168.1 -> To Version 8.0.0-beta.23171.2

* Update dependencies from https://github.com/dotnet/arcade build 20230322.2

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 8.0.0-beta.23168.1 -> To Version 8.0.0-beta.23172.2

* Update dependencies from https://github.com/dotnet/arcade build 20230323.3

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 8.0.0-beta.23168.1 -> To Version 8.0.0-beta.23173.3

* Update dependencies from https://github.com/dotnet/arcade build 20230324.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 8.0.0-beta.23168.1 -> To Version 8.0.0-beta.23174.1

* Update dependencies from https://github.com/dotnet/arcade build 20230327.4

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 8.0.0-beta.23168.1 -> To Version 8.0.0-beta.23177.4

* Update dependencies from https://github.com/dotnet/arcade build 20230405.4

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 8.0.0-beta.23168.1 -> To Version 8.0.0-beta.23205.4

* Update dependencies from https://github.com/dotnet/arcade build 20230410.3

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 8.0.0-beta.23168.1 -> To Version 8.0.0-beta.23210.3

* Update dependencies from https://github.com/dotnet/arcade build 20230411.8

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 8.0.0-beta.23168.1 -> To Version 8.0.0-beta.23211.8

* Update dependencies from https://github.com/dotnet/arcade build 20230413.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 8.0.0-beta.23168.1 -> To Version 8.0.0-beta.23213.1

* Update dependencies from https://github.com/dotnet/arcade build 20230417.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 8.0.0-beta.23168.1 -> To Version 8.0.0-beta.23217.1

* Update dependencies from https://github.com/dotnet/arcade build 20230419.2

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 8.0.0-beta.23168.1 -> To Version 8.0.0-beta.23219.2

* Update dependencies from https://github.com/dotnet/arcade build 20230420.2

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 8.0.0-beta.23168.1 -> To Version 8.0.0-beta.23220.2

* Work around source build error loading NuGet DLLs

* Conditionally disabled tests for arcade flow

Related: dotnet#68208

* Update src/Compilers/CSharp/Test/Emit/CodeGen/CodeGenFunctionPointersTests.cs

Co-authored-by: Charles Stoner <[email protected]>

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Jared Parsons <[email protected]>
Co-authored-by: Jared Parsons <[email protected]>
Co-authored-by: Charles Stoner <[email protected]>
Handle null compilation options in IsCandidateForFullSolutionAnalysis
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead labels May 17, 2023
@cston cston marked this pull request as ready for review May 17, 2023 18:09
@cston cston requested review from a team, 333fred and dibarbet as code owners May 17, 2023 18:09
@cston cston requested review from RikkiGibson and removed request for a team and dibarbet May 17, 2023 18:10
@cston cston merged commit fe79cfc into dotnet:features/CollectionLiterals May 17, 2023
@cston cston deleted the collections-merge branch May 17, 2023 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.