feat: enhance project file and create professional package icon #3
Annotations
10 warnings
|
Build for CodeQL:
src/SmartOrderBy/SmartOrderBy.cs#L54
Converting null literal or possible null value to non-nullable type.
|
|
Build for CodeQL:
src/SmartOrderBy/SmartOrderBy.cs#L42
Converting null literal or possible null value to non-nullable type.
|
|
Build for CodeQL:
src/SmartOrderBy/SmartOrderBy.cs#L40
Possible null reference return.
|
|
Build for CodeQL:
src/SmartOrderBy/SmartOrderBy.cs#L31
Possible null reference return.
|
|
Build for CodeQL:
src/SmartOrderBy/Dtos/Map.cs#L7
Non-nullable property 'Mapping' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build for CodeQL:
src/SmartOrderBy/Dtos/Map.cs#L5
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build for CodeQL:
src/SmartOrderBy/Dtos/Sorting.cs#L6
Non-nullable property 'OrderType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build for CodeQL:
src/SmartOrderBy/Dtos/Sorting.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build for CodeQL:
src/SmartOrderBy/Dtos/OrderByMap.cs#L7
Non-nullable property 'Maps' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build for CodeQL:
src/SmartOrderBy/Dtos/OrderByMap.cs#L5
Non-nullable property 'EntityName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading