removed default schema #1148
ci-cd.yml
on: push
build
1m 58s
deploy-prod
0s
deploy-senior-project
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/Models/ViewModels/RequestUploadViewModel.cs#L7
Non-nullable property 'Activity' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
|
build:
Gordon360/Models/ViewModels/RequestUploadViewModel.cs#L12
Non-nullable property 'CommentText' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Gordon360/Models/ViewModels/RequestUploadViewModel.cs#L13
Non-nullable property 'Status' 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.
|
build:
Gordon360/Models/ViewModels/Housing/RA_StudentsViewModel.cs#L9
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|