msbuild icon indicating copy to clipboard operation
msbuild copied to clipboard

The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.

Results 447 msbuild issues
Sort by recently updated
recently updated
newest added

Fixes #9755 ### Context Allow extending common targets *DependsOn properties It's a continuation of https://github.com/dotnet/msbuild/pull/4922 and https://github.com/dotnet/msbuild/issues/9703 - handling rest of the properties ### Changes Made All `*DependsOn` properties are...

### Issue Description I need to add the following to an ItemGroup: Foo\..%2a;Bar\..%2a This is because if I put Foo\..*;Bar\..*, I'm intending to split 2 regex expressions into a list....

bug
Documentation

### Issue Description While using in-proc BuildManager, theres no way to properly handle NuGet.Frameworks loading. https://github.com/dotnet/msbuild/blob/main/src/Build/Utilities/NuGetFrameworkWrapper.cs#L56 `assemblyName` are never set while running in none msbuild.exe or Visual Studio, and as...

bug
Area: MSBuildLocator

SDK has been moving some NuGet references in the box, such as Microsoft.NetFramework.ReferenceAssemblies or Microsoft.SourceLink.AzureRepos.Git (etc) If a codebase has an explicit package reference to, say, Microsoft.SourceLink.AzureRepos.Git 1.0.0, it will...

triaged
Area: BuildCheck

### Issue Description When a Project is built on a new Node for the first time its contents are read by that node. This can lead to inconsistent views of...

bug
backlog
needs-design
Priority:3
triaged

### Issue Description VS allows to have build dependencies, that allows to build additional projects next to the main project to ensure satellite projects are also built. This is especially...

bug
Documentation

### Issue Description Errors like: `16:41:57.454 0>MSBUILD : error MSB4166: Child node "2" exited prematurely. Shutting down. Diagnostic information may be found in files in "C:\Users\Administrator\AppData\Local\Temp\MSBuildTemp\" and will be named...

bug
needs-more-info
triaged

### Summary EditorConfig settings for BuildChecks have rigid rules: * casing matters for properties * not all Roslyn severities are available, but the docs declare it to be so ###...

Feature Request
triaged
Area: BuildCheck

### Context For a sake of easier adoption and better customer clarity - let's add codes lookup similar to: https://github.com/dotnet/templating/blob/main/docs/Exit-Codes.md ### Objectives * [ ] Add an .md document with...

triaged

### Background - Original ticket content This was deprecated about 15 years ago and changes have long been at a high servicing bar. Can the code be removed from main...

backlog
Area: Engine
Priority:2
triaged