Skip to content

Changelog for IdWeb 2.17.0 (#2668) #1

Changelog for IdWeb 2.17.0 (#2668)

Changelog for IdWeb 2.17.0 (#2668) #1

Triggered via push February 9, 2024 11:38
Status Success
Total duration 10m 59s
Artifacts

dotnetcore.yml

on: push
IdWeb GitHub Action Test
10m 45s
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/[email protected], actions/[email protected], actions/[email protected], microsoft/[email protected]. 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/[email protected], actions/[email protected]. 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.