vsix
Here are 138 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
Jun 11, 2020 - C#
-
Updated
May 29, 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#
It would be nice if the ID of a specific analyzer would be shown in Super Quick Info (probably at the end of the its message). Ideally that ID would be clickable as it is in the "Lightbulb" menu:
 do not support interpolated strings of C#. It would be really neat if in a string like the following: