Skip to content

More fixes

Martin Taillefer (from Dev Box) 3a73735
Build Analysis / Build Analysis failed Jul 17, 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.

⚠️ The following pipeline(s) will not be analyzed as has been explicited excluded from analysis

Known Repository Errors

Build Failures

runtime-dev-innerloop / Build / linux-x64 debug Libraries_AllConfigurations / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLogger.cs(96,17): error CS0103: The name 'sb' does not exist in the current context
    ❌src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLogger.cs(98,17): error CS0103: The name 'sb' does not exist in the current context
    ❌src/libraries/Microsoft.Extensions.Logging.Console/src/SimpleConsoleFormatter.cs(161,10): error SA1028: Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)

runtime-dev-innerloop / Build / Source-Build (Linux_x64) / Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.packages/microsoft.dotnet.arcade.sdk/9.0.0-beta.24360.4/tools/SourceBuild/SourceBuildArcadeBuild.targets(130,5): error MSB3073: The command "./build.sh --arch x64 --configuration Release --allconfigurations --verbosity minimal --nodereuse false --warnAsError false --outputrid linux-x64 /p:AdditionalRuntimeIdentifierParent= /p:DotNetBuildRepo=true /p:ContinuousIntegrationBuild=true /p:GitHubRepositoryName=runtime /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=runtime" exited with code 1.

runtime / Build / linux-arm Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLogger.cs(96,17): error CS0103: The name 'sb' does not exist in the current context
    ❌src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLogger.cs(98,17): error CS0103: The name 'sb' does not exist in the current context
    ❌src/libraries/Microsoft.Extensions.Logging.Console/src/SimpleConsoleFormatter.cs(161,10): error SA1028: Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)

48 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [runtime-dev-innerloop] [runtime]

Was this helpful? Yes No