msbuild
msbuild copied to clipboard
The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
### Description I updated vs to Version 17.4.0 Preview 2.0 from PREVIEW 1 cause errors When I publish worker service i got error: ``` Build started... 1>------ Build started: Project:...
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the...
Fixes #7985 ### Context `TaskLoggingHelper.LogErrorFromException()` does not currently take into account the relatively new `AggregateException` which has inner exceptions but an outer exception with very little details. ### Changes Made...
Fixes #7920 ### Context When a task ships MSBuild assemblies, we try to load both those assemblies and the assemblies next to MSBuild. This confuses the MetadataLoadContext. We should just...
Fixes #6150 ### Context We verify that the target platform is appropriate for the target platform identifier, but that check is too specific; it doesn't permit equivalent strings from matching....
Fixes #7828 ### Context Binary logger option overrides verbosity by diagnostic and prints a line even verbosity is set to quiet. ### Changes Made The fix introduces a variable to...
If you've ever struggled with using MSBuild, we want to hear from YOU! Prioritizing **over one-thousand** issues is a never-ending challenge. We're hoping this survey will give us a big...
Fixes #5444 Context The `ProjectStringCache` does seem to have a memory leak problem when used from VS. The reason of the leak is that it clears memory on the event...
This pull request updates the following dependencies [marker]: (Begin:fc4faec0-9ee6-43b9-bc7a-08da8607f4c7) ## From https://github.com/dotnet/arcade - **Subscription**: fc4faec0-9ee6-43b9-bc7a-08da8607f4c7 - **Build**: 20220914.4 - **Date Produced**: September 15, 2022 12:53:34 AM UTC - **Commit**: 720af493900b2f2bdc48e9ee12577983a5c9be36...