The assembly currently uploaded to Nuget was built in Debug config, which does create some problems when part of a BenchmarkDotNet suite. Even though it's not being used in the code being benchmarked, it still complains.
Non-beta releases should be built in Release config.
