added RuKira as contrib #1
Merged
Annotations
10 warnings
|
src/Models/Requests/ItemPricesRequestData.cs#L10
Non-nullable property 'TemplateIds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/SPTLeaderboard.cs#L24
Nullability of return type doesn't match overridden member (possibly because of nullability attributes).
|
|
src/Utils/RagfairUtils.cs#L29
Possible null reference argument for parameter 'item' in 'double ItemHelper.GetItemQualityModifier(Item item, bool skipArmorItemsWithoutDurability = false)'.
|
|
src/Utils/ItemUtils.cs#L10
Parameter 'logger' is unread.
|
|
src/Routers/InboxRouter.cs#L10
Non-nullable field '_callbacks' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
src/Routers/ItemRouter.cs#L12
Non-nullable field '_callbacks' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
src/Models/Responses/CheckInboxResponseData.cs#L10
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Utils/RagfairUtils.cs#L11
Parameter 'logger' is unread.
|
|
src/Models/Requests/ItemPricesRequestData.cs#L10
Non-nullable property 'TemplateIds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/SPTLeaderboard.cs#L24
Nullability of return type doesn't match overridden member (possibly because of nullability attributes).
|
The logs for this run have expired and are no longer available.
Loading