seed data into database #69
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/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.
|
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.
|