msbuild
msbuild copied to clipboard
The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
We should have an analyzer that advises against setting properties via /p: in response files. These are not picked up by VS, CloudBuild etc. resulting in behavior changes. Properties should...
### Issue Description In another project, I added the following properties at `/props/MyProject.Paths.props` (for collecting common directories used throughout project files): ```xml $(MSBuildThisFileDirectory)\.. $(RootPath)\artifacts ``` I add the extra path...
### Issue Description > [builder 4/4] RUN dotnet publish Jellyfin.Server --disable-parallel --configuration Release --output="/jellyfin" --self-contained --runtime linux-x64 -p:DebugSymbols=false -p:DebugType=none: 13.43 MSBUILD : error : This is an unhandled exception in...
Fixes CVE-2024-38081, CVE-2024-38095 ### Context Some of our dependencies contains vulnerabilities. ### Changes Made I backported changes we already have in `main` branch - updated `Microsoft.IO.Redist` package version and pinned...
### Context Let's squeeze out more from existing telemtry and lets improve of what is available to us onepager: https://github.com/dotnet/msbuild/pull/11013 ### Suggested areas of investments - [x] Review telemetry related...
WIP. Add Buffered BinaryReader to speed up Binlog reading. By directly buffering the stream, it can inline ReadByte() function into Read7BitEncodedInt(). Add BulkRead7BitEncodedInt() to read multiple numbers in one call.
Fixes #10435 ### Context #10209 was generous with what it interpreted as a throwaway parameter: underscores were often misinterpreted as throwaway parameters. This changes it to require `out _` instead...
***Updated 17/08/24 with more details*** ### Issue Description We are trying to build some code by calling `dotnet build` from our software and faced with dotnet process hangs under some...
### Context In net 9.0 we delivered initial preview of BuildCheck feature. * Spec: https://github.com/dotnet/msbuild/blob/main/documentation/specs/BuildCheck/BuildCheck.md * Work track: https://github.com/orgs/dotnet/projects/373 This item captures high level thinking of continuation of that work...
### Issue Description Satellite assemblies with un-predefined cultures in a project are not copied correctly into the projects that depends on it. ### Steps to Reproduce Assume that `yue` is...