#
msbuild
Here are 226 public repositories matching this topic...
BenVillalobos
commented
Nov 13, 2020
Related: dotnet/msbuild#4682 and dotnet/msbuild#5871
In FileUtiliies.cs we have RemoveQuotes and TrimAndStripAnyQuotes. We should consider adding some sort of Ensure-This-Path-Is-Single-Quoted function.
Possible names:
- EnsurePathIsSingleQuoted
- That's all I got!
A utility to perform design-time builds of .NET projects without having to think too hard about it.
-
Updated
Dec 4, 2020 - C#
Converts C# classes to TypeScript interfaces (and many more) within project build. 0-dependency, minimal, gluten-free
-
Updated
Nov 29, 2020 - C#
Find all of the resources you might need to try out code presented in the Student Zone at Build 2020 for yourself!
-
Updated
Sep 3, 2020 - JavaScript
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
May 11, 2020 - C#
Gradle plugin for msbuild execution, supports C# project files for now
-
Updated
Aug 6, 2020 - Groovy
A Roslyn based C# source generation framework
-
Updated
Nov 20, 2020 - C#
Builds observables from events.
-
Updated
Dec 16, 2020 - C#
MSBuild 15.0 Toolset integration for multiple LLVM (From v5 to v8)
-
Updated
Apr 17, 2019
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
Dec 16, 2020 - C#
TeamCity plugin for .NET Core projects
-
Updated
Dec 16, 2020 - Kotlin
dahlia
commented
Feb 13, 2019
I'm submitting a…
A GitHub Action to facilitate configuring MSBuild in the workflow PATH for building .NET Framework applications.
-
Updated
Nov 26, 2020 - TypeScript
visual-studio
msbuild
vs2015
csproj
vs2017
vcxproj
vs
visualstudio
sln
vs2013
vs2010
sln-files
projectguid
vs2012
mvssln
sln-parser
visual-studio-projects
vs2019
-
Updated
Jul 23, 2020 - C#
bfg9000 - build file generator
-
Updated
Dec 12, 2020 - Python
MSBuild integration for the Yarn package manager.
-
Updated
Oct 4, 2020 - C#
gulp-msbuild has moved to https://github.com/fluffynuts/gulp-msbuild.
-
Updated
Jul 24, 2019 - JavaScript
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#
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."
The
ScanDirectorymethod of FileScanner allocates pointers with new and returns raw pointers. It should useunique_ptrinstead.Note: Wait for #13444 resolution before working on this.