-
Updated
Mar 25, 2022 - JavaScript
visual-studio
Here are 4,639 public repositories matching this topic...
-
Updated
May 9, 2022 - C#
-
Updated
May 9, 2022 - CMake
-
Updated
Apr 10, 2022 - 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
May 9, 2022 - C
From comment on review here: CommunityToolkit/WindowsCommunityToolkit#4206 (comment)
Describe the bug
Our DataGrid Mountain CSV file: https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/main/Microsoft.Toolkit.Uwp.SampleApp/Assets/mtns.csv
Doesn't contain all the precise dates. Would be good if we can fill in more month/dates for the li
An interesting one, gotten from hitting Ctrl-C during a build of dotnet/runtime using 6.0.100-rc.2.21505.57
This line
https://github.com/dotnet/msbuild/blob/a59d7a533c9154e8aa99b823625e7eff199ddf1a/src/Tasks/Copy.cs#L588
should perhaps be
if (!partitionAccepted && !CancellationToken.IsCancellationRequested)Build FAILED.
C:\git\runtime\.dotnet\sdk\6.0.100
-
Updated
Nov 18, 2020 - C#
-
Updated
Jan 9, 2022 - 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
Consider the following F# code
open System
[<Obsolete("Foo", true)>]
type Foo() =
member _.Bar() = ()
let foo = Foo()
foo.Bar()It compiles just fine, regardless the ObsoleteAttribute on the type. It won't produce a diagnostic even if we call to foo.Bar() [[SharpLab](https://sharplab.io/#v2:DYLgZgzgNALiBOBXAdgHwPYAcCmyAEAygJ4QzYC2AsAFA0DaAPAPIBGE6w2ZAFAEQBi6d
-
Updated
May 9, 2022 - C++
-
Updated
May 8, 2022 - C#
-
Updated
May 9, 2022 - Rich Text Format
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
Apr 21, 2022 - Shell
The AnsiConsole used by the CLI doesn't seem to support the NO_CONSOLE mechanism for opting out of shell coloration. We should do so.
Longer term this is something that a shared IConsole implementation should handle, but that's still a while out, so it makes sense for us to make this small change in the interim.
💻 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
-
Updated
Mar 9, 2022 - C#
-
Updated
May 8, 2022 - C#
-
Updated
Dec 2, 2021 - C#
-
Updated
Apr 22, 2022 - C#
-
Updated
Apr 13, 2022 - 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."
window_editor_object_selection_select_objectcurrently returns its success through a bool and also the globalgGameCommandErrorText. It should be refactored to return aGameAction::Resultto remove the use of the global.