added healthcheck in docker-compose #92
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/JobApplications/Entities/JobApplication.cs#L15
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
skit.Core/JobApplications/Entities/JobApplication.cs#L15
Non-nullable property 'SurName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
skit.Core/JobApplications/Entities/JobApplication.cs#L15
Non-nullable property 'Offer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
skit.Core/Technologies/Entities/Technology.cs#L18
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
skit.Core/Technologies/Entities/Technology.cs#L18
Non-nullable property 'Photo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
skit.Core/JobApplications/Entities/JobApplication.cs#L17
Non-nullable property 'Offer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
skit.Core/Technologies/Entities/Technology.cs#L22
Non-nullable property 'Photo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading