If you are using Visual studio 2022 with latest version i.e version 17.5.1. You will get benefit of super-fast build features.
I tested in my project. It is super-fast.
But you need to enable this feature in your application like this
Step 1: Go to the Project properties file and make AccelerateBuildsInVisualStudio to true
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
