Praveen Potturu

Results 10 issues of Praveen Potturu

I would like to have an option to relax the requirement for assembly version to match exactly with the referenced version. This can be done at least if the loaded...

Idea/Proposal

**Is your feature request related to a problem? Please describe.** Enable saving navigation history for each tab I couldn't find any API so this may not be possible at the...

enhancement
help wanted
need more info

Is it possible for you to detect when the statements causing this are being used in LINQ to SQL and do not flag them in those cases? Oracle Data Provider...

Bug
Area-Analyzers

**Product and Version Used**: Visual Studio Extension 3.1.0 **Steps to Reproduce**: Consider the class below: ```csharp public partial class Foo { public Foo() { this.Initialize(); } partial void Initialize(); }...

Bug
Area-Analyzers

It would be nice if you can provide a refactoring to replace one or more out parameters of a method to return them (and may be vice versa)

Feature Request
Area-Refactorings

I use Nuget.config to change the path where packages are stored. The extension fails to detect any nuget references. I just had casing differences in the folder name and relocated...

Here is my launch.json file: ``` { // Use IntelliSense to learn about possible Node.js debug attributes. // Hover to view descriptions of existing attributes. // For more information, visit:...

enhancement
missing api

**Describe the bug** This code file does not get generated when using a shared project (`.shproj`) for sharing code between Visual Studio 2019 and 2022 and the `.vsct` file is...

bug