We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was trying to run some benchmarks on a method that was returning a Result and BenchmarkDotNet gives the following error:
Result
BenchmarkDotNet
I don't benchmark very often so maybe this is expected when using a Nuget, however, I thought I'd bring it up in case the build is misconfigured.
I can run the benchmarks by disabling the optimization validator so this isn't a road block for me.
I have a reproducible project here: https://github.com/bagoette/fluent-results-repro
The text was updated successfully, but these errors were encountered:
probably related to #195
Sorry, something went wrong.
@altmann Can we fix this problem? I don't see the build script in the repo, so I can't prepare a PR.
Implemented with v3.16
No branches or pull requests
I was trying to run some benchmarks on a method that was returning a
Result
andBenchmarkDotNet
gives the following error:I don't benchmark very often so maybe this is expected when using a Nuget, however, I thought I'd bring it up in case the build is misconfigured.
I can run the benchmarks by disabling the optimization validator so this isn't a road block for me.
I have a reproducible project here: https://github.com/bagoette/fluent-results-repro
The text was updated successfully, but these errors were encountered: