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

Update ApiCompatNetCoreAppBaselineVersion to 9.0.0 #109790

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Update ApiCompatNetCoreAppBaselineVersion to 9.0.0

d313d5a
Select commit
Loading
Failed to load commit list.
Open

Update ApiCompatNetCoreAppBaselineVersion to 9.0.0 #109790

Update ApiCompatNetCoreAppBaselineVersion to 9.0.0
d313d5a
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Nov 13, 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 / Build / linux-arm Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/libraries/apicompat/ApiCompat.proj(93,5): error : Unnecessary suppressions found. The APICompat suppression file can be updated by rebuilding with '/p:ApiCompatGenerateSuppressionFile=true'
    ❌src/libraries/apicompat/ApiCompat.proj(93,5): error : CP0002 (Target: 'M:System.String.Trim(System.ReadOnlySpan{System.Char})', Left: 'net9.0/mscorlib.dll', Right: 'net10.0/mscorlib.dll')
    ❌src/libraries/apicompat/ApiCompat.proj(93,5): error : CP0002 (Target: 'M:System.String.TrimEnd(System.ReadOnlySpan{System.Char})', Left: 'net9.0/mscorlib.dll', Right: 'net10.0/mscorlib.dll')

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

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/libraries/apicompat/ApiCompat.proj(93,5): error : Unnecessary suppressions found. The APICompat suppression file can be updated by rebuilding with '/p:ApiCompatGenerateSuppressionFile=true'
    ❌src/libraries/apicompat/ApiCompat.proj(93,5): error : CP0002 (Target: 'M:System.String.Trim(System.ReadOnlySpan{System.Char})', Left: 'net9.0/mscorlib.dll', Right: 'net10.0/mscorlib.dll')
    ❌src/libraries/apicompat/ApiCompat.proj(93,5): error : CP0002 (Target: 'M:System.String.TrimEnd(System.ReadOnlySpan{System.Char})', Left: 'net9.0/mscorlib.dll', Right: 'net10.0/mscorlib.dll')

runtime / Build / linux_musl-arm64 Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/libraries/apicompat/ApiCompat.proj(93,5): error : Unnecessary suppressions found. The APICompat suppression file can be updated by rebuilding with '/p:ApiCompatGenerateSuppressionFile=true'
    ❌src/libraries/apicompat/ApiCompat.proj(93,5): error : CP0002 (Target: 'M:System.String.Trim(System.ReadOnlySpan{System.Char})', Left: 'net9.0/mscorlib.dll', Right: 'net10.0/mscorlib.dll')
    ❌src/libraries/apicompat/ApiCompat.proj(93,5): error : CP0002 (Target: 'M:System.String.TrimEnd(System.ReadOnlySpan{System.Char})', Left: 'net9.0/mscorlib.dll', Right: 'net10.0/mscorlib.dll')

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

Was this helpful? Yes No