-
Updated
Jul 29, 2021 - JavaScript
visual-studio
Here are 4,181 public repositories matching this topic...
-
Updated
Aug 27, 2021 - CMake
Operating System
Windows 10, 64-bit
OpenRCT2 build
OpenRCT2, v0.3.4.1 (9511104 on develop) provided by GitHub
Describe the issue
In the Scenario Editor, the chat toolbar button is present even though it is not a multiplayer session. Furthermore, the zoom toolbar buttons are present even if unchecked in the options.
. I came across this while following the tutorial on child navigation on plurasight.
API Changes
- In "Prism/src/Wpf/Prism.Wpf/Common/Mv
Add Missing XML Docs
Issue Description
msbuild's code is open source under the MIT license. This allows anyone to examine, modify and distribute the sources (among other things). However, the source code repository includes a documentation file that has a "Microsoft Confidential" notice:
https://github.com/dotnet/msbuild/blob/master/src/Shared/Shared%20Code.doc
I suspect this is a mistake since there i
Describe the bug
We should add our ThirdPartyNotice.txt file to our packages as a loose file like we do with the license.
Should be here:
-
Updated
Nov 18, 2020 - C#
-
Updated
Jul 29, 2021 - Python
-
Updated
Aug 26, 2021 - 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
Aug 27, 2021 - F#
-
Updated
Feb 9, 2021 - C#
-
Updated
Jul 27, 2021 - C++
-
Updated
May 14, 2021 - C#
-
Updated
Aug 26, 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
Aug 1, 2021 - C#
-
Updated
Aug 9, 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
-
Updated
Aug 22, 2021 - C#
-
Updated
Jul 25, 2021 - C#
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
Aug 2, 2021 - C#
-
Updated
Jun 16, 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."
https://github.com/dotnet/roslyn/blob/1cca63b5d8ea170f8d8e88e1574aa3ebe354c23b/src/Compilers/CSharp/Portable/Syntax/TypeDeclarationSyntax.cs#L118
This should be
throw new ArgumentException(ADescriptiveMessageFromResources, nameof(kind));