Skip to content

Fix "missing match" bug #911

Fix "missing match" bug

Fix "missing match" bug #911

Triggered via push July 8, 2024 13:04
Status Success
Total duration 2m 34s
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/Controllers/CliftonStrengthsController.cs#L30
The variable 'e' is declared but never used
build: Gordon360/Exceptions/CustomExceptions.cs#L22
Non-nullable property 'ExceptionMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Gordon360/Program.cs#L55
Dereference of a possibly null reference.
build: Gordon360/Program.cs#L84
Possible null reference argument for parameter 'origins' in 'CorsPolicyBuilder CorsPolicyBuilder.WithOrigins(params string[] origins)'.
build: Gordon360/Program.cs#L108
Dereference of a possibly null reference.
build: Gordon360/Controllers/HousingController.cs#L115
Possible null reference argument for parameter 'stu' in 'PublicStudentProfileViewModel.implicit operator PublicStudentProfileViewModel(StudentProfileViewModel stu)'.
build: Gordon360/Controllers/HousingController.cs#L144
Possible null reference argument for parameter 'stu' in 'PublicStudentProfileViewModel.implicit operator PublicStudentProfileViewModel(StudentProfileViewModel stu)'.