Merge pull request #214 from kzi-nastava/feat/enter-results-window-la… #98
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/View/StudentGUI/StudentWindow.xaml.cs#L83
'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/StudentGUI/StudentWindow.xaml.cs#L84
There is no argument given that corresponds to the required parameter 'language' of 'ExamSlotDTO.ExamSlotDTO(ExamSlot, LanguageLevel, string, int, int)'
|
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:
LangLang/Core/Model/DAO/ExamSlotsDAO.cs#L73
'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/ExamSlotsDAO.cs#L73
'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/ExamSlotsDAO.cs#L74
'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?)
|
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/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/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/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/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/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/Student.cs#L14
Non-nullable property 'Profile' 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 'Profession' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
LangLang/Core/Model/Skill.cs#L19
Non-nullable field '_language' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Loading