Skip to content

Visual update

Visual update #909

Triggered via push July 3, 2024 17:14
Status Success
Total duration 2m 9s
Artifacts

ci-cd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: Gordon360/Controllers/MembershipsController.cs#L85
'Resource.MEMBERSHIP_BY_ACTIVITY' is obsolete: 'Unused once obsolete routes are removed'
build: Gordon360/Models/webSQL/Models/account.cs#L13
The type name 'account' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: Gordon360/Exceptions/CustomExceptions.cs#L10
Non-nullable property 'ExceptionMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Gordon360/Exceptions/CustomExceptions.cs#L14
Non-nullable property 'ExceptionMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Gordon360/Models/ViewModels/VersionViewModel.cs#L5
Non-nullable property 'GitHash' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Gordon360/Models/ViewModels/VersionViewModel.cs#L6
Non-nullable property 'BuildTime' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Gordon360/Models/ViewModels/RequestUploadViewModel.cs#L7
Non-nullable property 'Activity' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Gordon360/Models/ViewModels/RequestUploadViewModel.cs#L8
Non-nullable property 'Session' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Gordon360/Models/ViewModels/RequestUploadViewModel.cs#L9
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Gordon360/Models/ViewModels/RequestUploadViewModel.cs#L10
Non-nullable property 'Participation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.