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
Currently getting errors when BenchmarkDotNet tries to build the stupid thing. Probably refs being hidden or whatever but this keeps breaking quietly and it's getting annoying.
/home/roomba/RiderProjects/nustation-14/RobustToolbox/bin/Benchmarks/Robust.Benchmarks-DefaultJob-1/Robust.Benchmarks-DefaultJob-1.notcs(31684,30): error CS0234: The type or namespace name 'Utility' does not exist in the namespace 'Robust.Shared' (are you missing an assembly reference?) [/home/roomba/RiderProjects/nustation-14/RobustToolbox/bin/Benchmarks/Robust.Benchmarks-DefaultJob-1/BenchmarkDotNet.Autogenerated.csproj]
/home/roomba/RiderProjects/nustation-14/RobustToolbox/bin/Benchmarks/Robust.Benchmarks-DefaultJob-1/Robust.Benchmarks-DefaultJob-1.notcs(31554,40): error CS0234: The type or namespace name 'Utility' does not exist in the namespace 'Robust.Shared' (are you missing an assembly reference?) [/home/roomba/RiderProjects/nustation-14/RobustToolbox/bin/Benchmarks/Robust.Benchmarks-DefaultJob-1/BenchmarkDotNet.Autogenerated.csproj]
Currently getting errors when
BenchmarkDotNettries to build the stupid thing. Probably refs being hidden or whatever but this keeps breaking quietly and it's getting annoying.