Build and deploy .NET Core app to Linux WebApp pc2online #50
pc2online.yml
on: workflow_dispatch
build-and-deploy
1m 6s
Annotations
1 error and 11 warnings
build-and-deploy
Process completed with exit code 1.
|
build-and-deploy
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-and-deploy:
PC2/Areas/Identity/Pages/Account/Logout.cshtml.cs#L24
Cannot convert null literal to non-nullable reference type.
|
build-and-deploy:
PC2/Controllers/ResourcesController.cs#L13
Cannot convert null literal to non-nullable reference type.
|
build-and-deploy:
PC2/Models/People.cs#L48
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-deploy:
PC2/Models/People.cs#L16
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-deploy:
PC2/Models/EventsModel.cs#L5
Non-nullable property 'CalendarEvents' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-deploy:
PC2/Models/ContactPageModel.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-deploy:
PC2/Models/ContactPageModel.cs#L15
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-deploy:
PC2/Models/ContactPageModel.cs#L19
Non-nullable property 'Phone' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-deploy:
PC2/Models/ContactPageModel.cs#L23
Non-nullable property 'Subject' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-deploy:
PC2/Models/ContactPageModel.cs#L27
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|