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

Packaging: Port fix for GetParts from .NETFramework #108681

Merged
merged 4 commits into from
Oct 10, 2024

Remove servicing properties from IO.Packaging

691d196
Select commit
Loading
Failed to load commit list.
Merged

Packaging: Port fix for GetParts from .NETFramework #108681

Remove servicing properties from IO.Packaging
691d196
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Oct 10, 2024 in 0s

.NET Result Analysis

Details

‼️ Build Analysis Check Result has been manually overridden

  • The build analysis check result has been updated by the user for the following reason: unrelated nuget audit warnings already fixed in main
  • The check result has changed from Failure to Success

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 Infrastructure Errors

Build Failures

runtime / Build / browser-wasm linux Release LibraryTests / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.External.Tests/Microsoft.Extensions.DependencyInjection.ExternalContainers.Tests.csproj(0,0): error NU1903: Warning As Error: Package 'System.Text.Json' 6.0.0 has a known high severity vulnerability, https://github.com/advisories/GHSA-8g4q-xg66-9fp4
    ❌src/installer/managed/Microsoft.NET.HostModel/Microsoft.NET.HostModel.csproj(0,0): error NU1903: Warning As Error: Package 'System.Text.Json' 8.0.4 has a known high severity vulnerability, https://github.com/advisories/GHSA-8g4q-xg66-9fp4
    ❌src/installer/tests/TestUtils/TestUtils.csproj(0,0): error NU1903: Warning As Error: Package 'System.Text.Json' 8.0.4 has a known high severity vulnerability, https://github.com/advisories/GHSA-8g4q-xg66-9fp4

runtime / Build / linux-arm64 Debug Mono_MiniJIT_LibrariesTests / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.External.Tests/Microsoft.Extensions.DependencyInjection.ExternalContainers.Tests.csproj(0,0): error NU1903: Warning As Error: Package 'System.Text.Json' 6.0.0 has a known high severity vulnerability, https://github.com/advisories/GHSA-8g4q-xg66-9fp4
    ❌src/tasks/installer.tasks/installer.tasks.csproj(0,0): error NU1903: Warning As Error: Package 'System.Text.Json' 8.0.4 has a known high severity vulnerability, https://github.com/advisories/GHSA-8g4q-xg66-9fp4

Test Failures (1 tests failed)

🔹 [All failing tests from runtime]

Was this helpful? Yes No