-
Updated
Dec 9, 2021 - JavaScript
visual-studio
Here are 4,425 public repositories matching this topic...
-
Updated
Dec 30, 2021 - C#
-
Updated
Dec 30, 2021 - CMake
-
Updated
Nov 2, 2021 - 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
Describe the bug
The Release Notes section of the WCT Sample App has overlapping text.
Regression
No response
Reproducible in sample app?
- This bug can be reproduced in the sample app.
Steps to reproduce
Open app and view the home / splash screen.
Expected behavior
Release dates should be visible.
Screenshots
Build FAILED.
C:\git\runtime\.dotnet\sdk\6.0.100
-
Updated
Dec 30, 2021 - C
-
Updated
Nov 18, 2020 - C#
-
Updated
Dec 9, 2021 - Python
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
Dec 30, 2021 - F#
-
Updated
Dec 11, 2021 - C++
-
Updated
Nov 4, 2021 - C#
-
Updated
Dec 30, 2021 - 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
Dec 1, 2021 - C#
-
Updated
Dec 17, 2021 - Shell
💻 Environment
Platform: Windows
OS Version: 10
Toggl Version: 7.5.442
📒 Description
Hello.
Thank you for such a good program for keeping track of work. It helps me a lot, it's very convenient.
- Auto Update.
How can I disable updating to the latest version? Since the program itself downloads the update to the latest version and after closing and opening the program updates t
Is your feature request related to a problem? Please describe.
Commands like dotnet workload update --print-rollback and dotnet workload list --machine-readable are very helpful, but they should print only JSON to stdout.
Right now I run dotnet workload list --machine-readable and this is what gets printed to stdout:
Failed to update the advertising manifest microsoft.net.s
-
Updated
Nov 30, 2021 - C#
-
Updated
Dec 2, 2021 - C#
-
Updated
Dec 30, 2021 - TypeScript
-
Updated
Dec 30, 2021 - C#
-
Updated
Dec 20, 2021 - C#
-
Updated
Dec 28, 2021 - C#
Improve this page
Add a description, image, and links to the visual-studio topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the visual-studio topic, visit your repo's landing page and select "manage topics."


There are many places where a bound_box is declared for flat rides, i.e.
swinging_ship_bound_box,rct_crooked_house_bound_box, etc. To avoid code duplication, aBoundBoxXYstructure should be declared withCoordsXY OffsetandCoordsXY Lengthfields.