Skip to content

Filters in offers

Filters in offers #64

Triggered via pull request December 22, 2023 18:17
Status Success
Total duration 50s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.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.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/Addresses/Entities/Address.cs#L20
Non-nullable property 'City' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: skit.Core/Addresses/Entities/Address.cs#L20
Non-nullable property 'Street' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: skit.Core/Addresses/Entities/Address.cs#L20
Non-nullable property 'Company' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: skit.Core/Addresses/Entities/Address.cs#L20
Non-nullable property 'Offers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: skit.Core/Addresses/Entities/Address.cs#L22
Non-nullable property 'Company' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: skit.Core/Addresses/Entities/Address.cs#L22
Non-nullable property 'Offers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.