Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't reference netstandard1.x packages #74199

Closed
wants to merge 2 commits into from

Update Versions.props

ecf126c
Select commit
Loading
Failed to load commit list.
Closed

Don't reference netstandard1.x packages #74199

Update Versions.props
ecf126c
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Jun 28, 2024 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Build Failures

roslyn-CI / Source_Build / Source-Build (Managed) / Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌artifacts/sb/package-cache/microsoft.dotnet.arcade.sdk/9.0.0-beta.24321.4/tools/TargetFrameworkFilters.BeforeCommonTargets.targets(82,5): error : The following .NET Standard 1.x packages are referenced and must be removed: - System.IO - System.Reflection - System.Reflection.Primitives - System.Runtime - System.Text.Encoding - System.Threading.Tasks Consult the project.assets.json files to find the parent dependencies.
    expand to see the full error
      .packages/microsoft.dotnet.arcade.sdk/9.0.0-beta.24321.4/tools/SourceBuild/SourceBuildArcadeBuild.targets(130,5): error MSB3073: The command "/__w/1/s/.dotnet/dotnet msbuild /m /nologo /clp:Summary /v:minimal /nr:false /p:TreatWarningsAsErrors=false /p:ContinuousIntegrationBuild=true /__w/1/s/.packages/microsoft.dotnet.arcade.sdk/9.0.0-beta.24321.4/tools/Build.proj /bl:"/__w/1/s/artifacts/log/Release/Build.binlog" /p:Configuration=Release /p:Projects=/__w/1/s//Roslyn.sln /p:RepoRoot=/__w/1/s/ /p:Restore=true /p:Build=true /p:Rebuild=false /p:Test=false /p:Pack=true /p:Publish=true /p:RunAnalyzersDuringBuild=false /p:RestoreUseStaticGraphEvaluation=false /p:BootstrapBuildPath= /p:ContinuousIntegrationBuild=true /p:TreatWarningsAsErrors=true /p:TestRuntimeAdditionalArguments= /p:ArcadeBuildFromSource=true /p:ROSLYNUSEHARDLINKS=true /p:SourceBuildNonPortable= /p:DotNetBuildSourceOnly=true /p:DotNetBuildRepo=true /p:AssetManifestFileName=SourceBuild_Managed.xml -logger:/__w/1/s/.packages/microsoft.dotnet.arcade.sdk/9.0.0-beta.24321.4/tools/net9.0/Microsoft.DotNet.ArcadeLogging.dll /p:Projects="/__w/1/s/artifacts/sb/src/Roslyn.sln" /p:DotNetBuildInnerRepo=true /p:DotNetBuildSourceOnly=true /p:ArcadeInnerBuildFromSource=true /p:DotNetBuildFromSource=true /p:RepoRoot="/__w/1/s/artifacts/sb/src/" /p:ArtifactsDir="/__w/1/s/artifacts/sb/src/artifacts/" /bl:"/__w/1/s/artifacts/sb/src/artifacts/log/Release/source-inner-build.binlog" /p:ContinuousIntegrationBuild=true /p:SourceBuildOutputDir="/__w/1/s/artifacts/sb/" /p:FullAssemblySigningSupported=false /p:DotNetPublishUsingPipelines=true /p:GitHubRepositoryName=roslyn" exited with code 1.

Test Failures (2 tests failed)

🔹 [All failing tests from roslyn-CI]

Was this helpful? Yes No