Skip to content

Fix for ICurrentUserAccessor User ID Retrieval and AuditTrail Enhancements #963

Fix for ICurrentUserAccessor User ID Retrieval and AuditTrail Enhancements

Fix for ICurrentUserAccessor User ID Retrieval and AuditTrail Enhancements #963

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

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: 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
build: 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.
build: 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.
build: 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.
build: 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.
build: src/Application/Features/Fusion/UserSessionTracker.cs#L35
'UserSessionTracker._pageUserSessions': a reference to a volatile field will not be treated as volatile
build: src/Application/Features/Fusion/UserSessionTracker.cs#L79
'UserSessionTracker._pageUserSessions': a reference to a volatile field will not be treated as volatile
build: src/Application/Features/Fusion/UserSessionTracker.cs#L84
'UserSessionTracker._pageUserSessions': a reference to a volatile field will not be treated as volatile
build: src/Application/Features/Fusion/UserSessionTracker.cs#L113
'UserSessionTracker._pageUserSessions': a reference to a volatile field will not be treated as volatile
build: src/Application/Features/Fusion/UserSessionTracker.cs#L118
'UserSessionTracker._pageUserSessions': a reference to a volatile field will not be treated as volatile