Add tests for changing password #107
Annotations
10 warnings
build:
Application/DTOs/Message/ChatMessageDto.cs#L7
Non-nullable property 'SentOn' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Application/User/GetAllTowns.cs#L35
Argument of type 'string?[]' cannot be used for parameter 'data' of type 'IEnumerable<string>' in 'Result<IEnumerable<string>> Result<IEnumerable<string>>.Success(IEnumerable<string> data, string? successMessage = null)' due to differences in the nullability of reference types.
|
build:
Tests/AnimalCategories/AllAnimalCategoriesTests.cs#L38
Possible null reference argument for parameter 'source' in 'int Enumerable.Count<AnimalCategoryDto>(IEnumerable<AnimalCategoryDto> source)'.
|
build:
Tests/User/UserProfileTests.cs#L61
Dereference of a possibly null reference.
|
build:
Tests/Breed/AllBreedTests.cs#L60
Possible null reference argument for parameter 'source' in 'int Enumerable.Count<BreedDto>(IEnumerable<BreedDto> source)'.
|
build:
Tests/Marketplace/EditAnimalMarketplaceTests.cs#L72
Converting null literal or possible null value to non-nullable type.
|
build:
Tests/User/RegisterUserTests.cs#L42
Cannot convert null literal to non-nullable reference type.
|
build:
Tests/User/RegisterUserTests.cs#L42
Cannot convert null literal to non-nullable reference type.
|
build:
Tests/User/RegisterUserTests.cs#L42
Cannot convert null literal to non-nullable reference type.
|
build:
Tests/User/RegisterUserTests.cs#L42
Cannot convert null literal to non-nullable reference type.
|