samhowes / rules_msbuild

Build .csproj files with Bazel
Apache License 2.0
6 stars 3 forks source link

[Optimize] Bazel persistent workers #201

Open samhowes opened 2 years ago

samhowes commented 2 years ago

I expect persistent workers to add a significant performance boost since msbuild must load project files over and over again, and the csc is unable to use shared compilation when in sandboxing (#35)