Skip to content

Merge pull request #468 from kzi-nastava/fix/update-course #221

Merge pull request #468 from kzi-nastava/fix/update-course

Merge pull request #468 from kzi-nastava/fix/update-course #221

Triggered via push June 16, 2024 12:44
Status Success
Total duration 1m 27s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

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/Repositories/FileRepositories/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/Repositories/SqlRepositories/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/WPF/ViewModels/CourseViewModels/CourseViewModel.cs#L321
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#L43
Possible null reference argument for parameter 'serviceProvider' in 'void Injector.SetServiceProvider(ServiceProvider serviceProvider)'.
build: LangLang/WPF/Views/TutorView/AdditionalWindows/CourseView/InputPopupWindow.xaml.cs#L11
Non-nullable property 'EnteredText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: LangLang/WPF/Views/TutorView/AdditionalWindows/CourseView/GradeSelectionPopup.xaml.cs#L21
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
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.