Skip to content

Renamed and reordered API's #1035

Renamed and reordered API's

Renamed and reordered API's #1035

Triggered via push November 14, 2024 19:09
Status Success
Total duration 1m 42s
Artifacts

ci-cd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version 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/Models/ViewModels/Housing/RA_Assigned_RangesViewModel.cs#L8
Non-nullable property 'RA_ID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Gordon360/Models/ViewModels/Housing/RA_Assigned_RangesViewModel.cs#L9
Non-nullable property 'Fname' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Gordon360/Models/ViewModels/Housing/RA_Assigned_RangesViewModel.cs#L10
Non-nullable property 'Lname' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Gordon360/Models/ViewModels/Housing/RA_Assigned_RangesViewModel.cs#L11
Non-nullable property 'Hall_Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Gordon360/Models/ViewModels/Housing/RA_Assigned_RangesViewModel.cs#L12
Non-nullable property 'Room_Start' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Gordon360/Models/ViewModels/Housing/RA_Assigned_RangesViewModel.cs#L13
Non-nullable property 'Room_End' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Gordon360/Models/ViewModels/Housing/RA_AssignmentViewModel.cs#L9
Non-nullable property 'Ra_ID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Gordon360/Models/ViewModels/Housing/RA_StudentsViewModel.cs#L8
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.