Skip to content

Merge master to features/target-typing#45939

Merged
16 commits merged intofeatures/target-typingfrom
merges/master-to-features/target-typing
Jul 13, 2020
Merged

Merge master to features/target-typing#45939
16 commits merged intofeatures/target-typingfrom
merges/master-to-features/target-typing

Conversation

@dotnet-bot
Copy link
Collaborator

This is an automatically generated pull request from master into features/target-typing.

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

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

jrmoreno1 and others added 16 commits June 13, 2020 02:04
…clared top level and method level members from a tree
…ce is split into two parts, similar to `ISyntaxFacts` and `ISyntaxFactsService`:

1. `ISemanticFacts`, which is purely semantic query API, is now accessible from shared analyzer and code fixes layer.
2. `ISemanticFactsService`, which is semantic query + code transformation API as well as an `ILanguageService`, is only accessible from shared code fixes layer. It stays as being accessible via GetLanguageService API.
…ressions

Fixes #44178

Builds on top of #44848, which added support to detect unnecessary pragma suppressions.
…eAttributeSuppressions

Add support to detect unnecessary inline SuppressMessageAttribute suppressions
Continue on captured context after switching to the main thread
* InteractiveHost for .NET Core

* Merge fix

* Fixes

* Typo

* Workaround for dotnet/interactive-window#156

* Fix

* Update OptProf config

* Fix deployment of rsp files

* Fix signing.

* Clean up unit tests dependencies.

* Remove unnecessary references.

* Fix reset interactive command

* Fix OptProf config

* Add missing project refs

* Fix InteractiveHost deployment

* Process rsp file fully in InteractiveHost process and send back results.

* Fix build from VS.

* Retrieve metadata resolver parameters from InteractiveHost process.

Simplify keeping search paths in-sync between InteractiveHost and InteractiveEvaluator.

* Fixes

* Fixes

* Check for failures to create process in unit tests

* Test

* Pending buffers

* Fix submission project creation

* Logging

* Serialize exceution and process initialization

* Fix reference completion, resolution.

* MetadataReferenceResolver fixes

* Fix failing .NET Core tests

* Target netcoreapp.

* Set DOTNET_ROOT

* Fix NGEN/OptProf

* Avoid loading Microsoft.CodeAnalysis.Scripting

* Fix

* Feedback

* Feedback

* Feedback

* Comment on dependent target

* Disable interpreting of strings as DateTime during deserialization:

* Merge fix
#3438, use standard Type Conversion Functions when possible
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

@ghost ghost merged commit 8a0457a into features/target-typing Jul 13, 2020
@ghost ghost deleted the merges/master-to-features/target-typing branch July 13, 2020 19:47
@dotnet-bot dotnet-bot restored the merges/master-to-features/target-typing branch July 13, 2020 21:02
@dotnet-bot dotnet-bot deleted the merges/master-to-features/target-typing branch July 13, 2020 21:02
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.

6 participants