Skip to content

Merge pull request #53 from skni-kod/feature/#34-oauth2 #74

Merge pull request #53 from skni-kod/feature/#34-oauth2

Merge pull request #53 from skni-kod/feature/#34-oauth2 #74

Triggered via push December 29, 2023 22:55
Status Success
Total duration 52s
Artifacts

dotnet.yml

on: push
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/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/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/Salaries/Entities/Salary.cs#L21
Non-nullable property 'Offer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: skit.Core/Companies/Entities/Company.cs#L25
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: skit.Core/Companies/Entities/Company.cs#L25
Non-nullable property 'Owner' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: skit.Core/Companies/Entities/Company.cs#L27
Non-nullable property 'Owner' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.