-
Notifications
You must be signed in to change notification settings - Fork 67
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
Comments
I have the same problem. U16.04 |
You can comment out the lines of code in FastClock.cs causing the problem to get it working using BenchmarkDotNet.Attributes; |
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. |
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 ?
The text was updated successfully, but these errors were encountered: