Skip to content

url validation

url validation #992

Triggered via pull request May 10, 2024 10:35
Status Failure
Total duration 54s
Artifacts

build.yml

on: pull_request
sonarcloud_branch
43s
sonarcloud_branch
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 12 warnings
sonarcloud_branch: Streetcode/Streetcode.BLL/MediatR/Newss/Create/CreateNewsHandler.cs#L10
Using directive for 'System.Text.RegularExpressions' should appear before directive for 'Streetcode.DAL.Repositories.Interfaces.Base' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)
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/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/Entities/Team/TeamMemberPositions.cs#L14
Non-nullable property 'Positions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
sonarcloud_branch: Streetcode/Streetcode.DAL/Entities/Team/TeamMemberPositions.cs#L15
Non-nullable property 'TeamMember' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.