Peter Huber
Peter Huber
I used Hurricane for a year or so, but run into problems when using bluetooth. I guess the CSCore sound library is not up to the task, but I didn't...
Old behaviour: When Hurricane starts, it generates a new ShuffleList containing all tracks New behaviour: When Hurricane starts it generates a new ShuffleList containing only tracks which haven't been played...
https://github.com/dotnet/BenchmarkDotNet/blob/master/docs/articles/overview.md: The article writes: "The `BenchmarkRunner.Run()` call runs your benchmarks … " However, I cannot find "`BenchmarkRunner.Run()`", only "`BenchmarkRunner.Run(typeof(Program).Assembly)`". But my real problem is this: In the first example you...