You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to compile on Ubuntu 14.04, dotnet 2.1.4, nodejs 10.1.0 and getting errors:
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/wallets/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/wallets/hypepool/src/Tests/Hypepool.Benchmarks/Hypepool.Benchmarks.csproj]
Any suggestions?
Thanks
The text was updated successfully, but these errors were encountered:
Trying to compile on Ubuntu 14.04, dotnet 2.1.4, nodejs 10.1.0 and getting errors:
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/wallets/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/wallets/hypepool/src/Tests/Hypepool.Benchmarks/Hypepool.Benchmarks.csproj]
Any suggestions?
Thanks
The text was updated successfully, but these errors were encountered: