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

### Context We have customer projects break when we update system.memory, we should make it easier for customers to figure out these breakages when they're due to us updating system.memory....

Fixes # ### Context ### Changes Made ### Testing ### Notes This will be chipped away at over time.

### Issue Description Hi, productivity in our company is heavily hindered by the slowness of design-time builds which translates into the slowness of solution load (and reload) times in the...

backlog
performance

- [ ] #7776 - [ ] #7777 - [ ] Figure out the story for `AssemblyName` deprecations in .NET 7

In addition to building project and publish into package, sometimes it was more convenient to let the project reference another project directly and compile it along with the main project...

needs-design
Feature Request

Several build processes (repos, SDKs, and NuGet packages) have a pattern where they want to do a thing "once per build"--maybe set up versioning, or run some code generator, or...

Area: Static Graph

### Describe the bug Opening the project file will show underline ### To Reproduce 1. Unload someone target project. 2. Open the csporj on visual studio. ### Screenshots ![image](https://user-images.githubusercontent.com/23723575/167529398-21bb3ee4-b5e0-4813-aaef-7d1ecba98f98.png)

needs-more-info

### Issue Description Build output of OutputType Exe is transitively copied even if ReferenceOutputAssembly False. ### Steps to Reproduce A.csproj ``` Exe ``` B.csproj ``` False ``` C.csproj ``` ```...

bug

### Issue Description ToolLocationHelper.GetSupportedTargetFrameworks and ToolLocationHelper.GetPathToReferenceAssemblies provide information about installed .NET Framework, UWP, and Silverlight frameworks, but not installed .NET Core frameworks. ### Steps to Reproduce On machine with .NET...

Partner request
For consideration

**Version Used**: Visual Studio 2022(17.1.5) **Steps to Reproduce**: Screenshots should be clear. **Expected Behavior**: Happened. **Actual Behavior**: Shouldn't happen. **Warning Screenshot**: ![Warning](https://user-images.githubusercontent.com/23723575/165211179-8eb0a779-ec42-4be4-8a6e-cd4818b2a138.png)

needs-more-info