-
Updated
Nov 20, 2020 - JavaScript
visual-studio
Here are 3,669 public repositories matching this topic...
-
Updated
Dec 24, 2020 - C++
The sprite compiler function sprite build is inefficient with the way it builds a new g2.dat file. As this function is run every time we compile on the CI's. It may reduce compile times by improving it. See this link for more info on the sprite compiler: https://github.com/OpenRCT2/OpenRCT2/wiki/Sprite-compiler
The problem with the sprite build is that it opens adds an image and finally saves
-
Updated
Nov 2, 2020 - C#
Related: dotnet/msbuild#4682 and dotnet/msbuild#5871
In FileUtiliies.cs we have RemoveQuotes and TrimAndStripAnyQuotes. We should consider adding some sort of Ensure-This-Path-Is-Single-Quoted function.
Possible names:
- EnsurePathIsSingleQuoted
- That's all I got!
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
Nov 18, 2020 - C#
-
Updated
Dec 24, 2020 - C#
-
Updated
Oct 18, 2020 - C#
-
Updated
Dec 25, 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 1, 2020 - C#
-
Updated
Dec 25, 2020 - F#
-
Updated
Dec 19, 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
Dec 20, 2020 - C#
-
Updated
Dec 23, 2020 - C#
-
Updated
Dec 10, 2020 - C#
-
Updated
Dec 21, 2020 - Shell
💻 Environment
Platform: Windows
OS Version: Windows 10
Toggl Version: 7.4.418
🐞 Actual behavior
When the "run app on Win login" feature is enabled the app will run when you log into windows but it will not be in focus. You will only be able to see it running ty the tray i
-
Updated
Nov 13, 2020 - C#
-
Updated
Sep 22, 2020 - C#
-
Updated
Sep 16, 2020 - 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.
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."
I'm not sure I understand the following centens:
Does this means
int?andintwill be equals even through the first isNullable<Int32>and the second isInt32.Or does it will distinct
string?andstringwhich would normally be equals?Document Details