Skip to content

added orderBy in paginated list #55

added orderBy in paginated list

added orderBy in paginated list #55

Triggered via pull request December 20, 2023 12:19
Status Success
Total duration 1m 28s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: skit.Shared/Extensions/PaginationExtensions.cs#L10
Possible null reference argument for parameter 'orderBy' in 'Task<PaginatedList<TDestination>> PaginatedList<TDestination>.CreateAsync(IQueryable<TDestination> source, int pageIndex, int pageSize, string orderBy, bool isDesc, CancellationToken cancellationToken)'.
build: skit.Shared/Configurations/Identity/AuthConfig.cs#L5
Non-nullable property 'JwtKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: skit.Shared/Configurations/Identity/AuthConfig.cs#L6
Non-nullable property 'JwtIssuer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: skit.Core/Technologies/Entities/Technology.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: skit.Core/Files/Entities/SystemFile.cs#L13
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: skit.Core/Files/Entities/SystemFile.cs#L13
Non-nullable property 'S3Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: skit.Core/Identity/DTO/ResetPasswordTokenDto.cs#L5
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: skit.Core/Identity/DTO/RefreshToken.cs#L5
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: skit.Core/Salaries/Entities/Salary.cs#L16
Non-nullable property 'Offer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: skit.Core/Identity/DTO/JsonWebToken.cs#L5
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.