Skip to content

Merge pull request #797 from neozhu/replace-automapper-with-mapperly #960

Merge pull request #797 from neozhu/replace-automapper-with-mapperly

Merge pull request #797 from neozhu/replace-automapper-with-mapperly #960

Triggered via push November 7, 2024 10:56
Status Success
Total duration 1m 6s
Artifacts

dotnet.yml

on: push
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/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
build: src/Infrastructure/Services/MultiTenant/MultiTenantUserStore.cs#L52
Possible null reference argument for parameter 'tenantId' in 'Task<ApplicationRole> MultiTenantUserStore.GetRoleAsync(string normalizedRoleName, string tenantId, CancellationToken cancellationToken)'.
build: src/Infrastructure/Services/MultiTenant/MultiTenantUserStore.cs#L85
Possible null reference argument for parameter 'tenantId' in 'Task<ApplicationRole> MultiTenantUserStore.GetRoleAsync(string normalizedRoleName, string tenantId, CancellationToken cancellationToken)'.
build: src/Infrastructure/Services/MultiTenant/MultiTenantUserStore.cs#L109
Possible null reference argument for parameter 'tenantId' in 'Task<ApplicationRole> MultiTenantUserStore.GetRoleAsync(string normalizedRoleName, string tenantId, CancellationToken cancellationToken)'.
build: src/Infrastructure/Services/MultiTenant/MultiTenantUserStore.cs#L125
Possible null reference return.