bug
Something went wrong.
refactor
A task that will improve code readability, without changing outcome.
good first issue
Low hanging fruits good for people new to open source or OpenRCT2.
#
msbuild
Here are 280 public repositories matching this topic...
NMertsch
commented
Jun 3, 2022
up-for-grabs
Issues that the core team doesn't plan to work on, but would accept a PR for. Comment to claim.
Feature Request
Area: Tasks
Issues impacting the tasks shipped in Microsoft.Build.Tasks.Core.dll.
Good First Issue
Self-contained issues good for first-time contributors.
vim
cmake
build
msbuild
neovim
vim-plugin
ant
vim-plugins
neomake
pandoc
tasks
rake
make
neovim-plugin
asyncrun
neovim-plugins
asynctasks
-
Updated
May 8, 2022 - Vim script
Android++ -- A native development and debugging solution for Visual Studio.
-
Updated
May 14, 2021 - C#
A utility to perform design-time builds of .NET projects without having to think too hard about it.
-
Updated
May 23, 2022 - C#
Converts C# classes to TypeScript interfaces (and many more) within project build. 0-dependency, minimal, gluten-free
-
Updated
Jul 8, 2022 - C#
Find all of the resources you might need to try out code presented in the Student Zone at Build 2021 for yourself!
-
Updated
Apr 12, 2022 - JavaScript
Builds observables from events.
-
Updated
Jul 1, 2022 - C#
A GitHub Action to facilitate configuring MSBuild in the workflow PATH for building .NET Framework applications.
-
Updated
Feb 13, 2022 - TypeScript
Invoke-MsBuild PowerShell module to make building projects and solutions with MsBuild.exe easy.
-
Updated
Dec 11, 2021 - PowerShell
NsDepCop is a static code analysis tool that helps to enforce namespace dependency rules in C# projects. No more unplanned or unnoticed dependencies in your system.
csharp
msbuild
static-code-analysis
dotnet
nuget
dependency-analysis
namespace
dependencies
visual-studio-extension
-
Updated
Jul 6, 2022 - C#
A Roslyn based C# source generation framework
-
Updated
Jul 6, 2022 - C#
An API to locate MSBuild assemblies from an installed Visual Studio location. Use this to ensure that calling the MSBuild API will use the same toolset that a build from Visual Studio or msbuild.exe would.
-
Updated
Jul 5, 2022 - C#
Gradle plugin for msbuild execution, supports C# project files for now
-
Updated
Jun 22, 2022 - Groovy
TeamCity plugin for .NET Core projects
-
Updated
Jul 4, 2022 - Kotlin
dahlia
commented
Feb 13, 2019
I'm submitting a…
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
discussions-required
MSBuild 15.0 Toolset integration for multiple LLVM (From v5 to v8)
-
Updated
Apr 17, 2019
visual-studio
msbuild
vs2015
csproj
vs2017
vcxproj
vs
visualstudio
sln
vs2013
vs2010
sln-files
projectguid
vs2012
mvssln
sln-parser
vs2019
vs2022
-
Updated
Jan 31, 2022 - C#
Enabling "dotnet build" to compile and build C/C++ projects. MSBuild task for compiling Visual Studio C/C++ projects (.vcxproj) with your choice of compiler on Linux or Windows or Mac!
linux
cli
console
visual-studio
csharp
msbuild
cpp
dotnet
nuget
gcc
wsl
vcxproj
nuget-package
dotnet-template
-
Updated
Mar 18, 2022 - C#
MSBuild task and CLI tools for bundling .NET Core projects into MacOS applications (.app)
-
Updated
Jan 17, 2022 - C#
MSBuild integration for the Yarn package manager.
-
Updated
Jun 28, 2022 - C#
Improve this page
Add a description, image, and links to the msbuild topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the msbuild topic, visit your repo's landing page and select "manage topics."
Operating System
Windows 10, 64 bit
OpenRCT2 build
OpenRCT2, v0.4.0-174-gc8df66f (c8df66f on develop) provided by GitHub
Describe the issue
The implementation of
String::Format_VA(mostly called from theString::Formatoverload without the buffer argument) allocates space for the string, and it's up to the user to free this (Memory::Free). This is however rarely do