Skip to content

added CompanyImageUpload #98

added CompanyImageUpload

added CompanyImageUpload #98

Triggered via pull request March 6, 2024 17:58
Status Success
Total duration 1m 16s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
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/Configurations/Cors/CorsConfig.cs#L6
Non-nullable property 'AllowedOrigins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: skit.Shared/Configurations/Cors/CorsConfig.cs#L7
Non-nullable property 'AllowedMethods' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: skit.Shared/Configurations/Cors/CorsConfig.cs#L8
Non-nullable property 'AllowedHeaders' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: skit.Shared/Configurations/Cors/CorsConfig.cs#L9
Non-nullable property 'ExposedHeaders' 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/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/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.