Chris Andritzky
Chris Andritzky
**Describe the bug** When using GitVersion.MsBuild with a legacy .csproj that uses packages.config to reference NuGet packages and then running **msbuild /t:restore** after a clean checkout (**git clean -fxd**), then...
GitVersion unnecessarily slows down the build process on solutions with many projects. ## Detailed Description GitVersion.exe has a performance problem when used in large solutions with several hundred projects. Even...
Dear Carl, there's a problem with your current implementation: When using the `"efcustomers"` controller, the query first returns _all_ records from the database and then filtering is done only in...