Merge pull request #121 from kzi-nastava/feat/TutorWindow #49
Annotations
5 errors and 11 warnings
build:
LangLang/MainWindow.xaml.cs#L41
There is no argument given that corresponds to the required parameter 't' of 'TutorWindow.TutorWindow(Tutor)'
|
build:
LangLang/View/CourseGUI/CourseCreateWindow.xaml#L95
'CourseCreateWindow' does not contain a definition for 'ComboBox_SelectionChanged' and no accessible extension method 'ComboBox_SelectionChanged' accepting a first argument of type 'CourseCreateWindow' could be found (are you missing a using directive or an assembly reference?)
|
build:
LangLang/MainWindow.xaml.cs#L41
There is no argument given that corresponds to the required parameter 't' of 'TutorWindow.TutorWindow(Tutor)'
|
build:
LangLang/View/CourseGUI/CourseCreateWindow.xaml#L95
'CourseCreateWindow' does not contain a definition for 'ComboBox_SelectionChanged' and no accessible extension method 'ComboBox_SelectionChanged' accepting a first argument of type 'CourseCreateWindow' could be found (are you missing a using directive or an assembly reference?)
|
build
Process completed with exit code 1.
|
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/DTO/StudentDTO.cs#L11
Non-nullable field 'name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|