-
Updated
Oct 23, 2020 - JavaScript
visual-studio
Here are 3,525 public repositories matching this topic...
-
Updated
Oct 27, 2020 - C#
-
Updated
Oct 27, 2020 - C++
-
Updated
Oct 27, 2020 - C++
-
Updated
Jun 10, 2020 - C#
Add Missing XML Docs
Summary
Many API's are currently lacking XML docs or have invalid markup. As we begin to explore adding API documentation to the Prism Docs, we need to update the existing codebase with more complete XML docs so that these docs can be generated for the docs site.
HACKTOBERFEST UPDATE
Thank you for joining us for your Hacktoberfest contributions... Please take some time to familiari
-
Updated
Oct 6, 2020 - C#
-
Updated
Oct 18, 2020 - C#
-
Updated
Oct 27, 2020 - C#
Feature category
- Check(Type 'x') any that Applicable item:
- Vim
- Vim plugin
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:
logger.Info($"Starting to move tokens {(string.Join(", ", tokens))} from card with code: {oldCard.Code} to replacement card with
-
Updated
Oct 27, 2020 - C
-
Updated
Oct 1, 2020 - C#
-
Updated
Oct 27, 2020 - F#
-
Updated
Oct 24, 2020 - C++
-
Updated
Jun 1, 2020 - C#
When a solution isn't open, the messaging in the GitHub panel is:

But there is no such menu item when there is no open solution:
<img width="1591" alt="screen shot 2018-06-11 at 12 57 37 pm" src="https://user-images.githubuserc
-
Updated
Oct 26, 2020 - C#
-
Updated
Oct 27, 2020 - C#
-
Updated
Oct 21, 2020 - C#
-
Updated
Oct 19, 2020 - Shell
💻 Environment
Toggl Version: feature/lixux-qml HEAD
🐞 Actual behavior
💯 Expected behavior



See dotnet/msbuild#5810 for a bit of context.
There's an inconsistency with
XmlPokeandXslTransformation. The docs on XmlReaderSettings.DtdProcessing state that the default value isProhibit, which neitherXmlPokeor XslTransformation` follow.