Skip to content

Merge pull request #73 from skni-kod/feature/#72-add-company-image-up… #99

Merge pull request #73 from skni-kod/feature/#72-add-company-image-up…

Merge pull request #73 from skni-kod/feature/#72-add-company-image-up… #99

Triggered via push March 6, 2024 18:05
Status Success
Total duration 54s
Artifacts

dotnet.yml

on: push
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/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/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.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.