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

### Issue Description When compiling project over BuildManager.DefaultBuildManager.Build, configured roslyn analyzers are not executed and build will not report any issues. When exactly same project is compiled over command line...

needs-triage

### Context We detected flaky unit tests related to msbuild server shutdown. Example of failing checks: https://github.com/dotnet/msbuild/pull/7835 ### Changes Made Although I do not fully understand root cause, It seems...

### Issue Description Using a roslyn CodeAnalysis project running on net48 attempting to load a project also targetting net48 will fail to load dependencies caused by a missing method ``Method...

bug
Documentation
Breaking Change

Previously (net core 2.1), this worked: ```` false ```` Now, it doesn't, and even all this doesn't work: ```` false Never false true all ```` What's going on is I...

backlog
size:3
Priority:3
triaged
Iteration:2023February
gathering-feedback

These are new in .NET 5.0: https://docs.microsoft.com/en-us/dotnet/api/system.operatingsystem?view=net-5.0 They expose methods for all the common operating systems like `OperatingSystem.IsWindows()` but also still support the API where you pass in a string:...

Good First Issue

_From @CodingDinosaur on October 12, 2018 3:30_ When building or running under .NET Core on a Unix-based environment, certain cultures cannot be utilized for resource localization, such as getting localized...

Localization
Partner request

This pull request updates the following dependencies [marker]: (Begin:82cd8e70-8184-4057-ccfc-08d9301a11ed) ## From https://github.com/dotnet/arcade - **Subscription**: 82cd8e70-8184-4057-ccfc-08d9301a11ed - **Build**: 20220721.1 - **Date Produced**: July 21, 2022 8:39:06 AM UTC - **Commit**: f2247bc2867d1ec7c883c67dc8d41629052f851b...

Before we only interpreted plain AddItem messages as directives for file embedding. Resolves #7665 ### Changes Made Added TaskParameterEvents with kind `TaskOutput` to the event filter for embedding files. ###...

This is a substantial refactor in the ProjectCacheService. The primary motivation is to be more permissive with the plugins which are configured. Each project configures its plugins via an item,...

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**: 20220804.1 - **Date Produced**: August 4, 2022 9:28:21 AM UTC - **Commit**: 83ae84b2a99a0bb1cb83525db21d467b99fd0159...

merge-when-branch-open