Update dependency AutoMapper to v16 #121
Open
Annotations
3 errors and 10 warnings
|
Build
Process completed with exit code 1.
|
|
Build:
EliteAPI/Utilities/ServiceExtensions.cs#L34
Argument 2: cannot convert from 'System.Reflection.Assembly[]' to 'System.Action<AutoMapper.IMapperConfigurationExpression>'
|
|
Build:
EliteAPI/Utilities/ServiceExtensions.cs#L34
Argument 2: cannot convert from 'System.Reflection.Assembly[]' to 'System.Action<AutoMapper.IMapperConfigurationExpression>'
|
|
Build:
EliteAPI/Features/Admin/Endpoints/Admins/GetAdmins.cs#L42
Nullability of reference types in value of type 'List<string?>' doesn't match target type 'List<string>'.
|
|
Build:
EliteAPI/Features/Resources/Auctions/Models/AuctionDto.cs#L2
The using directive for 'EliteAPI.Features.Account.Models' appeared previously in this namespace
|
|
Build:
EliteAPI/Features/HypixelGuilds/Models/HypixelGuildDto.cs#L33
The member IsLatest on the mapping source type EliteAPI.Features.HypixelGuilds.Models.HypixelGuildStats is not mapped to any member on the mapping target type EliteAPI.Features.HypixelGuilds.Models.HypixelGuildStatsFullDto
|
|
Build:
EliteAPI/Features/HypixelGuilds/Models/HypixelGuildDto.cs#L30
The member IsLatest on the mapping source type EliteAPI.Features.HypixelGuilds.Models.HypixelGuildStats is not mapped to any member on the mapping target type EliteAPI.Features.HypixelGuilds.Models.HypixelGuildStatsDto
|
|
Build:
EliteAPI/Features/HypixelGuilds/Models/HypixelGuildDto.cs#L30
The member IsLatest on the mapping source type EliteAPI.Features.HypixelGuilds.Models.HypixelGuildStats is not mapped to any member on the mapping target type EliteAPI.Features.HypixelGuilds.Models.HypixelGuildStatsDto
|
|
Build:
EliteAPI/Features/HypixelGuilds/Models/HypixelGuildDto.cs#L10
The member Deleted on the mapping source type EliteAPI.Features.HypixelGuilds.Models.HypixelGuild is not mapped to any member on the mapping target type EliteAPI.Features.HypixelGuilds.Models.HypixelGuildDto
|
|
Build:
HypixelAPI/DTOs/HypixelGuildResponse.cs#L39
Non-nullable property 'Rank' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
HypixelAPI/DTOs/HypixelGuildResponse.cs#L38
Non-nullable property 'Uuid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
HypixelAPI/DTOs/HypixelGuildResponse.cs#L39
Non-nullable property 'Rank' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
HypixelAPI/DTOs/HypixelGuildResponse.cs#L38
Non-nullable property 'Uuid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading