Skip to content

[main] CLI-based tools in eng directory failing to build with error CS0246 #5054

Closed
dotnet/sdk
#48544
@Winniexu01

Description

@Winniexu01

Related to dotnet/sdk#48523

https://dev.azure.com/dnceng/internal/_build/results?buildId=2689462&view=logs&j=fa5c2909-0e29-5671-d5eb-16d6c40e0c4a&t=2a0bd486-3f67-5c59-da0c-b84d88848a4b&l=23 (internal Microsoft link)

Scan for binaries building failed with below message:

/mnt/vss/_work/1/s/eng/tools/BinaryToolKit/Program.cs(61,20): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?) [/mnt/vss/_work/1/s/eng/tools/BinaryToolKit/BinaryToolKit.csproj]
/mnt/vss/_work/1/s/eng/tools/BinaryToolKit/Program.cs(71,42): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?) [/mnt/vss/_work/1/s/eng/tools/BinaryToolKit/BinaryToolKit.csproj]
/mnt/vss/_work/1/s/eng/tools/BinaryToolKit/Program.cs(12,28): error CS0246: The type or namespace name 'Argument<>' could not be found (are you missing a using directive or an assembly reference?) [/mnt/vss/_work/1/s/eng/tools/BinaryToolKit/BinaryToolKit.csproj]
/mnt/vss/_work/1/s/eng/tools/BinaryToolKit/Program.cs(18,28): error CS0246: The type or namespace name 'Option<>' could not be found (are you missing a using directive or an assembly reference?) [/mnt/vss/_work/1/s/eng/tools/BinaryToolKit/BinaryToolKit.csproj]
/mnt/vss/_work/1/s/eng/tools/BinaryToolKit/Program.cs(25,28): error CS0246: The type or namespace name 'Option<>' could not be found (are you missing a using directive or an assembly reference?) [/mnt/vss/_work/1/s/eng/tools/BinaryToolKit/BinaryToolKit.csproj]
/mnt/vss/_work/1/s/eng/tools/BinaryToolKit/Program.cs(33,28): error CS0246: The type or namespace name 'Option<>' could not be found (are you missing a using directive or an assembly reference?) [/mnt/vss/_work/1/s/eng/tools/BinaryToolKit/BinaryToolKit.csproj]

Metadata

Metadata

Assignees

Labels

ops-monitorIssues created/handled by the source build monitor roleuntriaged

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions