Skip to content

Merge pull request #124 from kzi-nastava/feat/TutorWindow #50

Merge pull request #124 from kzi-nastava/feat/TutorWindow

Merge pull request #124 from kzi-nastava/feat/TutorWindow #50

Triggered via push April 1, 2024 14:42
Status Success
Total duration 1m 31s
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/MainWindow.xaml.cs#L8
The using directive for 'LangLang.Core.Controller' appeared previously in this namespace
build: LangLang/MainWindow.xaml.cs#L10
The using directive for 'System' appeared previously in this namespace
build: LangLang/MainWindow.xaml.cs#L11
The using directive for 'System.Collections.Generic' appeared previously in this namespace
build: LangLang/MainWindow.xaml.cs#L12
The using directive for 'System.Linq' appeared previously in this namespace
build: LangLang/MainWindow.xaml.cs#L13
The using directive for 'System.Text' appeared previously in this namespace
build: LangLang/MainWindow.xaml.cs#L14
The using directive for 'System.Threading.Tasks' appeared previously in this namespace
build: LangLang/MainWindow.xaml.cs#L15
The using directive for 'System.Windows' appeared previously in this namespace
build: LangLang/DTO/TutorDTO.cs#L297
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/View/TutorWindow.xaml.cs#L27
Non-nullable property 'tutor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.