vsix
Here are 136 public repositories matching this topic...
Environment
- Visual Studio version: [2019 Community]
- CodeMaid version: [11.1]
Description
Installation breaks all custom entries in the context menu "Other Context Menus | Easy MDI Document Window"
Steps to recreate
- Call Customize... (from the menu or toolbar)
- Add a custom item into "Other Context Menus | Easy MDI Document Window"
- Install CodeMaid
- Open a fil
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
-
Updated
Apr 23, 2020 - C#
Add examples of how to do different things with XAML generation.
This could be in profiles.md or in a separate (linked) document.
Examples such as
- how to exclude a common base type property
- how to create a DataGrid from a collection
- more...?
X-ref: discussion in #259
-
Updated
May 17, 2019 - C#
-
Updated
Apr 24, 2020 - C#
-
Updated
May 6, 2020 - C#
-
Updated
Oct 6, 2018 - C#
-
Updated
Feb 28, 2020 - C#
The new Roslyn API context.Options.AnalyzerConfigOptionsProvider.GetOptions allows to get the configuration from the editorconfig file.
- Remove the custom editorconfig parser
- Replace all usage by
context.Options.AnalyzerConfigOptionsProvider.GetOptions - Update tests
- Update documentation to use the new names
- Update <https://github.com/meziantou/editorconfig/bl
--source should be the source of the root, not of the package. Otherwise how can we use it when packages are inside nested directories?
In other words, how would one use it with --recursive and with --latest-only ?
-
Updated
Mar 24, 2020 - C#
Write a "How to open *.nswag files with NSwagStudio from Solution Explorer"
If the model has no tables, DAX Editor shouldn't create a new DAX file. Now it opens an empty file in compatibility level 1200 and generates an exception in compatibility level 1103.
-
Updated
Nov 1, 2019 - C#
-
Updated
May 21, 2020 - C#
-
Updated
Mar 17, 2020 - C#
I'm trying to add a Document Attachment record via an Unchase Connected Service to a Microsoft Dynamics NAV database in C# (Visual Studio 2019).
I downloaded the XML metadata from a Dynamics NAV URL. In Visual Studio, I perform an Add / Update Unchase Connected Service and pointed it at the metadata file.
This process auto-generates a Reference.cs code-file. I then call the appropriate objects /
-
Updated
Dec 25, 2019 - C#
-
Updated
Mar 11, 2020 - C#
If any custom local images are referenced in the given overview.md they should be included in the publishManifest.json and copied to the VSIX project directory.
-
Updated
Nov 24, 2019 - C#
Improve this page
Add a description, image, and links to the vsix topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vsix topic, visit your repo's landing page and select "manage topics."
Feature category
Currently it seems that VsVim (and Vim for that matter) do not support interpolated strings of C#. It would be really neat if in a string like the following: