Skip to content

Merge branch 'Dev' of https://github.com/ConnectingPets/PetsMatch int… #108

Merge branch 'Dev' of https://github.com/ConnectingPets/PetsMatch int…

Merge branch 'Dev' of https://github.com/ConnectingPets/PetsMatch int… #108

Triggered via push January 27, 2024 10:17
Status Success
Total duration 47s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/Animal/ShowAnimalToEditTests.cs#L72
Dereference of a possibly null reference.
build: Tests/Animal/AllAnimalTests.cs#L98
Possible null reference argument for parameter 'source' in 'int Enumerable.Count<AllAnimalsDto>(IEnumerable<AllAnimalsDto> source)'.
build: Tests/Breed/AllBreedTests.cs#L60
Possible null reference argument for parameter 'source' in 'int Enumerable.Count<BreedDto>(IEnumerable<BreedDto> source)'.
build: Tests/Marketplace/ShowAnimalMarketplaceToEditTests.cs#L69
Dereference of a possibly null reference.
build: Tests/User/UserProfileTests.cs#L61
Dereference of a possibly null reference.
build: Tests/AnimalCategories/AllAnimalCategoriesTests.cs#L38
Possible null reference argument for parameter 'source' in 'int Enumerable.Count<AnimalCategoryDto>(IEnumerable<AnimalCategoryDto> source)'.
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.