Skip to content

Merge branch 'master' into master #2

Merge branch 'master' into master

Merge branch 'master' into master #2

Triggered via push February 8, 2024 12:28
Status Success
Total duration 9m 46s
Artifacts

dotnetcore.yml

on: push
IdWeb GitHub Action Test
9m 35s
IdWeb GitHub Action Test
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
IdWeb GitHub Action Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2.3.4, actions/setup-dotnet@v1.7.2, actions/setup-dotnet@v2.1.0, microsoft/setup-msbuild@v1.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
IdWeb GitHub Action Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2.3.4, actions/setup-dotnet@v1.7.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
IdWeb GitHub Action Test
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
IdWeb GitHub Action Test
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
IdWeb GitHub Action Test: tests/DevApps/ciam/myWebApp/Pages/Index.cshtml.cs#L13
'IDownstreamWebApi' is obsolete: 'Use IDownstreamApi in Microsoft.Identity.Abstractions, implemented in Microsoft.Identity.Web.DownstreamApi.See aka.ms/id-web-downstream-api-v2 for migration details.'
IdWeb GitHub Action Test: tests/DevApps/ciam/myWebApp/Pages/Index.cshtml.cs#L16
'IDownstreamWebApi' is obsolete: 'Use IDownstreamApi in Microsoft.Identity.Abstractions, implemented in Microsoft.Identity.Web.DownstreamApi.See aka.ms/id-web-downstream-api-v2 for migration details.'
IdWeb GitHub Action Test: tests/DevApps/ciam/myWebApp/Program.cs#L15
'DownstreamWebApiExtensions.AddDownstreamWebApi(MicrosoftIdentityAppCallsWebApiAuthenticationBuilder, string, IConfiguration)' is obsolete: 'Use AddDownstreamApi in Microsoft.Identity.Abstractions, implemented in Microsoft.Identity.Web.DownstreamApi.See aka.ms/id-web-downstream-api-v2 for migration details.'
IdWeb GitHub Action Test: tests/E2E Tests/SimulateOidc/Program.cs#L24
Suggest using top level route registrations instead of UseEndpoints (https://aka.ms/aspnet/analyzers)
IdWeb GitHub Action Test: tests/E2E Tests/SimulateOidc/Program.cs#L24
Suggest using top level route registrations instead of UseEndpoints (https://aka.ms/aspnet/analyzers)
IdWeb GitHub Action Test: benchmark/TokenAcquisitionBenchmark.cs#L42
Possible null reference argument for parameter 'provider' in 'IAuthorizationHeaderProvider ServiceProviderServiceExtensions.GetRequiredService<IAuthorizationHeaderProvider>(IServiceProvider provider)'.
IdWeb GitHub Action Test: benchmark/TokenAcquisitionBenchmark.cs#L50
Dereference of a possibly null reference.