Update actions/setup-dotnet action to v5 #108
+3
−3
Open
Annotations
10 warnings
|
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/Textures/Models/HypixelItemTexture.cs#L10
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
EliteAPI/Features/Textures/Models/HypixelItemTexture.cs#L8
Non-nullable property 'RenderHash' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
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.
|
Loading