Replace AutoMapper with Mapperly for Improved Performance #952
Annotations
10 warnings
build:
src/Application/Features/Identity/Mappers/ApplicationRoleMapper.cs#L9
The member RoleClaims on the mapping source type CleanArchitecture.Blazor.Domain.Identity.ApplicationRole is not mapped to any member on the mapping target type CleanArchitecture.Blazor.Application.Features.Identity.DTOs.ApplicationRoleDto
|
build:
src/Application/Features/Identity/Mappers/ApplicationRoleMapper.cs#L9
The member UserRoles on the mapping source type CleanArchitecture.Blazor.Domain.Identity.ApplicationRole is not mapped to any member on the mapping target type CleanArchitecture.Blazor.Application.Features.Identity.DTOs.ApplicationRoleDto
|
build:
src/Application/Features/Identity/Mappers/ApplicationRoleMapper.cs#L9
The member Created on the mapping source type CleanArchitecture.Blazor.Domain.Identity.ApplicationRole is not mapped to any member on the mapping target type CleanArchitecture.Blazor.Application.Features.Identity.DTOs.ApplicationRoleDto
|
build:
src/Application/Features/Identity/Mappers/ApplicationRoleMapper.cs#L9
The member CreatedBy on the mapping source type CleanArchitecture.Blazor.Domain.Identity.ApplicationRole is not mapped to any member on the mapping target type CleanArchitecture.Blazor.Application.Features.Identity.DTOs.ApplicationRoleDto
|
build:
src/Application/Features/Identity/Mappers/ApplicationRoleMapper.cs#L9
The member LastModified on the mapping source type CleanArchitecture.Blazor.Domain.Identity.ApplicationRole is not mapped to any member on the mapping target type CleanArchitecture.Blazor.Application.Features.Identity.DTOs.ApplicationRoleDto
|
build:
src/Application/Features/Identity/Mappers/ApplicationRoleMapper.cs#L9
The member LastModifiedBy on the mapping source type CleanArchitecture.Blazor.Domain.Identity.ApplicationRole is not mapped to any member on the mapping target type CleanArchitecture.Blazor.Application.Features.Identity.DTOs.ApplicationRoleDto
|
build:
src/Application/Features/Identity/Mappers/ApplicationRoleMapper.cs#L9
The member ConcurrencyStamp on the mapping source type CleanArchitecture.Blazor.Domain.Identity.ApplicationRole is not mapped to any member on the mapping target type CleanArchitecture.Blazor.Application.Features.Identity.DTOs.ApplicationRoleDto
|
build:
src/Application/Features/Identity/Mappers/ApplicationUserMapper.cs#L23
Cannot configure an object mapping on a queryable projection mapping, apply the configurations to an object mapping method instead
|
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
|