Skip to content

Fix for ICurrentUserAccessor User ID Retrieval and AuditTrail Enhancements #984

Fix for ICurrentUserAccessor User ID Retrieval and AuditTrail Enhancements

Fix for ICurrentUserAccessor User ID Retrieval and AuditTrail Enhancements #984

Triggered via pull request November 8, 2024 08:46
Status Success
Total duration 5m 59s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Analyze
Unexpected input(s) 'languages', valid inputs are ['check_name', 'output', 'upload', 'cleanup-level', 'ram', 'add-snippets', 'skip-queries', 'threads', 'checkout_path', 'ref', 'sha', 'category', 'upload-database', 'wait-for-processing', 'token', 'matrix', 'expect-error']
Analyze: src/Application/Common/Security/UserProfile.cs#L30
The member LocalTimeOffset on the mapping source type CleanArchitecture.Blazor.Application.Common.Security.UserProfile is not mapped to any member on the mapping target type CleanArchitecture.Blazor.Application.Common.Security.ChangeUserProfileModel
Analyze: src/Application/Features/Contacts/DTOs/ContactDto.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze: src/Application/Features/Contacts/Commands/Update/UpdateContactCommand.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze: src/Application/Features/Contacts/Commands/Create/CreateContactCommand.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze: src/Application/Features/Contacts/Commands/AddEdit/AddEditContactCommand.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze: src/Application/Features/Fusion/UserSessionTracker.cs#L35
'UserSessionTracker._pageUserSessions': a reference to a volatile field will not be treated as volatile
Analyze: src/Application/Features/Fusion/UserSessionTracker.cs#L79
'UserSessionTracker._pageUserSessions': a reference to a volatile field will not be treated as volatile
Analyze: src/Application/Features/Fusion/UserSessionTracker.cs#L84
'UserSessionTracker._pageUserSessions': a reference to a volatile field will not be treated as volatile
Analyze: src/Application/Features/Fusion/UserSessionTracker.cs#L113
'UserSessionTracker._pageUserSessions': a reference to a volatile field will not be treated as volatile
Analyze: src/Application/Features/Fusion/UserSessionTracker.cs#L118
'UserSessionTracker._pageUserSessions': a reference to a volatile field will not be treated as volatile
Analyze
Unexpected input(s) 'languages', valid inputs are ['check_name', 'output', 'upload', 'cleanup-level', 'ram', 'add-snippets', 'skip-queries', 'threads', 'checkout_path', 'ref', 'sha', 'category', 'upload-database', 'wait-for-processing', 'token', 'matrix', 'expect-error']