Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build problem #75

Open
flybot1565 opened this issue Oct 2, 2018 · 4 comments
Open

build problem #75

flybot1565 opened this issue Oct 2, 2018 · 4 comments

Comments

@flybot1565
Copy link

dotnet --version
2.1.402

nodejs -v
v8.12.0

npm install -g grunt-cli && npm install
git clone [email protected]:bonesoul/hypepool.git
dotnet build hypepool.sln

error:

Utils/Helpers/Time/FastClock.cs(29,34): error CS0234: The type or namespace name 'Exporters' does not exist in the namespace 'BenchmarkDotNet.Attributes' (are you missing an assembly reference?) [/home/ob/hypepool/src/Tests/Hypepool.Benchmarks/Hypepool.Benchmarks.csproj]
Utils/Helpers/Time/FastClock.cs(30,34): error CS0234: The type or namespace name 'Jobs' does not exist in the namespace 'BenchmarkDotNet.Attributes' (are you missing an assembly reference?) [/home/ob/hypepool/src/Tests/Hypepool.Benchmarks/Hypepool.Benchmarks.csproj]

Build FAILED.

Utils/Helpers/Time/FastClock.cs(29,34): error CS0234: The type or namespace name 'Exporters' does not exist in the namespace 'BenchmarkDotNet.Attributes' (are you missing an assembly reference?) [/home/ob/hypepool/src/Tests/Hypepool.Benchmarks/Hypepool.Benchmarks.csproj]
Utils/Helpers/Time/FastClock.cs(30,34): error CS0234: The type or namespace name 'Jobs' does not exist in the namespace 'BenchmarkDotNet.Attributes' (are you missing an assembly reference?) [/home/ob/hypepool/src/Tests/Hypepool.Benchmarks/Hypepool.Benchmarks.csproj]
0 Warning(s)
2 Error(s)

Can you help with this ?

@EarlVadim
Copy link

EarlVadim commented Jan 8, 2019

I have the same problem. U16.04
$ dotnet --version
2.2.101
$ nodejs -v
v8.15.0

@s4m4hdi
Copy link

s4m4hdi commented May 3, 2019

You can comment out the lines of code in FastClock.cs causing the problem to get it working
, appears to build ok.

using BenchmarkDotNet.Attributes;
//using BenchmarkDotNet.Attributes.Exporters;
//using BenchmarkDotNet.Attributes.Jobs;

@s4m4hdi
Copy link

s4m4hdi commented May 3, 2019

Did'nt find any docs on how to configure this thing. Looks like the code is being developed to take a settings.yaml file and currently the settings are hardcoded. This project looks abandonded to me.

@bitcoinbrisbane
Copy link

Did'nt find any docs on how to configure this thing. Looks like the code is being developed to take a settings.yaml file and currently the settings are hardcoded. This project looks abandonded to me.

Seems like it. Im going to fork it and see if I can get it working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants