Skip to content

Merge pull request #465 from kzi-nastava/feat/tutor-skill #219

Merge pull request #465 from kzi-nastava/feat/tutor-skill

Merge pull request #465 from kzi-nastava/feat/tutor-skill #219

Triggered via push June 15, 2024 17:22
Status Failure
Total duration 1m 15s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
build: LangLang/BusinessLogic/UseCases/CourseService.cs#L95
'ExamSlot' does not contain a definition for 'TimeSlot' and no accessible extension method 'TimeSlot' accepting a first argument of type 'ExamSlot' could be found (are you missing a using directive or an assembly reference?)
build: LangLang/BusinessLogic/UseCases/CourseService.cs#L218
'Tutor' does not contain a definition for 'Skill' and no accessible extension method 'Skill' accepting a first argument of type 'Tutor' could be found (are you missing a using directive or an assembly reference?)
build: LangLang/BusinessLogic/UseCases/CourseService.cs#L222
'Tutor' does not contain a definition for 'Skill' and no accessible extension method 'Skill' accepting a first argument of type 'Tutor' could be found (are you missing a using directive or an assembly reference?)
build: LangLang/BusinessLogic/UseCases/CourseService.cs#L224
'Tutor' does not contain a definition for 'Skill' and no accessible extension method 'Skill' accepting a first argument of type 'Tutor' could be found (are you missing a using directive or an assembly reference?)
build: LangLang/BusinessLogic/UseCases/CourseService.cs#L281
Operator '==' cannot be applied to operands of type 'Level' and 'LanguageLevel'
build: LangLang/Domain/Models/Course.cs#L80
There is no argument given that corresponds to the required parameter 'time' of 'TimeSlot.TimeSlot(int, double, DateTime)'
build: LangLang/WPF/ViewModels/CourseViewModels/CourseSearchViewModel.cs#L46
Argument 3: cannot convert from 'LangLang.Domain.Enums.Level?' to 'LangLang.Domain.Models.LanguageLevel?'
build: LangLang/WPF/ViewModels/CourseViewModels/AvailableCoursesViewModel.cs#L36
Argument 3: cannot convert from 'LangLang.Domain.Enums.Level?' to 'LangLang.Domain.Models.LanguageLevel?'
build: LangLang/WPF/ViewModels/ExamViewModels/ExamSlotViewModel.cs#L195
'int' does not contain a definition for 'Id' and no accessible extension method 'Id' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?)
build: LangLang/BusinessLogic/UseCases/ExamSlotService.cs#L289
'Course' does not contain a definition for 'LanguageLevelId' and no accessible extension method 'LanguageLevelId' accepting a first argument of type 'Course' 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/Repositories/ExamSlotRepository.cs#L17
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).
build: 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).
build: LangLang/WPF/ViewModels/CourseViewModels/CourseViewModel.cs#L291
Nullability of reference types in type of 'event PropertyChangedEventHandler CourseViewModel.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build: LangLang/WPF/ViewModels/LanguageLevelViewModels/LanguageLevelViewModel.cs#L28
Nullability of reference types in type of 'event PropertyChangedEventHandler LanguageLevelViewModel.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build: LangLang/WPF/ViewModels/TutorViewModels/TutorViewModel.cs#L293
Nullability of reference types in type of 'event PropertyChangedEventHandler TutorViewModel.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build: LangLang/WPF/Views/TutorView/AdditionalWindows/CourseView/InputPopupWindow.xaml#L30
'InputPopupWindow.TextInput' hides inherited member 'UIElement.TextInput'. Use the new keyword if hiding was intended.
build: LangLang/App.xaml.cs#L42
Possible null reference argument for parameter 'serviceProvider' in 'void Injector.SetServiceProvider(ServiceProvider serviceProvider)'.
build: LangLang/Domain/Models/WithdrawalRequest.cs#L17
Non-nullable property 'Reason' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: LangLang/Configuration/Injector.cs#L42
The type 'T' cannot be used as type parameter 'T' in the generic type or method 'ServiceProviderServiceExtensions.GetRequiredService<T>(IServiceProvider)'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
build: LangLang/Configuration/Injector.cs#L12
Non-nullable field '_serviceProvider' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.