fix: update CI/CD to use .NET 9.0 SDK for sample and test projects #2
ci.yml
on: push
Build and Test
36s
Dependency Review
Security Scan
1m 52s
Publish to GitHub Packages
0s
Create GitHub Release
0s
Publish to NuGet.org
0s
Annotations
10 warnings
|
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/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.
|
|
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.
|