Skip to content

Add net47 to other packages that reference ValueTuple

396014d
Select commit
Loading
Failed to load commit list.
Closed

Add net framework47 to libraries to prevent ValueTuple from being referenced #122891

Add net47 to other packages that reference ValueTuple
396014d
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Jan 5, 2026 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

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

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.packages/microsoft.dotnet.apicompat.task/11.0.100-alpha.1.25619.109/build/Microsoft.DotNet.ApiCompat.ValidateAssemblies.Common.targets(16,5): error : API compatibility errors between 'ref/netstandard2.0/System.Formats.Asn1.dll' (left) and 'lib/net47/System.Formats.Asn1.dll' (right):
    ❌.packages/microsoft.dotnet.apicompat.task/11.0.100-alpha.1.25619.109/build/Microsoft.DotNet.ApiCompat.ValidateAssemblies.Common.targets(16,5): error CP0008: Type 'System.Formats.Asn1.AsnContentException' does not implement interface 'System.Runtime.InteropServices._Exception' on ref/netstandard2.0/System.Formats.Asn1.dll but it does on lib/net47/System.Formats.Asn1.dll
    ❌.packages/microsoft.dotnet.apicompat.task/11.0.100-alpha.1.25619.109/build/Microsoft.DotNet.ApiCompat.ValidateAssemblies.Common.targets(16,5): error : API breaking changes found. If those are intentional, the APICompat suppression file can be updated by rebuilding with '/p:ApiCompatGenerateSuppressionFile=true'

Known test errors

Test Failures (1 tests failed)

🔹 [All failing tests from runtime]

Was this helpful? Yes No