Arun Chander
Arun Chander
### Issue Description There are a few scenarios on the project system side that iterates over a property collection to check IsEnvironmentProperty and IsGlobalProperty. Inside msbuild, that checks _project.GlobalProperties.ContainsKey(name). project.GlobalProperties...
From the VS side, we see about 3-3.5% in solution load gains when using _SkipEagerWildcardEvaluations_ . But Mihai mentioned the below where there are potential bugs in that codepath that...
This tracks https://github.com/microsoft/vscode-dotnettools/issues/799#issuecomment-1963666428 
From vscode-dotnettools created by [julioct](https://github.com/julioct): microsoft/vscode-dotnettools#545 ### Describe the Issue Extracting an interface is an essential part of day-to-day coding activities, but with the latest C# extension version you can't...
From vscode-dotnettools created by [mmiller-d8](https://github.com/mmiller-d8): microsoft/vscode-dotnettools#982 Type: Feature Request It would be really great if you had a 'Remove and Sort Usings' feature like in Visual Studio. Extension version: 1.3.10...
From vscode-dotnettools created by [codymullins](https://github.com/codymullins): microsoft/vscode-dotnettools#940 Type: Bug 1. Have at least two c# razor code behind files (may happen with regular c# files too) with errors in them 2....
From vscode-dotnettools created by [StephenCleary](https://github.com/StephenCleary): microsoft/vscode-dotnettools#418 Type: Bug Open a file and reference a type that doesn't exist yet. The extension correctly reports a Problem like CS0246. Create another file...
From vscode-dotnettools created by [gmamekudz](https://github.com/gmamekudz): microsoft/vscode-dotnettools#886 ### Describe the Issue There is no more way to formatting c# code with braces on same line. This is since last vs code...
From vscode-dotnettools created by [pieroflacco](https://github.com/pieroflacco): microsoft/vscode-dotnettools#973 ### Describe the feature you'd like Hi, I'm building my own VsCode Extension and I would like to know if it is possible to...
From vscode-dotnettools created by [sapsari](https://github.com/sapsari): microsoft/vscode-dotnettools#827 ### Describe the feature you'd like I want to develop a VS Code extension built on C# Dev Kit, like [Unity](https://marketplace.visualstudio.com/items?itemName=visualstudiotoolsforunity.vstuc#review-details) Is it possible...