Merge pull request #461 from kzi-nastava/feat/tutor-db-integration #216
Annotations
9 errors and 11 warnings
LangLang/BusinessLogic/UseCases/TutorSkillService.cs#L38
The type or namespace name 'LanguageLevel' could not be found (are you missing a using directive or an assembly reference?)
|
LangLang/Repositories/DatabaseContext.cs#L14
The type or namespace name 'LanguageLevel' could not be found (are you missing a using directive or an assembly reference?)
|
LangLang/Repositories/TutorSkillRepository.cs#L35
The type or namespace name 'LanguageLevel' could not be found (are you missing a using directive or an assembly reference?)
|
LangLang/Domain/RepositoryInterfaces/ITutorSkillRepository.cs#L13
The type or namespace name 'LanguageLevel' could not be found (are you missing a using directive or an assembly reference?)
|
LangLang/BusinessLogic/UseCases/TutorSkillService.cs#L38
The type or namespace name 'LanguageLevel' could not be found (are you missing a using directive or an assembly reference?)
|
LangLang/Repositories/DatabaseContext.cs#L14
The type or namespace name 'LanguageLevel' could not be found (are you missing a using directive or an assembly reference?)
|
LangLang/Repositories/TutorSkillRepository.cs#L35
The type or namespace name 'LanguageLevel' could not be found (are you missing a using directive or an assembly reference?)
|
LangLang/Domain/RepositoryInterfaces/ITutorSkillRepository.cs#L13
The type or namespace name 'LanguageLevel' could not 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/.
|
LangLang/Repositories/ExamSlotRepository.cs#L18
Nullability of reference types in return type of 'ExamSlot? ExamSlotRepository.Get(int id)' doesn't match implicitly implemented member 'ExamSlot IExamSlotRepository.Get(int id)' (possibly because of nullability attributes).
|
LangLang/Repositories/PenaltyPointRepository.cs#L21
Nullability of reference types in return type of 'PenaltyPoint? PenaltyPointRepository.Get(int id)' doesn't match implicitly implemented member 'PenaltyPoint IPenaltyPointRepository.Get(int id)' (possibly because of nullability attributes).
|
LangLang/WPF/ViewModels/CourseViewModels/CourseViewModel.cs#L292
Nullability of reference types in type of 'event PropertyChangedEventHandler CourseViewModel.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
LangLang/WPF/ViewModels/TutorViewModels/TutorViewModel.cs#L289
Nullability of reference types in type of 'event PropertyChangedEventHandler TutorViewModel.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
LangLang/WPF/Views/TutorView/AdditionalWindows/CourseView/InputPopupWindow.xaml#L30
'InputPopupWindow.TextInput' hides inherited member 'UIElement.TextInput'. Use the new keyword if hiding was intended.
|
LangLang/Domain/Models/TimeSlot.cs#L46
'TimeSlot.ToString()' hides inherited member 'object.ToString()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
LangLang/Repositories/ExamSlotRepository.cs#L18
Nullability of reference types in return type of 'ExamSlot? ExamSlotRepository.Get(int id)' doesn't match implicitly implemented member 'ExamSlot IExamSlotRepository.Get(int id)' (possibly because of nullability attributes).
|
LangLang/Repositories/PenaltyPointRepository.cs#L21
Nullability of reference types in return type of 'PenaltyPoint? PenaltyPointRepository.Get(int id)' doesn't match implicitly implemented member 'PenaltyPoint IPenaltyPointRepository.Get(int id)' (possibly because of nullability attributes).
|
LangLang/WPF/ViewModels/CourseViewModels/CourseViewModel.cs#L292
Nullability of reference types in type of 'event PropertyChangedEventHandler CourseViewModel.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
LangLang/WPF/ViewModels/TutorViewModels/TutorViewModel.cs#L289
Nullability of reference types in type of 'event PropertyChangedEventHandler TutorViewModel.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
This job failed
Loading