Main #129
Merged
Main #129
Annotations
11 warnings
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
server/API/Data/AppDbContext.cs#L13
'AppDbContext.Users' hides inherited member 'IdentityUserContext<IdentityUser, string, IdentityUserClaim<string>, IdentityUserLogin<string>, IdentityUserToken<string>>.Users'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
|
server/API/Utils/Validators/MinAgeLessThanMaxAgeAttribute.cs#L9
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
|
server/API/Contracts/SwipeDto.cs#L11
Non-nullable property 'SwipeType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
server/API/Contracts/Messages/SendMessageRequest.cs#L6
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
server/API/Contracts/Messages/MessageResponse.cs#L8
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
server/API/Program.cs#L168
Dereference of a possibly null reference.
|
|
server/API/Program.cs#L202
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
|
|
server/API/Program.cs#L243
Dereference of a possibly null reference.
|
|
server/API/Utils/Configuration/CorsSettings.cs#L5
Non-nullable property 'AllowedOrigin' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
server/API/Controllers/UsersController.cs#L76
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading