Update actions/checkout action to v6 #119
Open
Annotations
10 warnings
|
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.Networth.Tests/Calculators/AncientFairyFedoraTests.cs#L89
Possible null reference argument for parameter 'source' in 'IEnumerable<string> Enumerable.Select<NetworthCalculation, string>(IEnumerable<NetworthCalculation> source, Func<NetworthCalculation, string> selector)'.
|
|
Build:
HypixelAPI.Networth.Tests/Infrastructure/TestHelpers.cs#L100
Possible null reference return.
|
|
Build:
HypixelAPI.Networth.Tests/Infrastructure/TestHelpers.cs#L44
Nullability of reference types in value of type 'List<string?>' doesn't match target type 'List<string>'.
|
|
Build:
HypixelAPI.Networth.Tests/Calculators/SkyBlockItemNetworthCalculatorTests.cs#L116
Possible null reference argument for parameter 'collection' in 'void Assert.Contains<NetworthCalculation>(IEnumerable<NetworthCalculation> collection, Predicate<NetworthCalculation> filter)'.
|
|
Build:
HypixelAPI.Networth.Tests/Calculators/SkyBlockItemNetworthCalculatorTests.cs#L48
Dereference of a possibly null reference.
|
|
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