Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The benchmark project itself builds just fine. However, when you attempt to run the benchmarks, the BenchmarkDotNet generated code fails to adhere to my `.editorconfig` settings and then it throws errors. After more time than I care to admit fighting with it, I have landed on disabling the offending rule for `*.notcs` files. ``` [*.notcs] # BenchmarkDotNet generated files # CS1591: Missing XML comment for publicly visible type or member dotnet_diagnostic.CS1591.severity = none ```
- Loading branch information