Skip to content

Merge pull request #218 from kzi-nastava/feat/withdrawalrequest-class #99

Merge pull request #218 from kzi-nastava/feat/withdrawalrequest-class

Merge pull request #218 from kzi-nastava/feat/withdrawalrequest-class #99

Triggered via push April 29, 2024 14:41
Status Failure
Total duration 1m 21s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
build: LangLang/View/TutorWindow.xaml.cs#L60
'ExamSlot' does not contain a definition for 'CourseId' and no accessible extension method 'CourseId' accepting a first argument of type 'ExamSlot' could be found (are you missing a using directive or an assembly reference?)
build: LangLang/View/TutorWindow.xaml.cs#L61
There is no argument given that corresponds to the required parameter 'language' of 'ExamSlotDTO.ExamSlotDTO(ExamSlot, LanguageLevel, string, int, int)'
build: LangLang/Core/Controller/ExamSlotController.cs#L44
'ExamSlot' does not contain a definition for 'ExamDateTime' and no accessible extension method 'ExamDateTime' accepting a first argument of type 'ExamSlot' could be found (are you missing a using directive or an assembly reference?)
build: LangLang/Core/Controller/ExamSlotController.cs#L61
'ExamSlot' does not contain a definition for 'ExamDateTime' and no accessible extension method 'ExamDateTime' accepting a first argument of type 'ExamSlot' could be found (are you missing a using directive or an assembly reference?)
build: LangLang/Core/Controller/ExamSlotController.cs#L85
'ExamSlot' does not contain a definition for 'CourseId' and no accessible extension method 'CourseId' accepting a first argument of type 'ExamSlot' could be found (are you missing a using directive or an assembly reference?)
build: LangLang/Core/Controller/ExamSlotController.cs#L101
'ExamSlot' does not contain a definition for 'NumberOfStudents' and no accessible extension method 'NumberOfStudents' accepting a first argument of type 'ExamSlot' could be found (are you missing a using directive or an assembly reference?)
build: LangLang/Core/Controller/ExamSlotController.cs#L107
'ExamSlot' does not contain a definition for 'ExamDateTime' and no accessible extension method 'ExamDateTime' accepting a first argument of type 'ExamSlot' could be found (are you missing a using directive or an assembly reference?)
build: LangLang/Core/Model/DAO/StudentDAO.cs#L119
'ExamSlot' does not contain a definition for 'CourseId' and no accessible extension method 'CourseId' accepting a first argument of type 'ExamSlot' could be found (are you missing a using directive or an assembly reference?)
build: LangLang/Core/Model/DAO/ExamSlotsDAO.cs#L71
'ExamSlot' does not contain a definition for 'CourseId' and no accessible extension method 'CourseId' accepting a first argument of type 'ExamSlot' could be found (are you missing a using directive or an assembly reference?)
build: LangLang/Core/Model/DAO/ExamSlotsDAO.cs#L71
'ExamSlot' does not contain a definition for 'CourseId' and no accessible extension method 'CourseId' accepting a first argument of type 'ExamSlot' could be found (are you missing a using directive or an assembly reference?)
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/DTO/CourseDTO.cs#L409
Nullability of reference types in type of 'event PropertyChangedEventHandler CourseDTO.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build: LangLang/Core/Model/Course.cs#L115
'Course.ToString()' hides inherited member 'object.ToString()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: LangLang/DTO/TutorDTO.cs#L338
Nullability of reference types in type of 'event PropertyChangedEventHandler TutorDTO.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build: LangLang/View/TutorWindow.xaml.cs#L32
Non-nullable property 'SelectedExamSlot' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: LangLang/View/TutorWindow.xaml.cs#L32
Non-nullable property 'SelectedCourse' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: LangLang/Core/Controller/StudentController.cs#L66
Possible null reference argument for parameter 'student' in 'List<ExamSlot> StudentController.GetAvailableExamSlots(Student student, CourseController courseController, ExamSlotController examSlotController, EnrollmentRequestController enrollmentRequestController)'.
build: LangLang/Core/Model/DAO/TutorDAO.cs#L55
Converting null literal or possible null value to non-nullable type.
build: LangLang/Core/Model/DAO/TutorDAO.cs#L80
Converting null literal or possible null value to non-nullable type.
build: LangLang/Core/Model/WithdrawalRequest.cs#L18
Non-nullable property 'Reason' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: LangLang/Core/Model/Student.cs#L14
Non-nullable property 'Profile' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.