Added pagination features #1160
ci-cd.yml
on: push
build
4m 10s
deploy-prod
0s
deploy-senior-project-2
0s
deploy-train
0s
Annotations
10 warnings
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/Controllers/LostAndFoundController.cs#L15
Parameter 'context' is unread.
|
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/Exceptions/CustomExceptions.cs#L22
Non-nullable property 'ExceptionMessage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Gordon360/Exceptions/CustomExceptions.cs#L18
Non-nullable property 'ExceptionMessage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
|
build:
Gordon360/Exceptions/CustomExceptions.cs#L10
Non-nullable property 'ExceptionMessage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|