Skip to content

Feature/issue 833 team position #1006

Feature/issue 833 team position

Feature/issue 833 team position #1006

Triggered via pull request May 23, 2024 10:06
Status Failure
Total duration 3m 48s
Artifacts

build.yml

on: pull_request
sonarcloud_branch
3m 39s
sonarcloud_branch
Fit to window
Zoom out
Zoom in

Annotations

1 error and 43 warnings
sonarcloud_branch
Process completed with exit code 1.
sonarcloud_branch
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
sonarcloud_branch
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
sonarcloud_branch: Streetcode/Streetcode.DAL/Entities/Users/User.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
sonarcloud_branch: Streetcode/Streetcode.DAL/Entities/Users/User.cs#L15
Non-nullable property 'Surname' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
sonarcloud_branch: Streetcode/Streetcode.DAL/Entities/AdditionalContent/Tag.cs#L16
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
sonarcloud_branch: Streetcode/Streetcode.DAL/Entities/AdditionalContent/Tag.cs#L18
Non-nullable property 'StreetcodeTagIndices' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
sonarcloud_branch: Streetcode/Streetcode.DAL/Entities/AdditionalContent/Tag.cs#L20
Non-nullable property 'Streetcodes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
sonarcloud_branch: Streetcode/Streetcode.DAL/Entities/AdditionalContent/Coordinates/Types/StreetcodeCoordinate.cs#L14
Non-nullable property 'StatisticRecord' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
sonarcloud_branch: Streetcode/Streetcode.DAL/Entities/Analytics/StatisticRecord.cs#L18
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
sonarcloud_branch: Streetcode/Streetcode.DAL/Entities/Analytics/StatisticRecord.cs#L24
Non-nullable property 'StreetcodeCoordinate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
sonarcloud_branch: Streetcode/Streetcode.DAL/Entities/Feedback/Response.cs#L19
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
sonarcloud_branch: Streetcode/Streetcode.DAL/Entities/Instagram/InstagramPostResponse.cs#L11
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
sonarcloud_branch: Streetcode/Streetcode.DAL/Entities/Users/User.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
sonarcloud_branch: Streetcode/Streetcode.DAL/Entities/Users/User.cs#L15
Non-nullable property 'Surname' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
sonarcloud_branch: Streetcode/Streetcode.DAL/Entities/Toponyms/Toponym.cs#L17
Non-nullable property 'Oblast' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
sonarcloud_branch: Streetcode/Streetcode.DAL/Entities/Toponyms/Toponym.cs#L33
Non-nullable property 'StreetName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
sonarcloud_branch: Streetcode/Streetcode.DAL/Entities/Toponyms/Toponym.cs#L40
Non-nullable property 'Coordinate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
sonarcloud_branch: Streetcode/Streetcode.DAL/Repositories/Realizations/Base/RepositoryWrapper.cs#L115
Non-nullable field '_videoRepository' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
sonarcloud_branch: Streetcode/Streetcode.DAL/Repositories/Realizations/Base/RepositoryWrapper.cs#L115
Non-nullable field '_audioRepository' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
sonarcloud_branch: Streetcode/Streetcode.DAL/Repositories/Realizations/Base/RepositoryWrapper.cs#L115
Non-nullable field '_streetcodeCoordinateRepository' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
sonarcloud_branch: Streetcode/Streetcode.DAL/Repositories/Realizations/Base/RepositoryWrapper.cs#L115
Non-nullable field '_imageRepository' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
sonarcloud_branch: Streetcode/Streetcode.DAL/Repositories/Realizations/Base/RepositoryWrapper.cs#L115
Non-nullable field '_imageDetailsRepository' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
sonarcloud_branch
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
sonarcloud_branch: Streetcode/Streetcode.XUnitTest/MediatRTests/Media/Image/GetAllImageTests/GetAllImageTests.cs#L14
The using directive for 'Streetcode.DAL.Repositories.Interfaces.Base' appeared previously in this namespace
sonarcloud_branch: Streetcode/Streetcode.XUnitTest/MediatRTests/StreetCode/Streetcode/CreateStreetcodeTests.cs#L8
The using directive for 'AutoMapper' appeared previously in this namespace
sonarcloud_branch: Streetcode/Streetcode.XUnitTest/MediatRTests/StreetCode/Streetcode/CreateStreetcodeTests.cs#L9
The using directive for 'FluentAssertions' appeared previously in this namespace
sonarcloud_branch: Streetcode/Streetcode.XUnitTest/MediatRTests/StreetCode/Streetcode/CreateStreetcodeTests.cs#L10
The using directive for 'Microsoft.Extensions.Localization' appeared previously in this namespace
sonarcloud_branch: Streetcode/Streetcode.XUnitTest/MediatRTests/StreetCode/Streetcode/CreateStreetcodeTests.cs#L11
The using directive for 'Moq' appeared previously in this namespace
sonarcloud_branch: Streetcode/Streetcode.XUnitTest/MediatRTests/StreetCode/Streetcode/CreateStreetcodeTests.cs#L12
The using directive for 'Streetcode.BLL.DTO.Media.Images' appeared previously in this namespace
sonarcloud_branch: Streetcode/Streetcode.XUnitTest/MediatRTests/StreetCode/Streetcode/CreateStreetcodeTests.cs#L13
The using directive for 'Streetcode.BLL.Interfaces.Logging' appeared previously in this namespace
sonarcloud_branch: Streetcode/Streetcode.XUnitTest/MediatRTests/StreetCode/Streetcode/CreateStreetcodeTests.cs#L14
The using directive for 'Streetcode.BLL.SharedResource' appeared previously in this namespace
sonarcloud_branch: Streetcode/Streetcode.XIntegrationTest/ServiceTests/BlobServiceTests/Utils/BlobStorageFixture.cs#L20
Non-nullable property 'TestDbContext' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
sonarcloud_branch: Streetcode/Streetcode.XIntegrationTest/ServiceTests/BlobServiceTests/Utils/BlobStorageFixture.cs#L38
Converting null literal or possible null value to non-nullable type.
sonarcloud_branch: Streetcode/Streetcode.XIntegrationTest/ServiceTests/BlobServiceTests/Utils/BlobStorageFixture.cs#L40
Possible null reference argument for parameter 'base64' in 'void BlobStorageFixture.SaveFileIfNotExist(string base64, string blobName, string extension)'.
sonarcloud_branch: Streetcode/Streetcode.XIntegrationTest/ServiceTests/BlobServiceTests/Utils/BlobStorageFixture.cs#L48
Converting null literal or possible null value to non-nullable type.
sonarcloud_branch: Streetcode/Streetcode.XIntegrationTest/ServiceTests/BlobServiceTests/Utils/BlobStorageFixture.cs#L52
Possible null reference argument for parameter 'base64' in 'void BlobStorageFixture.SaveFileIfNotExist(string base64, string blobName, string extension)'.