Skip to content

net462 build failures #4869

@timcassell

Description

@timcassell

I just cloned the repo and tried to build MicroBenchmarks, got these errors:

MicroBenchmarks net462 failed with 10 error(s) (1.4s)
    C:\Users\Tim\Documents\git\dotnet-performance\src\benchmarks\micro\libraries\System.IO.Pipelines\Perf.Pipe.cs(17,17): error CS0246: The type or namespace name 'Pipe' could not be found (are you missing a using directive or an assembly reference?)
    C:\Users\Tim\Documents\git\dotnet-performance\src\benchmarks\micro\libraries\System.Threading.Channels\Perf.Channel.cs(33,25): error CS0246: The type or namespace name 'Channel<>' could not be found (are you missing a using directive or an assembly reference?)
    C:\Users\Tim\Documents\git\dotnet-performance\src\benchmarks\micro\libraries\System.Threading.Channels\Perf.Channel.cs(13,32): error CS0246: The type or namespace name 'Channel<>' could not be found (are you missing a using directive or an assembly reference?)
    C:\Users\Tim\Documents\git\dotnet-performance\src\benchmarks\micro\libraries\System.Threading.Channels\Perf.Channel.cs(18,32): error CS0246: The type or namespace name 'Channel<>' could not be found (are you missing a using directive or an assembly reference?)
    C:\Users\Tim\Documents\git\dotnet-performance\src\benchmarks\micro\libraries\System.Threading.Channels\Perf.Channel.cs(23,32): error CS0246: The type or namespace name 'Channel<>' could not be found (are you missing a using directive or an assembly reference?)
    C:\Users\Tim\Documents\git\dotnet-performance\src\benchmarks\micro\libraries\System.Threading.Channels\Perf.Channel.cs(29,17): error CS0246: The type or namespace name 'Channel<>' could not be found (are you missing a using directive or an assembly reference?)
    C:\Users\Tim\Documents\git\dotnet-performance\src\benchmarks\micro\libraries\System.Threading.Channels\Perf.Channel.cs(30,17): error CS0246: The type or namespace name 'ChannelReader<>' could not be found (are you missing a using directive or an assembly reference?)
    C:\Users\Tim\Documents\git\dotnet-performance\src\benchmarks\micro\libraries\System.Threading.Channels\Perf.Channel.cs(31,17): error CS0246: The type or namespace name 'ChannelWriter<>' could not be found (are you missing a using directive or an assembly reference?)
    C:\Users\Tim\Documents\git\dotnet-performance\src\benchmarks\micro\libraries\System.IO.Pipelines\PipeThroughputBenchmark.cs(19,17): error CS0246: The type or namespace name 'PipeReader' could not be found (are you missing a using directive or an assembly reference?)
    C:\Users\Tim\Documents\git\dotnet-performance\src\benchmarks\micro\libraries\System.IO.Pipelines\PipeThroughputBenchmark.cs(20,17): error CS0246: The type or namespace name 'PipeWriter' could not be found (are you missing a using directive or an assembly reference?)

No errors on the other tfms. I'm on Windows 10.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions