Update README.md #4
Annotations
10 warnings
Build:
Chir.ia_project/Migrations/20250122190832_initialmigration.cs#L8
The type name 'initialmigration' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Build:
Chir.ia_project/Migrations/20250122190832_initialmigration.Designer.cs#L16
The type name 'initialmigration' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Build:
Chir.ia_project/Models/Context.cs#L12
'Context.Users' hides inherited member 'IdentityUserContext<User, Guid, IdentityUserClaim<Guid>, IdentityUserLogin<Guid>, IdentityUserToken<Guid>>.Users'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Build:
Chir.ia_project/Models/Context.cs#L13
'Context.Roles' hides inherited member 'IdentityDbContext<User, AppRole, Guid, IdentityUserClaim<Guid>, IdentityUserRole<Guid>, IdentityUserLogin<Guid>, IdentityRoleClaim<Guid>, IdentityUserToken<Guid>>.Roles'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Build:
Chir.ia_project/Services/Dtos/ListingResponse.cs#L12
Non-nullable property 'Details' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Chir.ia_project/Services/Dtos/ListingRequest.cs#L12
Non-nullable property 'Details' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Chir.ia_project/Services/Dtos/ListingRequest.cs#L16
Non-nullable property 'ImageRequest' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Chir.ia_project/Services/Dtos/ImageResponse.cs#L6
Non-nullable property 'ContentType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Chir.ia_project/Services/Dtos/ImageResponse.cs#L7
Non-nullable property 'ContentBytes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Chir.ia_project/Models/Repository/ListingEngagementRepository.cs#L31
Possible null reference return.
|
Loading