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

The `TaskLoggingHelper.LogErrorFromException()` method should probably take into account an `AggregateException` and call itself multiple times for each inner exception. https://github.com/dotnet/msbuild/blob/cc3db358d34ad4cd1ec0c67e17582d7ca2a15040/src/Shared/TaskLoggingHelper.cs#L920 It could also take into account special exceptions like `InvalidProjectFileException`...

needs-triage

On ProjectReferences and PackageReferences. We gotta start unifying this between MSBuild, the SDK, and NuGet. ## Lingering Questions - What does CopyLocal default to? - What's the logic behind `Private=true`...

bug
needs-triage

### Issue Description [Transitioning MSBuild to net7.0](https://github.com/dotnet/msbuild/pull/7790) has raised strange issues from roslyn api analyzers. RS0016 and RS0017 come up as issues but the issues don't seem to make sense....

bug

Fixes an issue we've had with our arm64 MSBuild binaries not being ngen'd for arm64. ### Notes This brought up a question, how does `ngen` work cross-platform? Our msbuild binaries...

Fixes # ### Context ### Changes Made ### Testing ### Notes

Fixes the MSBuild side of #7832 Specifically, the plan is that Roslyn will restructure their nupkg to include framework bits in a standard location. The SDK will then xcopy those...

Fixes #7900 ### Context `help wanted` has better github integrations

merge-when-branch-open

This pull request updates the following dependencies [marker]: (Begin:3fe128a9-5a85-4aba-f7ba-08da008becb5) ## From https://github.com/nuget/nuget.client - **Subscription**: 3fe128a9-5a85-4aba-f7ba-08da008becb5 - **Build**: 6.4.0.90 - **Date Produced**: September 17, 2022 2:46:29 AM UTC - **Commit**: abaa72f3390fba4bb65fb3c700f22104682bfae9...

This pull request updates the following dependencies [marker]: (Begin:848bf81b-14ec-482f-6736-08da008bd46a) ## From https://github.com/dotnet/roslyn - **Subscription**: 848bf81b-14ec-482f-6736-08da008bd46a - **Build**: 20220914.20 - **Date Produced**: September 15, 2022 3:47:21 AM UTC - **Commit**: 91902d4dd2c07549fb64357ed5c3a0ee9d7c3610...

### Issue Description Canceling a NMake project (not relevant here but it's Unreal Engine 4) through CTRL+BREAK in Visual Studio doesn't work when some (unrelated) processes are running on the...

bug
help wanted