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

Update features/interceptors from main #67966

Merged
merged 317 commits into from
Apr 26, 2023

Conversation

RikkiGibson
Copy link
Contributor

@RikkiGibson RikkiGibson commented Apr 25, 2023

No merge conflicts.

CyrusNajmabadi and others added 30 commits April 12, 2023 16:06
* 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 <[email protected]>

* 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 <[email protected]>
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
dotnet-maestro bot and others added 20 commits April 22, 2023 14:05
…uild 20230421.1 (dotnet#67928)

[main] Update dependencies from dotnet/roslyn-analyzers
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…
…agnostics

Allow code fixes for source generator diagnostics
* In progress

* Simplify

* Simplify

* no dispose
@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
@RikkiGibson RikkiGibson marked this pull request as ready for review April 26, 2023 00:08
@RikkiGibson RikkiGibson requested review from a team as code owners April 26, 2023 00:08
@RikkiGibson RikkiGibson merged commit b943411 into dotnet:features/interceptors Apr 26, 2023
@RikkiGibson RikkiGibson deleted the ic-update-main-2 branch April 26, 2023 00:34
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.