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 678 msbuild issues
Sort by recently updated
recently updated
newest added

Fixes #10529 ### Context ### Changes Made split IMSBuildElementLocation to separate file and added it to Framework .dll (kept in Microsoft.Build.BackEnd namespace, that should be moved eventually if desirable https://github.com/dotnet/msbuild/issues/10544...

Fixes #5334 ### Context Fast up-to-date check with SDK project doesn't see new embedded resources! ### Changes Made To cache the `EmbeddedResource` items, we just add those to the existing...

### Issue Description I have read about `ErrorOnDuplicatePublishOutputFiles` but that only works on Publish (i.e. not build), and isn't what I want. I want to be able to specify that...

bug

### Context In the PR: https://github.com/dotnet/msbuild/pull/10484 of retargeting to dotnet 9, in order to reduce amount of changes in one change, we have freezed the xunit version. New version of...

triaged

Create the process and guidence on the retargeting work which was done: https://github.com/dotnet/msbuild/issues/10280

Moving to dotnet 9: https://github.com/dotnet/msbuild/pull/10484 brings new warning: https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib0057 In the original PR the warning is suppressed. The scope of this issue is to: - Investigate possibilities to address the...

triaged

Originating from https://github.com/dotnet/msbuild/pull/10175 discussion. The scenario of running .NET Framework MSBuild in a .NET process is unsupported, but it worked until a recent change. Since there is some confusion around...

Fixes #3730 ### Context Symbolic link in the `bin` folder to `obj/Assembly.dll` were created just like that. ### Changes Made Converted relative paths to be relative to the target directory...

Reported by @CyrusNajmabadi Got this error in latst main: ``` Build started at 3:15 PM... 1>------ Build started: Project: Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost, Configuration: Debug Any CPU ------ 2>------ Build started: Project: InteractiveHost64,...

Area: Engine
triaged

### Issue Description There is no mention of `-check `when you do `dotnet build -help`. Please add message here: https://github.com/dotnet/msbuild/blob/e838bbe09efce0af031f979f026deed04af02d49/src/MSBuild/CommandLineSwitches.cs#L280 ### Steps to Reproduce `dotnet build -help` ### Expected Behavior...

bug
Documentation
triaged
Area: BuildCheck