Skip to content

added documentation for ContactPageModel and all fields #374

added documentation for ContactPageModel and all fields

added documentation for ContactPageModel and all fields #374

Triggered via pull request July 21, 2023 23:02
Status Success
Total duration 54s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: PC2/Areas/Identity/Pages/Account/Logout.cshtml.cs#L24
Cannot convert null literal to non-nullable reference type.
build: PC2/Controllers/ResourcesController.cs#L13
Cannot convert null literal to non-nullable reference type.
build: PC2/Models/AboutUsModel.cs#L5
Non-nullable property 'Staff' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: PC2/Models/AboutUsModel.cs#L7
Non-nullable property 'Board' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: PC2/Models/AboutUsModel.cs#L9
Non-nullable property 'SteeringCommittee' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: PC2/Areas/Identity/Pages/Account/Login.cshtml.cs#L23
Non-nullable property 'Input' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: PC2/Areas/Identity/Pages/Account/Login.cshtml.cs#L23
Non-nullable property 'ExternalLogins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: PC2/Areas/Identity/Pages/Account/Login.cshtml.cs#L23
Non-nullable property 'ReturnUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: PC2/Areas/Identity/Pages/Account/Login.cshtml.cs#L23
Non-nullable property 'ErrorMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: PC2/Controllers/ResourcesController.cs#L36
Dereference of a possibly null reference.