Merge pull request #119 from kzi-nastava/feat/MainController #48
Annotations
11 warnings
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/MainWindow.xaml.cs#L34
Non-nullable property 'tutorController' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading