After enabling WXSG, build time for my project went from 81 seconds (1:21) to 2359 seconds (39:19). The 39 minutes was from an earlier build. This iteration is ~45 minutes and still going (I'm going home, I'm not waiting for it).
I ran the same test for both:
cd to WPF project directory
dotnet clean
dotnet build
I'll admit, the solution is fairly complicated, and the WPF project has 41 other project dependencies. But that doesn't change the fact that the build time increased by more than 30x!
After enabling
WXSG, build time for my project went from 81 seconds (1:21) to 2359 seconds (39:19). The 39 minutes was from an earlier build. This iteration is ~45 minutes and still going (I'm going home, I'm not waiting for it).I ran the same test for both:
cdto WPF project directorydotnet cleandotnet buildI'll admit, the solution is fairly complicated, and the WPF project has 41 other project dependencies. But that doesn't change the fact that the build time increased by more than 30x!