Arun Chander

Results 26 issues of 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...

bug
backlog
performance
Priority:2
needs-investigation

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...

bug
backlog
performance
CPS

This tracks https://github.com/microsoft/vscode-dotnettools/issues/799#issuecomment-1963666428   ![image](https://github.com/dotnet/vscode-csharp/assets/60013978/7fe8a64d-1522-476e-81d8-9ed6b95ecfac)

Editor-IntelliSense
linux

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...

Bug
Feature Request
Refactoring

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...

Feature Request
Refactoring

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....

Bug
Editor-Problems List

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...

Editor-Diagnostics

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...

Bug
Editor-Formatting

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...

Extensibility

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...

Feature Request
Extensibility