feat: bump version to 1.2.1 with enhanced package metadata and profes… #4
ci.yml
on: push
Build and Test
31s
Dependency Review
0s
Security Scan
1m 54s
Publish to GitHub Packages
0s
Create GitHub Release
0s
Publish to NuGet.org
0s
Annotations
1 error and 20 warnings
|
Package NuGet
Process completed with exit code 1.
|
|
Package NuGet:
src/SmartOrderBy/SmartOrderBy.cs#L54
Converting null literal or possible null value to non-nullable type.
|
|
Package NuGet:
src/SmartOrderBy/SmartOrderBy.cs#L42
Converting null literal or possible null value to non-nullable type.
|
|
Package NuGet:
src/SmartOrderBy/SmartOrderBy.cs#L40
Possible null reference return.
|
|
Package NuGet:
src/SmartOrderBy/SmartOrderBy.cs#L31
Possible null reference return.
|
|
Package NuGet:
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.
|
|
Package NuGet:
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.
|
|
Package NuGet:
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.
|
|
Package NuGet:
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.
|
|
Package NuGet:
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.
|
|
Package NuGet:
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.
|
|
Security Scan:
src/SmartOrderBy/SmartOrderBy.cs#L54
Converting null literal or possible null value to non-nullable type.
|
|
Security Scan:
src/SmartOrderBy/SmartOrderBy.cs#L42
Converting null literal or possible null value to non-nullable type.
|
|
Security Scan:
src/SmartOrderBy/SmartOrderBy.cs#L40
Possible null reference return.
|
|
Security Scan:
src/SmartOrderBy/SmartOrderBy.cs#L31
Possible null reference return.
|
|
Security Scan:
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.
|
|
Security Scan:
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.
|
|
Security Scan:
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.
|
|
Security Scan:
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.
|
|
Security Scan:
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.
|
|
Security Scan:
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.
|