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

### Description I use the following commandline: "C:\Program Files\dotnet\dotnet.exe" build MCC.sln --configuration Debug if I do this, dotnet also copies the dlls of 2 projects wich are only "build dependecies"...

needs-triage

### Context Today, `GetReferenceTargetPlatformMonikers` and `FindInvalidProjectReferences` use `TargetPathWithTargetPlatformMoniker` instead of the documented `_ProjectReferenceTargetPlatformMonikers` item group for the project reference gathering/validation. This causes a violation in the ProjectReference protocol, leading to...

Area: Common Targets

Fixes # ### Context This is to permit users to use functions with out parameters and ref parameters as long as they don't care about the values that come out...

Add BuildCheck run notifications to msbuild output, even if no checks failed. Include package name in output so it can be tracked in case of malicious package. This is recommendation...

triaged
Area: BuildCheck

### Issue Description When a build check subscribes to task invocation events and attempts to report a result from its task invocation action, MSBuild sometimes crashes with `ContextID {0} should...

bug
triaged

### Summary In https://github.com/dotnet/sdk/pull/41268 I was able to use the SDK Resolver features to ensure that only the NuGet SDK resolver was used for a restore. In this case we...

Feature Request
Good First Issue
Area: Logging
Priority:2
Area: Resolvers
triaged
internal-team-onboarding

### Description: We have encountered an issue, when MSBuild was using System.CodeDom net8.0 and [the source project](https://github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1832) had System.CodeDom net6.0 package dependency that was copied in the output folder. During...

Documentation
Priority:2
triaged

### Issue Description Got consistent OOM exceptions while building aspnet locally. Weird thing is that the MSBUILD.exe **32bits** was the process hanging. ``` MSBUILD : error : System.AggregateException: One or...

bug
Priority:2
triaged
symlink

### Background As part of current security efforts let's create initial Threat Model of the whole product. As a side effect we'll need to produce a High Level Design documents...

triaged

### Input * https://app.diagrams.net/#HJanKrivanek%2Fmsbuild%2Fdoc%252Fdesign%2Fdocumentation%2Fwiki%2FDesign.drawio#%7B%22pageId%22%3A%22KYUkMzLAdZubMLOFAHTG%22%7D * https://microsoft.sharepoint.com/:f:/t/ManagedLanguagesIDE/EnCKmZdBO8VJlOqP-HlkMUoBIXUv_CrJv1tJxY4s1CoqoA?e=RnAmKY ### Expected output PR with a .md document with MSBuild High Level Overview - diagram(s) and write-up

triaged