-
Updated
Jul 29, 2021 - JavaScript
{{ message }}
C++ Library Manager for Windows, Linux, and MacOS
An open source re-implementation of RollerCoaster Tycoon 2
Full ASP.NET Core 5 application with DDD, CQRS and Event Sourcing concepts
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.
Thank you for joining us for your Hacktoberfest contributions... Please take some time to familiari
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
From comment on review here: CommunityToolkit/WindowsCommunityToolkit#4206 (comment)
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
Machine learning, computer vision, statistics and general scientific computing for .NET
Visual Studio extension for assembly syntax highlighting and code completion in assembly files and the disassembly window
Feature category
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
The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio
Secure Git credential storage for Windows with support for Visual Studio Team Services, GitHub, and Bitbucket multi-factor authentication.
Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation:
A collection of 500+ analyzers, refactorings and fixes for C#, powered by Roslyn.
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
Windows Template Studio quickly builds a UWP app, using a wizard-based UI to turn your needs into a foundation of Windows 10 patterns and best practices.
Real-time collaborative development from the comfort of your favorite tools
Platform: Windows
OS Version: 10
Toggl Version: 7.5.442
Hello.
Thank you for such a good program for keeping track of work. It helps me a lot, it's very convenient.
CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
DockPanel Suite - The Visual Studio inspired docking library for .NET WinForms
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.
A .NET 5 library to run C# code in parallel on the GPU through DX12 and dynamically generated HLSL compute shaders, with the goal of making GPU computing easy to use for all .NET developers!
This repo contains the source code for Telerik UI for Universal Windows Platform (UWP), which includes 20+ UI controls for developers building UWP applications.
Add a description, image, and links to the visual-studio topic page so that developers can more easily learn about it.
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));