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' into InlineArrays #68496

Merged
merged 409 commits into from
Jun 8, 2023

Conversation

AlekseyTs
Copy link
Contributor

No description provided.

dotnet-bot and others added 30 commits May 11, 2023 11:34
…-release/dev17.5-vs-deps

Merge release/dev17.4 to release/dev17.5-vs-deps
Update compiler tool set version in 17.5
…-release/dev17.5-vs-deps

Merge release/dev17.4 to release/dev17.5-vs-deps
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.
Handle null compilation options in IsCandidateForFullSolutionAnalysis
Use in-proc for PreviewWorkspace from Tools|Options
CyrusNajmabadi and others added 18 commits June 7, 2023 11:38
Fix 'use local function' with implicitly typed lambdas
Move off of recursion when determining pp-directive information for a file.
Switch to new lower-overhead spell checking protocol
…ervice-cleanups-and-perf-improvements

Ensure we only ask for a symbol's documentation comment once
…ctorKeywordName

Fix 'use primary constructor' with nested types.
Fix 'Use Local Function' fixer in code style layer
Use DelayTimeSpan where applicable
@AlekseyTs AlekseyTs requested review from a team as code owners June 8, 2023 17:34
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead labels Jun 8, 2023
@AlekseyTs
Copy link
Contributor Author

@jjonescz, @cston, @dotnet/roslyn-compiler Need a sign-off for a merge from 'main' into a feature branch. No interesting conflicts

@AlekseyTs AlekseyTs enabled auto-merge June 8, 2023 17:35
@AlekseyTs AlekseyTs merged commit c23d2c1 into dotnet:features/InlineArrays Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compilers 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.