csnemes / tracer

Tracing rewriter using Fody
Apache License 2.0
93 stars 26 forks source link

Is Tracer.4NLog.Fody the release version? #99

Closed hhko closed 4 years ago

hhko commented 4 years ago

Environment

Situation

I'm testing Tracer.4NLog.Fody by BenchmarkDotNet. It couldn't be tested. BenchmarkDotNet explained the reason for the failure.

// Validating benchmarks:
Assembly ConsoleAppTracer which defines benchmarks references non-optimized Tracer.NLog
        If you own this dependency, please, build it in RELEASE.
        If you don't, you can disable this policy by using 'config.With(ConfigOptions.DisableOptimizationsValidator)'.

image

csnemes commented 4 years ago

it was a debug version, the 3.3.1 is release version now.

hhko commented 4 years ago

thank you for your consideration.