Require Licence Acceptance when installing tools #48501
Closed
Azure Pipelines / dotnet-sdk-public-ci (Build ContainerBased: linux (x64) [ubuntu2204DebPkg])
failed
Apr 16, 2025 in 4m 45s
Build ContainerBased: linux (x64) [ubuntu2204DebPkg] failed
Annotations
Check failure on line 296 in src/Cli/dotnet/ToolPackage/ToolPackageDownloader.cs
azure-pipelines / dotnet-sdk-public-ci (Build ContainerBased: linux (x64) [ubuntu2204DebPkg])
src/Cli/dotnet/ToolPackage/ToolPackageDownloader.cs#L296
src/Cli/dotnet/ToolPackage/ToolPackageDownloader.cs(296,35): error CS0029: (NETCORE_ENGINEERING_TELEMETRY=Build) Cannot implicitly convert type 'NuGet.Packaging.NuspecReader' to 'System.IO.Stream'
Check failure on line 297 in src/Cli/dotnet/ToolPackage/ToolPackageDownloader.cs
azure-pipelines / dotnet-sdk-public-ci (Build ContainerBased: linux (x64) [ubuntu2204DebPkg])
src/Cli/dotnet/ToolPackage/ToolPackageDownloader.cs#L297
src/Cli/dotnet/ToolPackage/ToolPackageDownloader.cs(297,36): error CS1061: (NETCORE_ENGINEERING_TELEMETRY=Build) 'Stream' does not contain a definition for 'GetVersion' and no accessible extension method 'GetVersion' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
Check failure on line 298 in src/Cli/dotnet/ToolPackage/ToolPackageDownloader.cs
azure-pipelines / dotnet-sdk-public-ci (Build ContainerBased: linux (x64) [ubuntu2204DebPkg])
src/Cli/dotnet/ToolPackage/ToolPackageDownloader.cs#L298
src/Cli/dotnet/ToolPackage/ToolPackageDownloader.cs(298,58): error CS1061: (NETCORE_ENGINEERING_TELEMETRY=Build) 'Stream' does not contain a definition for 'GetRequireLicenseAcceptance' and no accessible extension method 'GetRequireLicenseAcceptance' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
Loading