dotnet / msbuild

The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
https://docs.microsoft.com/visualstudio/msbuild/msbuild
MIT License
5.24k stars 1.35k forks source link

[BuildCheck] Embed .editorconfig in binary log #10866

Open surayya-MS opened 1 month ago

surayya-MS commented 1 month ago

Binary log (.binlog file) contains embedded files. For improved diagnostics, we should also embed BuildCheck .editorconfig file to the binary log. More about .editorconfig

japj commented 1 week ago

There is an existing mechanism through EmbedInBinlog for embedding files in the binlog that could be used for this.