Skip to content

Merge master to features/covariant-returns#46436

Merged
68 commits merged intofeatures/covariant-returnsfrom
merges/master-to-features/covariant-returns
Jul 31, 2020
Merged

Merge master to features/covariant-returns#46436
68 commits merged intofeatures/covariant-returnsfrom
merges/master-to-features/covariant-returns

Conversation

@dotnet-bot
Copy link
Collaborator

This is an automatically generated pull request from master into features/covariant-returns.

git fetch --all
git checkout merges/master-to-features/covariant-returns
git reset --hard upstream/features/covariant-returns
git merge upstream/master
# Fix merge conflicts
git commit
git push upstream merges/master-to-features/covariant-returns --force

Once all conflicts are resolved and all the tests pass, you are free to merge the pull request.

Andrew Hall (METAL) and others added 30 commits October 10, 2019 15:08
All the IDE diagnostic analyzer computation has now been moved to OOP:

1. Span-based diagnostic computation (lightbulb)
2. Background analysis for active an open documents
3. Background project analysis
4. Diagnostic computation for default workspace layer DefaultDiagnosticAnalyzerService.

Diagnostics are computed in OOP by default, if the remote service provider exists. Otherwise, it falls back to in-proc computation, similar to the way project level analysis works today.

TODO: Add some OOP specific unit tests for open file analysis. Even though this is primarily a performance optimization, we still need to add some tests similar to existing project level OOP execution unit tests to ensure OOP execution is the default for all these modes.
…t leads to significant memory pressure. Diagnostics from project analysis are already cached in VS side, so we will not do any redundant analysis.
@dotnet-bot dotnet-bot requested review from a team as code owners July 30, 2020 00:04
@dotnet-bot dotnet-bot requested a review from a team July 30, 2020 00:04
@dotnet-bot dotnet-bot added Area-Infrastructure auto-merge Merge Conflicts There are merge conflicts with the base branch. labels Jul 30, 2020
@ghost
Copy link

ghost commented Jul 30, 2020

Hello @dotnet-bot!

Because this pull request has the auto-merge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

Do note that I've been instructed to only help merge pull requests of this repository that have been opened for at least 12 minutes. No worries though, I will be back when the time is right! 😉

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approval

msftbot[bot] and others added 11 commits July 30, 2020 01:42
…dworkspace-test

remove test that aserts .NET Standard should be prefered over .NET Framework
…-to-master

Merge release/dev16.8-preview1 to master
Move open file diagnostic analysis to OOP
Consolidate the skip link for TestDefaultDiagnosticProviderRemove
Tweak delays we have before we start incrementally analyzing in OOP.
…ant returns (#46367)

* Adjust overload resolution to handle explicit overrides that skip inheritance steps in binary compat scenarios
   Fixes #45798
* Skip a flaky test.
   Relates to #46361
Added search option for inline parameter name hints
@gafter gafter removed the Merge Conflicts There are merge conflicts with the base branch. label Jul 30, 2020
@ghost ghost merged commit 1983293 into features/covariant-returns Jul 31, 2020
@ghost ghost deleted the merges/master-to-features/covariant-returns branch July 31, 2020 00:37
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.