Support for Beta versions
See original GitHub issueDont 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:
- Created 7 years ago
- Comments:11 (11 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@adamsitnik I wouldnt call myself civilized 😃 … yes, it is working.
@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 toprocess.BeginErrorReadLine();