Merge pull request #258 from kzi-nastava/develop #8
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
LangLang/WPF/Views/Student/StudentExcuseWindow.xaml.cs#L9
Non-nullable property 'UserMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
LangLang/WPF/ViewModels/Tutor/Exam/ExamOverviewViewModel.cs#L218
Non-nullable property 'SelectTutorCommand' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
LangLang/WPF/ViewModels/Tutor/Course/ActiveCourseViewModel.cs#L196
Possible null reference argument for parameter 'course' in 'void IPenaltyService.AddPenaltyPoint(Student student, Course course, Person? sender = null)'.
|
build:
LangLang/Repositories/SQL/CourseRepositorySQL.cs#L74
Possible null reference return.
|
build:
LangLang/Repositories/SQL/ComplexDataConverters/ScheduleConverter.cs#L12
Converting null literal or possible null value to non-nullable type.
|
build:
LangLang/Repositories/SQL/ComplexDataConverters/ScheduleConverter.cs#L13
Converting null literal or possible null value to non-nullable type.
|
build:
LangLang/Repositories/SQL/ComplexDataConverters/ScheduleConverter.cs#L13
Possible null reference return.
|
build:
LangLang/Repositories/SQL/ApplicationDbContext.cs#L13
Non-nullable field '_databaseCredentials' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
LangLang/Repositories/SQL/ApplicationDbContext.cs#L13
Non-nullable property 'Courses' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
LangLang/Repositories/SQL/ApplicationDbContext.cs#L16
Non-nullable property 'Courses' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|