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

## Attachment [ProjectNotFound.zip](https://github.com/dotnet/project-system/files/13226588/ProjectNotFound.zip) ## Visual Studio Version Visual Studio 2022 (17.7.6) ## Summary * Building project, unexpected warning message: `..\Microsoft.Common.CurrentVersion.targets(1797,5): warning MSB3202: The project file "xxx.csproj" was not found.` *...

backlog
Priority:3
triaged
gathering-feedback

Fixes #9822 Fixes #9723 ### Context Some of the built-in BuildCheck analyzers will eventually be enabled by default. We need to figure out the mechanics of how it's going to...

> Assuming this 259 is `STILL_RUNNING` and the installer kills such a hanging process, I wonder if we shouldn't implement a time limit in our code also. The amount of...

backlog
Priority:3
triaged

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

Area: Debuggability
Area: Engine
Area: Logging
triaged

### Issue Description Hello MSBuild Team! As you may know Rider uses MSBuild API to load and build projects. Some time ago we faced a new issue with project loading:...

bug
backlog
triaged
gathering-feedback

### Summary Daemons/build servers for tools like Roslyn and Razor have a life cycle that is currently managed outside of the MSBuild experience, even though those tools are used primarily...

backlog
needs-design
Feature Request
Priority:2
triaged

User feedback (on the docs): Please document the use of the "null" keyword in MSBuild function calls. There is already an example of it at GetRegistryValueFromView but no specification of...

Documentation
triaged

### Summary With current ProjectGraph APIs one can analyze project dependencies and retrieve evaluation results. However, given a (multi-targeted) project and a TFM we can't determine from the graph, which...

backlog
Feature Request
Area: Static Graph
Priority:2
triaged

Hello everyone. I have some questions about getting my build to work the way I want. The issue appears fairly complex and I have been unable to receive any help...

### Issue Description Build info: 9.0.100-preview.4.24221.5 The error account displays incorrectly in output of dotnet test xunit. ### Steps to Reproduce In CLI: dotnet new xunit -o myxunit add below...

bug
backlog
needs-design
Priority:3
triaged
Area: Terminal Logger