Show / Hide Table of Contents

BenchmarkDotNet v0.9.7

  • .NET Core RC2 support (see #187)
  • Bugfixes

Milestone details

In the v0.9.7 scope, 8 issues were resolved and 0 pull requests were merged. This release includes 27 commits by 3 contributors.

Resolved issues (8)

  • #168 Unable to run tests locally
  • #170 Error handling in the spawned Benchmark process (assignee: @mattwarren)
  • #172 Ensure CsvMeasurementsExporter is enabled when RPlotExporter is used (assignee: @mattwarren)
  • #179 Job.GetAllProperties(): old property names are used
  • #181 CompositeValidator: some validators will be skipped
  • #183 [Suggestion] Make ValidationError public
  • #187 .NET Core RC2 (assignee: @adamsitnik)
  • #192 Avoid creating .cs files at execution time

Merged pull requests (0)

Commits (27)

  • 7568c0 Initial work on #130 (currently just matching existing behaviour) (by @mattwarren)
  • 34965e Fixes #170 (by @mattwarren)
  • 4d6d32 Remove "@" from the ProcessorName (by @AndreyAkinshin)
  • 57b402 Specify HintPath for all referenced assemblies (for mono support) (by @AndreyAkinshin)
  • 0d065b Merge branch 'develop' of github.com:PerfDotNet/BenchmarkDotNet into develop (by @mattwarren)
  • c24a9c Less "magic" strings - Fixes #179 (by @mattwarren)
  • 1371ea Allow Exporters to have dependencies, fixes #172 (by @mattwarren)
  • d6a55c Further work on #130 (by @mattwarren)
  • e0ebd4 Tidy up of the Json exporter code (part of #189) (by @mattwarren)
  • ae330c Allow formatted/indented Json (see #189) (by @mattwarren)
  • 83fd20 Also allow args with "--", i.e. --exporters=json (see #189) (by @mattwarren)
  • 78af45 File missing from previous check-in "ae330c4" (#189) (by @mattwarren)
  • 9352d0 "Measurments" -> "Measurements" (by @mattwarren)
  • a34507 .NET Core RC2 support, fixes #187 (by @adamsitnik)
  • 0c9524 remove IValidationError interface, make the implementation public, fixes #183 (by @adamsitnik)
  • 30a6ec Avoid creating .cs files at execution time, fixes #192 (by @adamsitnik)
  • 792176 hiding CompositeValidator, fix few typos, fixes #181 (by @adamsitnik)
  • a345e7 Use short, hard coded name for folders to avoid PathTooLongEx if user does no... (by @adamsitnik)
  • 354b28 minor cleanup after moving to RC2 (by @adamsitnik)
  • 53b7ff dotnet cli bug workaround, Tornhoof's idea (by @adamsitnik)
  • 8e6d30 added missing Nuget feeds to NuGet.Config, removed launchSettings which we do... (by @adamsitnik)
  • 9addd0 Improvements in MethodInvoker (by @AndreyAkinshin)
  • ccd91d Update Chronometer.HardwareTimerKind (by @AndreyAkinshin)
  • e9db3d Update year in LICENSE.md (by @AndreyAkinshin)
  • acd019 updated docs for .NET Core RC2 #187 (by @adamsitnik)
  • 605aa1 README.md: add a link to BenchmarkDotNet.Diagnostics.Windows (by @AndreyAkinshin)
  • 571b3d Set library version: 0.9.7 (by @AndreyAkinshin)

Contributors (3)

  • Adam Sitnik (@adamsitnik)
  • Andrey Akinshin (@AndreyAkinshin)
  • Matt Warren (@mattwarren)

Thank you very much!

Additional details

Milestone: v0.9.7

Date: May 29, 2016

NuGet Packages:

  • https://www.nuget.org/packages/BenchmarkDotNet/0.9.7
  • https://www.nuget.org/packages/BenchmarkDotNet/0.9.7-beta
  • https://www.nuget.org/packages/BenchmarkDotNet.Diagnostics.Windows/0.9.7
  • Improve this Doc
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors