Pascal Berger
Pascal Berger
LibGit2Sharp comes with a few requirements which inherit to this addin. It would be helpful to have them documented to what is required on different platforms to get this addin...
Changes build process to Cake.Recipe ## TODO - [ ] Package LibGit2Sharp in package - [ ] Run integration tests
Use Cake.Recipe for building the addin to make contributions for other addin authors easier
Codecov uploads when total size of coverage files is bigger than 20 MB. Cake.Recipe always uploads all coverage reports. If tests run against multiple .NET 8 versions, coverage for every...
For repositories with multiple components / test projects it would be useful if the individual reports can be uploaded to CodeCov with flags
The `DotNetCore-Test` task parses the project file to determine if `coverlet.msbuild` and `Microsoft.SourceLink.GitHub` are used in the project. This approach does not work if the references are added to the...
OpenCover has been inactive since 2021 (https://github.com/OpenCover/opencover). AltCover can for example be used as an alternative: https://github.com/SteveGilham/altcover
For bigger charts it would be helpful to have options to hide the source and image information for services to make the chart more readable
Updates LibGit2Sharp to 0.31.0
Self-Service - User level installers (like Squirrel) don't install properly with background service
### What You Are Seeing? The [SourceTree package](https://chocolatey.org/packages/sourcetree) cannot be installed while background mode is on. SourceTree is special in this case as it installs into the AppData directory. ###...