Replace AutoMapper with Mapperly for Improved Performance #954
Annotations
10 warnings
build:
src/Application/Features/AuditTrails/Mappers/AuditTrailMapper.cs#L11
Cannot configure an object mapping on a queryable projection mapping, apply the configurations to an object mapping method instead
|
build:
src/Application/Features/AuditTrails/Mappers/AuditTrailMapper.cs#L13
The member ShowDetails on the mapping target type CleanArchitecture.Blazor.Application.Features.AuditTrails.DTOs.AuditTrailDto was not found on the mapping source type CleanArchitecture.Blazor.Domain.Entities.AuditTrail
|
build:
src/Application/Features/AuditTrails/Mappers/AuditTrailMapper.cs#L13
The member ShowDetails on the mapping target type CleanArchitecture.Blazor.Application.Features.AuditTrails.DTOs.AuditTrailDto was not found on the mapping source type CleanArchitecture.Blazor.Domain.Entities.AuditTrail
|
build:
src/Application/Features/Identity/Mappers/ApplicationRoleMapper.cs#L11
Cannot configure an object mapping on a queryable projection mapping, apply the configurations to an object mapping method instead
|
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
|