Skip to content

Fixing single sign to deal with multiple user records in public.user #73

Fixing single sign to deal with multiple user records in public.user

Fixing single sign to deal with multiple user records in public.user #73

Triggered via push April 9, 2024 21:20
Status Success
Total duration 4m 0s
Artifacts

smoke-tests.yml

on: push
call-workflow-publish-common-aws  /  Build and Test .NET6 Web API
3m 50s
call-workflow-publish-common-aws / Build and Test .NET6 Web API
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
call-workflow-publish-common-aws / Build and Test .NET6 Web API
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
call-workflow-publish-common-aws / Build and Test .NET6 Web API
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
call-workflow-publish-common-aws / Build and Test .NET6 Web API: api/CESMII.ProfileDesigner.Data/Entities/User.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
call-workflow-publish-common-aws / Build and Test .NET6 Web API: api/CESMII.ProfileDesigner.DAL/models/UserModel.cs#L72
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
call-workflow-publish-common-aws / Build and Test .NET6 Web API: api/CESMII.ProfileDesigner.DAL/ProfileDAL.cs#L82
'ProfileDAL.DeleteAsync(int, UserToken)' hides inherited member 'TenantBasePdDAL<Profile, ProfileModel>.DeleteAsync(int, UserToken)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.