#
msbuild
Here are 266 public repositories matching this topic...
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.
danmoseley
commented
Nov 26, 2021
An interesting one, gotten from hitting Ctrl-C during a build of dotnet/runtime using 6.0.100-rc.2.21505.57
This line
https://github.com/dotnet/msbuild/blob/a59d7a533c9154e8aa99b823625e7eff199ddf1a/src/Tasks/Copy.cs#L588
should perhaps be
if (!partitionAccepted && !CancellationToken.IsCancellationRequested)Build FAILED.
C:\git\runtime\.dotnet\sdk\6.0.100
bug
up-for-grabs
Issues that the core team doesn't plan to work on, but would accept a PR for. Comment to claim.
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
Jan 12, 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
Mar 18, 2022 - C#
Converts C# classes to TypeScript interfaces (and many more) within project build. 0-dependency, minimal, gluten-free
-
Updated
Dec 8, 2021 - C#
Find all of the resources you might need to try out code presented in the Student Zone at Build 2021 for yourself!
-
Updated
Jan 12, 2022 - JavaScript
Builds observables from events.
-
Updated
Mar 25, 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
Mar 12, 2022 - C#
A Roslyn based C# source generation framework
-
Updated
Mar 21, 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
Feb 16, 2022 - C#
Gradle plugin for msbuild execution, supports C# project files for now
-
Updated
Oct 19, 2021 - Groovy
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
TeamCity plugin for .NET Core projects
-
Updated
Mar 16, 2022 - Kotlin
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
Mar 21, 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."


Whilst investigating #16877 I noticed that the
TrackElementDescriptor::Priceis incorrect. Its a price modifier not an actual price its used to work out the price using the following calc (RideTrackPrice * TED::Price) / 65536.Therefore the units of
TrackElementDescriptor::Priceshould be changed touint32_tand the name changed toPriceModifierand a comment added stating that it shou