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

Snap 17 7 #67968

Merged
merged 664 commits into from
Apr 26, 2023
Merged

Snap 17 7 #67968

merged 664 commits into from
Apr 26, 2023

Conversation

dibarbet
Copy link
Member

No description provided.

Cosifne and others added 30 commits April 12, 2023 16:25
* Avoid realizing SyntaxReference[] in source methods

* Update fields as well
…sions. (dotnet#67773)

* Continued removal of location allocations

* Continued removal of location allocations

* Only compute once

* Defer location allocation

* Defer more location creation

* Apply suggestions from code review

* Update src/Compilers/CSharp/Portable/Binder/Binder.cs

* Remove unnecessary loc allocs

* Revert

* revert

* revert

* revert
…tnet#67461)

* Allow nested instance member access in 'nameof' in static context

Co-authored-by: Yair Halberstadt <yairh@google.com>

* Make feature name more specific

* Remove redundant check

* Test more versions

* Reuse expected diagnostics

* Add symbol info tests

* Add IOperation tests

* Reuse existing helper

* Add completion tests

* Test lambdas and local functions

* Test data flow

---------

Co-authored-by: Yair Halberstadt <yairh@google.com>
Incrementally update dependency graph for new cases
* Source build fixes

The source build produced from our official build needs to include both
the net7.0 and net8.0 packages. Those packages feed into the soucre
build legs of other repos and they can be targeting either net7.0 or
net8.0.

* fixes

* Fix

Work around a bug in the public API analyzer

dotnet/roslyn-analyzers#6059

* nint

* fix package

* fix
* In progress

* Move to local function

* Make satic

* Pull worklist up
Eliminate intermediate pooling in CreateNodeOperations
…edDocumentOnce

Only modify the linked document once in LSP code action
* Fixing source build

The Microsoft.Net.Compilers.Toolset package produced from our source
build CI leg is the toolset used by other repos as part of their CI
build. Those legs can be running on a previous or current .NET SDK /
runtime. That means to workin all scenarios our toolset package in the
CI leg must target previous runtime / SDK.

This is starting to produce an unwieldy amount of MSBuild properties
for our target frameworks. I decided to remove the `NetFx` one to cut
down on the complexity a bit. Source build already has solutions for
stripping out `net472`. For the moment removing our custom solution to
simplify a bit so I can get source build off the floor. Can revisit once
we get back to a clean state.

* pr feedback

* unblock dev builds
Cosifne and others added 16 commits April 24, 2023 14:13
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…
…agnostics

Allow code fixes for source generator diagnostics
* In progress

* Simplify

* Simplify

* no dispose
@dibarbet dibarbet requested review from 333fred and a team as code owners April 25, 2023 23:06
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead labels Apr 25, 2023
@dibarbet dibarbet enabled auto-merge April 25, 2023 23:14
@dibarbet dibarbet merged commit 6544980 into dotnet:release/dev17.7 Apr 26, 2023
30 of 37 checks passed
@dibarbet dibarbet deleted the snap_17_7 branch April 26, 2023 00:31
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.

None yet