Skip to content

Add tests for changing password #107

Add tests for changing password

Add tests for changing password #107

Triggered via push January 25, 2024 11:02
Status Success
Total duration 40s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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.