-
Updated
Jul 29, 2021 - JavaScript
visual-studio
Here are 4,305 public repositories matching this topic...
-
Updated
Oct 30, 2021 - CMake
-
Updated
Oct 29, 2021 - C++
-
Updated
Sep 6, 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
These are new in .NET 5.0: https://docs.microsoft.com/en-us/dotnet/api/system.operatingsystem?view=net-5.0
They expose methods for all the common operating systems like OperatingSystem.IsWindows() but also still support the API where you pass in a string: OperatingSystem.IsOSPlatform(string platform).
The new APIs are easier to understand so we should consider exposing them.
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
-
Updated
Nov 18, 2020 - C#
-
Updated
Oct 29, 2021 - C
-
Updated
Jul 29, 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
Oct 29, 2021 - F#
-
Updated
Oct 27, 2021 - C++
-
Updated
Oct 16, 2021 - C#
-
Updated
May 14, 2021 - C#
-
Updated
Oct 28, 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
Oct 13, 2021 - C#
-
Updated
Oct 27, 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
We get NullReferenceException when running dotnet new related commands in Ubuntu, the error message is like:
dotnet -d new console
Telemetry is: Enabled
System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.DotNet.Cli.Utils.Muxer..ctor()
at Microsoft.DotNet.Tools.New.NewCommandShim.CreateHost()
at Microsoft.DotNet.Tools.New.
-
Updated
Oct 21, 2021 - C#
-
Updated
Sep 16, 2021 - C#
-
Updated
Oct 27, 2021 - C#
-
Updated
Jun 16, 2021 - C#
-
Updated
Oct 28, 2021 - TypeScript
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."
https://github.com/dotnet/roslyn/blob/e1b57268c58d0ccd93992ef3495cd22b8ad07412/src/Features/CSharp/Portable/CodeRefactorings/LambdaSimplifier/LambdaSimplifierCodeRefactoringProvider.Rewriter.cs#L48
This should be localized.
This is a "good first issue" candidate :)