#
msbuild
Here are 249 public repositories matching this topic...
omajid
commented
Jan 28, 2021
Issue Description
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
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
Aug 18, 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
May 27, 2021 - JavaScript
Converts C# classes to TypeScript interfaces (and many more) within project build. 0-dependency, minimal, gluten-free
-
Updated
Jul 7, 2021 - C#
Builds observables from events.
-
Updated
Aug 20, 2021 - C#
Invoke-MsBuild PowerShell module to make building projects and solutions with MsBuild.exe easy.
-
Updated
Oct 29, 2020 - 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
Jun 13, 2021 - C#
A GitHub Action to facilitate configuring MSBuild in the workflow PATH for building .NET Framework applications.
-
Updated
Aug 12, 2021 - TypeScript
A Roslyn based C# source generation framework
-
Updated
Jul 23, 2021 - C#
Gradle plugin for msbuild execution, supports C# project files for now
-
Updated
Aug 11, 2021 - Groovy
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
May 19, 2021 - C#
MSBuild 15.0 Toolset integration for multiple LLVM (From v5 to v8)
-
Updated
Apr 17, 2019
dahlia
commented
Feb 13, 2019
I'm submitting a…
TeamCity plugin for .NET Core projects
-
Updated
Aug 20, 2021 - Kotlin
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
Nov 21, 2019 - C#
visual-studio
msbuild
vs2015
csproj
vs2017
vcxproj
vs
visualstudio
sln
vs2013
vs2010
sln-files
projectguid
vs2012
mvssln
sln-parser
visual-studio-projects
vs2019
-
Updated
Aug 11, 2021 - C#
MSBuild task and CLI tools for bundling .NET Core projects into MacOS applications (.app)
-
Updated
May 9, 2021 - C#
MSBuild integration for the Yarn package manager.
-
Updated
Jul 26, 2021 - 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."


There might be a couple of potential crashes dereferencing invalid memory when it comes to game action callbacks. In multiplayer mode those callbacks will fire after the server acknowledged the action so there is a delay, the user could have closed the window before the callback fires.
Example here:
https://github.com/OpenRCT2/OpenRCT2/blob/3503a433dc277f740f6dc1106b99b9df20fb6b1b/src/openrct2-