visual-studio
Here are 3,306 public repositories matching this topic...
Guys, is it possible to provide some kind of documentation on what changes C# compiler applies to expression tree when it generates Expression object from C# code in IQueryable context?
As ORM developers, who need to work with expressions, from time to time we hit issues, because we receive unexpected values from expressions. Like char or enum values is source code being replaced with integer c
Library name: triton
Library description: Triton is a Dynamic Binary Analysis (DBA) framework. It provides internal components like a Dynamic Symbolic Execution (DSE) engine, a dynamic taint engine, AST representations of the x86, x86-64, ARM32 and AArch64 Instructions Set Architecture (ISA), SMT simplification passes, an SMT solver interface and, the last but not least, Python bindings.
Sou
Tweak scream amount
OpenRCT2, v0.2.5-127-g0cbd70029 (0cbd700 on develop) provided by GitHub
Windows 7 (x86-64)
Some ideas I had posted here: OpenRCT2/OpenRCT2#11070 (comment)
Muting is a bad idea I agree, but the screaming should be tweaked. This has been brought up on both the RCF discord and in the project's new own server too:
Making it so they don't scream
Nodemode failure
There seems to be a problem with nodemode (an internal flag) without an argument.
I set MSBUILDDEBUGONSTART to 1 and built a project that referenced two other libraries using the command:
<path to MSBuild.exe> <path to project file> /m /nodemode /nodereuse:false
Expected behavior: useful error message about how nodemode works.
Actual behavior: unexpected bug with a message asking me to fil
-
Updated
Jun 10, 2020 - C#
What would you like to submit? (put an 'x' inside the bracket that applies)
- [x ] question
- bug report
- feature request
Issue description
Is the matrix-matrix multiplication function (Dot(matrixA, matrixB)) documented anywhere? I can't find the documentation on the accord-framework.net website and the code appears to be generated from .tt files.
Summary
Xamarin.Forms 4.2 added the method 'InvokeOnMainThreadAsync' to it's static Xamarin.Forms.Device class. It's nothing more than a TaskCompletionSource trick in order to make BeginInvokeOnMainThread awaitable. Now, it would be wonderful to have InvokeOnMainThreadAsync either as part of IDeviceService or maybe even better as extension method of IDeviceService (as it does not really add a
Add Missing XML Docs
The default documentation URL points to github.com. Doing this in VS2017 results in a message from github that internet explorer is an unsupported browser.
Workaround is to use local storage/clone of the wiki.
This issue relates to the Singleton<T> type defined in Microsoft.Toolkit.Helpers.Singleton.cs.
I'm wondering whether having this type in the toolkit at all is a good idea, considering it can be fully replaced by only using built-in C# language features, which also result in a fas
Can you generate API docs for MvvmCross code?
Like for example:
- Andorid API
- AutoFac API
- and many others (all libs from Microsoft, Google ...)
Why?
- API dosc boost developers productivity - You easy look through the code (without decompiling it).
- API docs
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
I haven't started work yet, but I wanted to mention that there is one more conan-related project for XMake I want to do which is called a "Build Helper".
https://docs.conan.io/en/latest/reference/build_helpers.html
The documentation for the CMake helper provides the justification here:
https://docs.conan.io/en/latest/reference/build_helpers/cmake.html
In summary, helpers make the Con
Hello,
I see in https://github.com/microsoft/Git-Credential-Manager-for-Windows/blob/master/Docs/Environment.md honor http_proxy and https_proxy (both upper and lower case it seems), but it completely ignores no_proxy while git honor it.
So git is properly handling requests, but GCM can leaks informations through the proxy while it shouldn't.
Could GCM handle this environment v
C# has the possibility to mark types and members as readonly on structs to signal to roslyn no defensive copies have to be performed. F# with its immutable by default semantics should take advantage of this to gain end users some automatic perf improvements.
Relevant language feature docs:
https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/struct#readonly-struct
Right now the only way to configure it for a project is to hand edit the .pyproj file:
<Formatter>black</Formatter>
We'll need to decide on what actual settings we need. From the discussions so far, it sounds like we just want the formatter name, and we'll let the user create a formatter specific configuration file if they want to customize formatter behavior.
Also, the formatters
Hello, users of sol2! This issue was made so that I could get a better idea of what you all use for Lua and how much you like / dislike sol2 compared to what you used to use (if anything) and sol2 now. If anyone could just reply to this issue with their thoughts, perhaps answer some of the questions below (or go on a tangent, really anything), I'd appreciate it. I'm going to be writing a paper abo
Whenever you create a variable named document, you can't use the class Document anymore.
As work-around you can rename the variable (to e.g. doc).
Steps To Reproduce
https://deck.net/3707a48b6ab5672937f9c3b1a8207979
public class Program
{
public static void Main()
{
var document = new HTMLDivElement {
TextContent = "Hello world!"
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
The analyzer docs contain the same info you can find inside of visual studio, so clicking to see more details of any RCS number serves no practical purposes at the moment.
- Improve documentation on how to author templates.
- Add documentation on the packaging and distributing of WinTS compatible templates. This must also include differences from how dotnet-new works with template sources.
- Improve tools to help with testing and validating any created templates. Existing tests and tools are a start but these may need updating and revising to make them
-
Updated
Jul 12, 2020 - C#
Issue Type: Bug
On Windows 10 sign out of account
Start a live share session
Get prompted to sign in again
I see there are two settings, one says
Preferred account registered with keychain to use for Visual Studio Live Share sign-in.
And the other is
Preferred account provider registered with keychain to use for Visual Studio Live Share sign-in.
I'm not sure what those do, a
Environment
- Visual Studio version: [2019 Community]
- CodeMaid version: [11.1]
Description
Installation breaks all custom entries in the context menu "Other Context Menus | Easy MDI Document Window"
Steps to recreate
- Call Customize... (from the menu or toolbar)
- Add a custom item into "Other Context Menus | Easy MDI Document Window"
- Install CodeMaid
- Open a fil
Hi! I'm trying to do an editor with DPS and ScintillaNET. When I use Ctrl+TAB, I show a dialog (like visual studio) of the currently opened text files.
Once I close the dialog to choose the file to edit, I use textEditorDialog.Show() (or textEditorDialog.Activate() ) to select the new edited text file.
DPS correctly shows the new edited text file, however the focus does not move into the new
The DataGridBooleanColumn shows a box filled with an X (Unicode character U+2612, Ballot Box With X) for false values. In my opinion this is incorrect. I believe it should show an empty box (Unicode character U+2610, Ballot Box) instead.
-
Updated
Jul 7, 2020 - 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 may be paid VS Code extensions or content that could be beneficial to list here. Currently there is no direct notice in the contributing guide that submissions should only be publicly available / free resources, so I think at least it would be good to update the guide with our stance on it.
I do think pushing free resources first should be a priority, but if there is a paid resource that