The Wayback Machine - http://web.archive.org/web/20200715005233/https://github.com/topics/visual-studio-extension
Skip to content
#

visual-studio-extension

Here are 278 public repositories matching this topic...

mconnew
mconnew commented Mar 5, 2020

This suggestion is based on real experience helping an internal customer identify missing API's in the WCF client implementation. We have some properties on our classes which are either server only api's or aren't currently supported. An example of this is NetTcpBinding.TransactionFlow. On .NET Framework, this property is [defined like](https://referencesource.microsoft.com/#System.ServiceModel/Sy

XamlStyler
jimmylewis
jimmylewis commented Nov 10, 2018

Functional impact

If the user has specified a default provider, we should respect that in the UI.

Minimal repro steps

  1. Set a default provider in libman.json other than cdnjs
  2. Right click a folder in Solution Explorer and select Add -> Client Side Library

Expected result

Selected provider matches defaultProvider

Actual result

Selected provider always default

P2
leotsarev
leotsarev commented Jul 19, 2019

Given:
There is some rule in nsdepcop. Say <Allowed From="*" To="Foo"> and there is no references to Foo namespace in csproj

Actual result: no warning
Expected result: warning that rule is excess and could be removed.

Benefit: keeping your nsdepcop files nice and clean.

mhanysz
mhanysz commented Jul 4, 2018

It would be a very handy enhancement, if one could show the methods, fields and properties of a class in the quick diagram. It is already possible to show the description of the class, so replacing this text with the list of methods, fields and properties when the user clicks a "Show/Hide Details" button may be rather straight forward. This would make the quick diagram a UML class diagram that can

Carman1982
Carman1982 commented Jul 19, 2019

Describe the bug
Opened a DTS. Opened Variables at bottom. Clicked the "Find Unused Variables". Found that one of the variables was actually being used. Noticed that Find Variable References window did find the reference to the variable.

Version
Version

To Reproduce
Opened

bug

Improve this page

Add a description, image, and links to the visual-studio-extension topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the visual-studio-extension topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.