Start working on skull rendering #2
Merged
Annotations
1 error and 20 warnings
|
|
|
backend/RepoAPI/Features/Zones/Endpoints/GetZone.cs#L8
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
backend/RepoAPI/Features/Items/Endpoints/GetItem.cs#L10
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
backend/RepoAPI/Features/Shops/Endpoints/GetShop.cs#L8
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
backend/RepoAPI/Features/Recipes/Services/RecipeService.cs#L11
Parameter 'context' is unread.
|
|
backend/RepoAPI/Features/Management/Services/AlertingService.cs#L12
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
backend/RepoAPI/Features/Items/Endpoints/GetItems.cs#L18
Parameter 'dataService' is unread.
|
|
backend/SkyblockRepo/Source/Models/Items/SkyblockItemData.cs#L43
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the property as nullable, or safely handling the case where 'field' is null in the 'get' accessor.
|
|
backend/SkyblockRepo/Source/Models/Items/SkyblockItemData.cs#L33
Non-nullable property 'InternalId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the property as nullable, or safely handling the case where 'field' is null in the 'get' accessor.
|
|
backend/SkyblockRepo/Source/Models/Items/SkyblockItemData.cs#L43
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the property as nullable, or safely handling the case where 'field' is null in the 'get' accessor.
|
|
backend/SkyblockRepo/Source/Models/Items/SkyblockItemData.cs#L33
Non-nullable property 'InternalId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the property as nullable, or safely handling the case where 'field' is null in the 'get' accessor.
|
|
backend/RepoAPI/Features/Wiki/Responses/FormattedWikiResponse.cs#L14
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
backend/RepoAPI/Features/Wiki/Services/WikiParser.cs#L15
Parameter 'itemService' is unread.
|
|
backend/RepoAPI/Features/Zones/Endpoints/GetZone.cs#L8
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
backend/RepoAPI/Features/Enchantments/Endpoints/GetEnchantment.cs#L9
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
backend/RepoAPI/Features/Recipes/Services/RecipeService.cs#L11
Parameter 'context' is unread.
|
|
backend/RepoAPI/Features/Items/Endpoints/GetItem.cs#L10
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
backend/RepoAPI/Features/Management/Services/AlertingService.cs#L12
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
backend/RepoAPI/Features/Items/Endpoints/GetItems.cs#L18
Parameter 'dataService' is unread.
|
|
backend/SkyblockRepo/Source/Models/Items/SkyblockItemData.cs#L43
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the property as nullable, or safely handling the case where 'field' is null in the 'get' accessor.
|
|
backend/SkyblockRepo/Source/Models/Items/SkyblockItemData.cs#L33
Non-nullable property 'InternalId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the property as nullable, or safely handling the case where 'field' is null in the 'get' accessor.
|
The logs for this run have expired and are no longer available.
Loading