Skip to content
Triggered via push June 9, 2024 14:35
Status Failure
Total duration 2m 31s
Billable time 3m
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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: VotingServer/Migrations/20240608095129_initial.cs#L10
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: VotingServer/Migrations/20240608095129_initial.Designer.cs#L16
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: VotingServer/TempModels/ProjectDTO.cs#L5
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: VotingServer/TempModels/ProjectDTO.cs#L6
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: VotingServer/TempModels/ProjectDTO.cs#L7
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: VotingServer/TempModels/CommentDTO.cs#L5
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: VotingServer/Models/Vote.cs#L13
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: VotingServer/Models/Vote.cs#L23
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: VotingServer/Models/Vote.cs#L24
Non-nullable property 'Project' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: VotingServer/Models/UserAdditional.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.