Table of Contents

BenchmarkDotNet v0.9.2

  • Dnx451 support (Closed #51, Merged #87)

Milestone details

In the v0.9.2 scope, 1 issues were resolved and 1 pull requests were merged. This release includes 48 commits by 2 contributors.

Resolved issues (1)

  • #51 DNX Compatibility

Merged pull requests (1)

Commits (48)

  • f25427 road to DNX: part I: moving from csproj to xproj (by @adamsitnik)
  • 2fe5cf road to DNX: part II: added dnx451 target (DNX SDK running on .Net 4.5.1) (by @adamsitnik)
  • 6b4400 road to DNX: part II: the moment when Unit Test has shown up in VS! (by @adamsitnik)
  • c97792 road to DNX: part II: able to debug Samples (by @adamsitnik)
  • f901d6 road to DNX: part II: the moment when Integration Test has shown up in VS! (by @adamsitnik)
  • f46296 road to DNX: part II: including *.txt files as resources, excluding auto-gene... (by @adamsitnik)
  • cfc1b6 updated gitignore to exclude files created during integration tests run (by @adamsitnik)
  • 60b343 Road to DNX: benchmark execution : building project.json instead of .csproj (by @adamsitnik)
  • 0d41cb Road to DNX: benchmark execution : compiling project.json with Microsoft.Dnx.... (by @adamsitnik)
  • 31bc59 updated versions in .json files after sync with master, (by @adamsitnik)
  • c8e826 road to DNX: compilation: adding MetadataReferences for dlls required to comp... (by @adamsitnik)
  • 2ebe6c road to DNX: compilation: adding executing assembly as dependency to project.... (by @adamsitnik)
  • 76a74e Road to DNX: removing dependencies to BenchmarkDotNet.Diagnostics for DNX451 ... (by @adamsitnik)
  • 40419a road to DNX: handling "nuget-like" package versions that can contain text (as... (by @adamsitnik)
  • 8f06a7 it should have never happened but it does when debugging: DirectoryNotFoundEx... (by @adamsitnik)
  • 7c2a96 Road to DNX: reusing MS dnu to restore and build. Simple solution that just w... (by @adamsitnik)
  • e51d4d Road to DNX: alternative to MS dnu. reuses nuget and roslyn but as for now it... (by @adamsitnik)
  • ada7cb Road to DNX: replacing dnu build with dnx run. +putting files in a folder tha... (by @adamsitnik)
  • 18e969 road to DNX: referencing the right thing, bitness the same as hosting process (by @adamsitnik)
  • 8e870c road to DNX: setting the compiler EXPLICIT to finally make it WORKING (at lea... (by @adamsitnik)
  • 466d13 Road to DNX: removing failed PoC,dependencies cleanup, added some comments (by @adamsitnik)
  • 5b3675 Road to DNX: removing dependencies to MSBuild for DNX target, some project.js... (by @adamsitnik)
  • 3e65e8 road to DNU: reference project during development, but package when released (by @adamsitnik)
  • 617a61 road to DNX: logging output from dnu restore/dnx run + default timeout (by @adamsitnik)
  • 075cdc road to DNX: new value for toolchain enum: DNX451 (by @adamsitnik)
  • bd3fea road to DNX: being able to debug NET40 from VS (by @adamsitnik)
  • da5a9a road to DNX: copying all files that used to be copied in ".csproj times" (by @adamsitnik)
  • 5d8717 road to DNX: new debug profile with DNX trace mode ON, use when troubleshooti... (by @adamsitnik)
  • 8272f6 road to DNX: fixing tests (by @adamsitnik)
  • 96bcf8 road to DNX: make sure that our child process get the right priority and affi... (by @adamsitnik)
  • cd0ba8 road to DNX: respecting specified benchmark processor architecture (by @adamsitnik)
  • b1eb28 road to DNX: added all output files from integration tests to .gitignore (by @adamsitnik)
  • aa62d1 fix for 4.0 (was passing arguments in wrong order) (by @adamsitnik)
  • 0c1251 merge (by @adamsitnik)
  • 46cd5e F# support, limited to existing tools possibilities (can not run from VS, onl... (by @adamsitnik)
  • 74020c Merge remote-tracking branch 'upstream/master' (by @adamsitnik)
  • 3402f0 replacing dnx with dotnet cli (by @adamsitnik)
  • d634f4 road to DNX: final cleanup (by @adamsitnik)
  • 24cd3a removing project.lock.json files (by @adamsitnik)
  • 80becb removing all .csproj & packages.config file + keeping only single .sln file (by @adamsitnik)
  • 9633d5 removing nuspec (now auto-generated by VS based on project.json) + version in... (by @adamsitnik)
  • 617d82 running Classic Framework tests from console + minor cleanup (by @adamsitnik)
  • fc9d98 DNX: running once compiled assembly directly without dotnet cli (perf+abble t... (by @adamsitnik)
  • 8adad8 dnx: Diagnosers support. Currently only these which do not need umanaged libs... (by @adamsitnik)
  • 34c3c9 DNX: changed folder of the auto-generated files to benchmark-specific + samples (by @adamsitnik)
  • 9cf009 DNX: description for development (by @adamsitnik)
  • 43af33 update to dotnet cli changes: output path and exit codes , now we set output... (by @adamsitnik)
  • f59d3e Merge pull request #87 from adamsitnik/master (by @AndreyAkinshin)

Contributors (2)

Thank you very much!

Additional details

Milestone: v0.9.2

Date: March 5, 2016

NuGet Packages: