question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for Beta versions

See original GitHub issue

Dont know if I am doing something wrong (like missing some configuration), it is a defect or just not supported. 😃

I am trying to benchmark some changes that have been implemented for us in the SIMD support at the JIT compiler. Problem is that when I update the dependencies to the proper build I get the following error: D:\Source\ravendb-40.git\BDN.Auto\project.json(19,46): warning NU1012: Dependency conflict. Micro.Benchmark 1.0.0 expected Microsoft.NETCore.App >= 1.2.0-beta-001027-00 but received 1.0.0 Which basically is telling me that I cannot use the new JIT and NETCore.App. If not supported, it would be great, because most of the performance work we are going to be doing soon will be based on the JIT and NETCore.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
redknightloiscommented, Nov 10, 2016

@adamsitnik I wouldnt call myself civilized 😃 … yes, it is working.

0reactions
adamsitnikcommented, Nov 10, 2016

@redknightlois Thanks for the repro, I was able to reproduce and fix the bug, however for some reason I have lost write access to the BenchmarkDotNet repo 😉 We are most probably in the middle of moving to different organization 😉

If you don’t want to wait we can do this in a less civilised way 😉 samples/BenchmarkDotNet.Samples/project.json => change “netcoreapp1.0” to “netcoreapp1**.1**” src/BenchmarkDotNet.Core/Toolchains/Core/CoreToolchain.cs => change “netcoreapp1.0” to “netcoreapp1**.1**” src/BenchmarkDotNet.Core/Toolchains/DotNetCli/DotNetCliCommandExecutor.cs => add extra call to process.BeginOutputReadLine(); after call to process.BeginErrorReadLine();

Read more comments on GitHub >

github_iconTop Results From Across the Web

Using Apple Beta Software - Support
The iOS, iPadOS, and macOS public betas available through the Apple Beta Software Program come with the built-in Feedback Assistant app. If you're...
Read more >
Apple beta Software Installation Guide - Support
Go to Settings General > Software Update > Beta Updates and choose the developer beta. When a new developer beta is available, you...
Read more >
Try new Android apps before their official release
Get beta versions of apps​​ Important: To get the beta version of an app, the app must already be installed on your device....
Read more >
Support for Experiment, Beta, and Generally Available ...
Some GitLab features are released as Experiment or Beta versions and are not fully supported. All other features are considered to be Generally...
Read more >
Android Beta Program
Android Beta for Pixel offers you a simple way to try pre-release versions of Android, and test drive our new features. The feedback...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found