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 feature/value_tracking #51899

Merged
merged 31 commits into from
Mar 16, 2021
Merged

Merge main into feature/value_tracking #51899

merged 31 commits into from
Mar 16, 2021

Conversation

ryzngard
Copy link
Contributor

No description provided.

dibarbet and others added 30 commits March 5, 2021 16:36
[LSP] Disable text sync for C# in 16.9
…to-release/dev16.10

Merge release/dev16.9-vs-deps to release/dev16.10
This changes our code to use the RTM version of the framework reference
assemblies rather than preview.

The RTM version though forces a reference to Microsoft.VisualBasic.dll
when building VB projects. That caused a compilation error in part of
our code because of the following pattern

```vb
For Each str in strings
```

In VB the identifier in the `For Each` is not necessarily a new
declaration but can also refer to existing identifiers. Hence this name
must go through standard name lookup.

Once the reference to Microsoft.VisualBasic.dll is added the
`Microsoft.VisualBasic.Conversions` module becomes available and the
method `Str` in that module is now a valid top level name. This causes
the above code to stop compiling. Fix is to use a non-conflicting
identifier.

closes #517711
Cancel outstanding work on tagger disconnect
Use ImmutableSegmentedDictionary in the analyzer driver
* Add component debugger support to target files
Simplify portions of symbol completion
Use RTM version of framework ref assemblies
Disable embedded interop types on mac
…315.4 (#51883)

[main] Update dependencies from dotnet/roslyn
@ryzngard ryzngard requested review from a team as code owners March 16, 2021 02:49
@ryzngard ryzngard merged commit fd9b756 into feature/value_tracking Mar 16, 2021
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.