Update web-editor-deploy.yml #14
web-editor-deploy.yml
on: push
Deploy to GitHub Pages
4m 33s
Annotations
11 warnings
Deploy to GitHub Pages
The following actions uses node12 which is deprecated and will be forced to run on node16: crazy-max/ghaction-github-pages@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Deploy to GitHub Pages:
src/Symptum.Core/Subjects/QuestionBank/QuestionBank.cs#L11
Non-nullable property 'QuestionBankPapers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Deploy to GitHub Pages:
src/Symptum.Core/Subjects/QuestionBank/QuestionBank.cs#L14
Non-nullable property 'QuestionBankPapers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Deploy to GitHub Pages:
src/Symptum.Core/Subjects/QuestionBank/QuestionBankPaper.cs#L7
Non-nullable property 'PaperName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Deploy to GitHub Pages:
src/Symptum.Core/Subjects/QuestionBank/QuestionBankPaper.cs#L7
Non-nullable property 'Topics' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Deploy to GitHub Pages:
src/Symptum.Core/Subjects/QuestionBank/QuestionBankPaper.cs#L10
Non-nullable property 'Topics' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Deploy to GitHub Pages:
src/Symptum.Core/Subjects/QuestionBank/QuestionBankTopic.cs#L32
Non-nullable field 'questionEntries' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Deploy to GitHub Pages:
src/Symptum.Core/Subjects/QuestionBank/QuestionBankTopic.cs#L35
Non-nullable field 'questionEntries' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Deploy to GitHub Pages:
src/Symptum.Core/Subjects/Books/BookLocation.cs#L49
Non-nullable field '_book' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Deploy to GitHub Pages:
src/Symptum.Core/Subjects/QuestionBank/QuestionEntry.cs#L93
Non-nullable field 'descriptions' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Deploy to GitHub Pages:
src/Symptum.Core/Subjects/QuestionBank/QuestionEntry.cs#L93
Non-nullable field 'yearsAsked' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|