Skip to content
Triggered via push August 2, 2023 07:45
Status Failure
Total duration 2m 31s
Artifacts
Run performance benchmarks
2m 21s
Run performance benchmarks
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Run performance benchmarks
Invalid value for 'output-file-path' input: Error: Cannot stat '/home/runner/work/microsoft-authentication-library-for-dotnet/microsoft-authentication-library-for-dotnet/tests/Microsoft.Identity.Test.Performance/BenchmarkDotNet.Artifacts/results/*-report-full-compressed.json': Error: ENOENT: no such file or directory, stat '/home/runner/work/microsoft-authentication-library-for-dotnet/microsoft-authentication-library-for-dotnet/tests/Microsoft.Identity.Test.Performance/BenchmarkDotNet.Artifacts/results/*-report-full-compressed.json'
Run performance benchmarks
'PublicKey.Key' is obsolete: 'PublicKey.Key is obsolete. Use the appropriate method to get the public key, such as GetRSAPublicKey.'
Run performance benchmarks
'PublicKey.Key' is obsolete: 'PublicKey.Key is obsolete. Use the appropriate method to get the public key, such as GetRSAPublicKey.'
Run performance benchmarks
'X509Certificate2.X509Certificate2()' is obsolete: 'X509Certificate and X509Certificate2 are immutable. Use the appropriate constructor to create a new certificate.'
Run performance benchmarks
'X509Certificate2.PrivateKey' is obsolete: 'X509Certificate2.PrivateKey is obsolete. Use the appropriate method to get the private key, such as GetRSAPrivateKey, or use the CopyWithPrivateKey method to create a new instance with a private key.'
Run performance benchmarks
'X509Certificate2.PrivateKey' is obsolete: 'X509Certificate2.PrivateKey is obsolete. Use the appropriate method to get the private key, such as GetRSAPrivateKey, or use the CopyWithPrivateKey method to create a new instance with a private key.'
Run performance benchmarks
'X509Certificate2.PrivateKey' is obsolete: 'X509Certificate2.PrivateKey is obsolete. Use the appropriate method to get the private key, such as GetRSAPrivateKey, or use the CopyWithPrivateKey method to create a new instance with a private key.'
Run performance benchmarks: src/client/Microsoft.Identity.Client/Internal/Requests/ClientCredentialRequest.cs#L32
The variable 'temp' is assigned but its value is never used
Run performance benchmarks: src/client/Microsoft.Identity.Client/PublicClientApplication.cs#L112
Missing XML comment for publicly visible type or member 'PublicClientApplication.AcquireTokenWithDeviceCode(IEnumerable<string>, Func<DeviceCodeResult, Task>)'
Run performance benchmarks: src/client/Microsoft.Identity.Client/PublicClientApplication.cs#L132
Missing XML comment for publicly visible type or member 'PublicClientApplication.AcquireTokenByIntegratedWindowsAuth(IEnumerable<string>)'
Run performance benchmarks: src/client/Microsoft.Identity.Client/PublicClientApplication.cs#L142
Missing XML comment for publicly visible type or member 'PublicClientApplication.AcquireTokenByUsernamePassword(IEnumerable<string>, string, SecureString)'