85863 add pam support#29
Open
rcpokorny wants to merge 14 commits into
Open
Annotations
11 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build and Test:
AzureAppGatewayOrchestrator.Tests/AzureAppGW.cs#L220
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
Build and Test:
AzureAppGatewayOrchestrator.Tests/AzureAppGwBin.cs#L188
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
|
|
Build and Test:
AzureAppGatewayOrchestrator.Tests/AzureAppGwBin.cs#L143
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
Build and Test:
AzureAppGatewayOrchestrator.Tests/AzureAppGW.cs#L143
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
|
|
Build and Test:
AzureAppGatewayOrchestrator.Tests/AzureAppGwBin.cs#L101
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
Build and Test:
AzureAppGatewayOrchestrator.Tests/AzureAppGW.cs#L100
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
Build and Test:
AzureAppGatewayOrchestrator.Tests/PAMUtilitiesTests.cs#L100
Cannot convert null literal to non-nullable reference type.
|
|
Build and Test:
AzureAppGatewayOrchestrator.Tests/PAMUtilitiesTests.cs#L100
Converting null literal or possible null value to non-nullable type.
|
|
Build and Test:
AzureAppGatewayOrchestrator/AppGatewayJobClientBuilder.cs#L108
'X509Certificate2.X509Certificate2(byte[], string?, X509KeyStorageFlags)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
|
|
Build and Test:
AzureAppGatewayOrchestrator/Client/GatewayClient.cs#L208
'X509Certificate2.X509Certificate2(byte[])' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
|
background
wait
wait-all
cancel
parallel
Loading