➖ Remove wasm prerendering build package #24
deploy.yml
on: push
deploy-to-github-pages
1m 0s
Annotations
12 warnings
deploy-to-github-pages
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, JamesIves/github-pages-deploy-action@3.7.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
deploy-to-github-pages
The following actions uses node12 which is deprecated and will be forced to run on node16: JamesIves/github-pages-deploy-action@3.7.1. 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
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
deploy-to-github-pages:
ConflictResolver/Models/CourseSchedule.cs#L30
Non-nullable property 'Block' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy-to-github-pages:
ConflictResolver/Models/CourseSchedule.cs#L31
Non-nullable property 'Course' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy-to-github-pages:
ConflictResolver/Models/CourseSchedule.cs#L32
Non-nullable property 'CourseTitle' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy-to-github-pages:
ConflictResolver/Models/CourseSchedule.cs#L33
Non-nullable property 'ClassType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy-to-github-pages:
ConflictResolver/Models/CourseSchedule.cs#L37
Non-nullable property 'Days' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy-to-github-pages:
ConflictResolver/Models/CourseSchedule.cs#L45
Non-nullable property 'Room' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy-to-github-pages:
ConflictResolver/Models/CourseSchedule.cs#L46
Non-nullable property 'FacultyName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy-to-github-pages:
ConflictResolver/Services/Repositories/ScheduleRepository.cs#L62
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '""' is not covered.
|
deploy-to-github-pages:
ConflictResolver/Services/Repositories/ScheduleRepository.cs#L61
Possible null reference argument for parameter 'source' in 'bool Enumerable.Any<string>(IEnumerable<string> source, Func<string, bool> predicate)'.
|