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 'features/GlobalUsingDirective' #52098

Merged
617 commits merged into from
Mar 24, 2021
Merged

Conversation

AlekseyTs
Copy link
Contributor

No description provided.

jasonmalinowski and others added 30 commits March 11, 2021 12:08
…to-release/dev16.10

Merge release/dev16.9-vs-deps to release/dev16.10
…tion-branch

Merge main into featuers/argument-completion
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
git push
git push
Cancel outstanding work on tagger disconnect
msftbot[bot] and others added 22 commits March 20, 2021 18:30
Use longer timeout for interactive window tests
…date methods #51997 (#52036)

Co-authored-by: Bernd Baumanns <familiebaumanns@googlemail.com>
Use absolute project paths when loading a Solution Filter
Downgrade System.Text.Json reference version to 4.7.2
Follow up to #47511

I missed placing the `[Fact]` attribute on one test method. @CyrusNajmabadi
Fixes a NullReferenceException in DocumentFileChangeContext_FileChanged
observed in local debugging.
Obsolete ImportingConstructor
Add missing [Fact] in ConversionCompletionProviderTests
…e-xmlcomments

Revert "Make DocumentationCommentCompiler work after NormalizeWhitespace"
Initialize fields before registering event handlers
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 af6763d into features/GlobalUsingDirective Mar 24, 2021
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.