Shen Chen

Results 17 issues of Shen Chen

Fix https://github.com/dotnet/roslyn/issues/72581 Reason: Using code snnipet ``` public record MyRecord(string MyProperty); public class ReferenceClass { public static void Test() { var record = new MyRecord("HelloWorld"); var c = record.MyProperty; }...

Area-IDE
untriaged

Area-IDE
untriaged

I bulid Roslyn main https://github.com/dotnet/roslyn/commit/f1642d72d7faed12f92031e71f3459f003908abe using VS Version 17.11.0 Preview 2.0 [34921.285.main] This is what shown in the document outline window ![image](https://github.com/dotnet/roslyn/assets/24360909/b1448749-b576-4561-959f-debf3fe6ef85)

Bug
Area-IDE
Tenet-User Friendly

Make commit operation async in renaming session if the commit behavior is triggered by `enter` or in the rename UI. Rename behavior could be reversed back to sync mode by...

Area-IDE
untriaged
Needs UX Triage

NRE might happen when typing using rename. (Note: NRE is going to happen on line 83, I use the debugger so it's easier to get repro) I have experienced this...

Area-IDE
untriaged

The last step before we can fix multiple naming violations. Note: this is based on https://github.com/dotnet/roslyn/pull/63150 So it is not ready to be reviewed

Following part of https://github.com/dotnet/roslyn/pull/75335 There are many command handlers handling Rename Session. If the command is considered as invalid, like: 1. Modify the workspace (making change outside the active renaming...

Area-IDE
untriaged