Shen Chen

Results 16 issues of Shen Chen

This PR is based on the renamer writer side change https://github.com/dotnet/roslyn/pull/62670 Since that PR is not checked in, I would put it in draft mode. **** This is the second...

Area-IDE

Potential fix for https://dev.azure.com/devdiv/DevDiv/_workitems/edit/1582837 @ryzngard and @dibarbet investigate this and it looks like caused by the stackoverflow in the recursive function.

Area-IDE

Example build: https://dev.azure.com/dnceng/public/_build/results?buildId=1653816&view=results Example error messages: > System.Exception : No light bulb session in View! Buffer content type=CSharp > System.MissingMethodException : Method not found: 'Microsoft.VisualStudio.Threading.JoinableTaskContext Microsoft.VisualStudio.Shell.ThreadHelper.get_JoinableTaskContext()'. Runfo Tracking Issue: [[Roslyn][Flaky...

Area-IDE
Area-Infrastructure
Urgency-Soon
Flaky
Integration-Test
Infraswat

**Version Used**: Version 16.11.0 Preview 3.0 [31416.256.d16.11] I am using Light theme. ![image](https://user-images.githubusercontent.com/24360909/122483059-96f2e480-cf86-11eb-9e61-6dce492db5f5.png) Why do I need to select then see the operation?

Area-SyntaxVisualizer

When tests fail, XUnit will log an error level message to Visual Studio, which is strange, because 'error' is often used to indicate some unexpected exceptions happen. The results of...

XUnit tests seems like can't skip test correctlly for theory tests. Example: ``` using System; using Xunit; namespace XUnitTestProject2 { public class UnitTest1 { [InlineData(true)] [InlineData(false, Skip = "Skip")] [InlineData(null,...

Inheritance margin now only shows the inheritance hierarchy within the current document. For example: If I open https://github.com/dotnet/roslyn/blob/main/src/EditorFeatures/Core/Tagging/AsynchronousViewTaggerProvider.cs If I am in netcoreapp3.1 ![image](https://user-images.githubusercontent.com/24360909/158754995-39dded0c-5817-4154-add1-2f4e86cc9cd1.png) If I am in netstandard2.0 ![image](https://user-images.githubusercontent.com/24360909/158755194-42beabe1-a347-4bbe-a99d-069066b29ad9.png)...

Area-IDE

This is generated based on 82edc548821f6f36fb4b8542ad47466d65a3a26a in dotnet/format repo. I pulled the commits from dotnet/format directly, so it will preserve all the history. Let me know if this is not...

untriaged

Roslyn use `ISymbolRenamedCodeActionOperationFactoryWorkspaceService` to do extra work when rename. And O# provides the implementation in the extern layer `OmniSharpSymbolRenamedCodeActionOperationFactoryWorkspaceService` However, this looks like wrong, because O# is just create an...

Using Roslyn.sln, and copy this code to the semantic search window ``` using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; static IEnumerable Find(CSharpCompilation compilation) { var asyncMethods =...

Area-IDE
New Feature - Semantic Search