Idan Zel
Idan Zel
Implementation of #1634 I wrote this code quite a while ago and only decided to open a PR now, so let me know if there's anything outdated.
This personally bugged me so I implemented it. LiveSplit automatically checks for updates after launch. Currently, this cannot be disabled. This PR adds an option to disable this. See checkbox...
Hello, I recently came across the following issue while writing benchmarks. Say I have a benchmark that receives one argument of type `List` through an `ArgumentsSource`, for example: ```csharp public...