Merge branch 'master' of https://github.com/marciweleq/VulcanForWindows #3
Annotations
7 errors and 24 warnings
build (Release, x64):
VulcanForWindows/Classes/VulcanGradesDb/ClassmateGradesUploader.cs#L59
The name 'Properties' does not exist in the current context
|
build (Release, x64):
VulcanForWindows/Classes/VulcanGradesDb/ClassmateGradesService.cs#L26
The name 'Properties' does not exist in the current context
|
build (Release, x64)
Process completed with exit code 1.
|
build (Release, x86)
The job was canceled because "Release_x64" failed.
|
build (Release, x86):
VulcanForWindows/Classes/VulcanGradesDb/ClassmateGradesUploader.cs#L59
The name 'Properties' does not exist in the current context
|
build (Release, x86):
VulcanForWindows/Classes/VulcanGradesDb/ClassmateGradesService.cs#L26
The name 'Properties' does not exist in the current context
|
build (Release, x86)
The operation was canceled.
|
build (Release, x64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, microsoft/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (Release, x64)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, microsoft/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (Release, x64):
VulcanForWindows/UserControls/Deadlinables/DeadlineablesWidget.xaml.cs#L23
The using directive for 'System.Linq' appeared previously in this namespace
|
build (Release, x64):
VulcanForWindows/UserControls/GradesCharts/SubjectMonthGrades.xaml.cs#L21
The using directive for 'LiveChartsCore' appeared previously in this namespace
|
build (Release, x64):
VulcanForWindows/GradesSummaryPage.xaml.cs#L42
'GradesSummaryPage.RaisePropertyChanged(string)': new protected member declared in sealed type
|
build (Release, x64):
VulcanForWindows/GradesSummaryPage.xaml.cs#L69
'GradesSummaryPage.Loaded' hides inherited member 'FrameworkElement.Loaded'. Use the new keyword if hiding was intended.
|
build (Release, x64):
VulcanForWindows/UserControls/Deadlinables/SingleDeadlineable.xaml.cs#L81
'SingleDeadlineable.Tapped(object, TappedRoutedEventArgs)' hides inherited member 'UIElement.Tapped'. Use the new keyword if hiding was intended.
|
build (Release, x64):
VulcanForWindows/Vulcan/Timetable/OgTimetable.cs#L40
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build (Release, x64):
VulcanForWindows/Vulcan/Notes/NotesService.cs#L38
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build (Release, x64):
VulcanForWindows/Vulcan/Messages/MessagesService.cs#L53
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build (Release, x64):
VulcanForWindows/Vulcan/Messages/MessageBoxesService.cs#L37
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build (Release, x64):
VulcanForWindows/Vulcan/Homework/HomeworkService.cs#L38
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build (Release, x64)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build (Release, x86)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build (Release, x86):
VulcanForWindows/UserControls/Deadlinables/DeadlineablesWidget.xaml.cs#L23
The using directive for 'System.Linq' appeared previously in this namespace
|
build (Release, x86):
VulcanForWindows/UserControls/GradesCharts/SubjectMonthGrades.xaml.cs#L21
The using directive for 'LiveChartsCore' appeared previously in this namespace
|
build (Release, x86):
VulcanForWindows/GradesSummaryPage.xaml.cs#L42
'GradesSummaryPage.RaisePropertyChanged(string)': new protected member declared in sealed type
|
build (Release, x86):
VulcanForWindows/GradesSummaryPage.xaml.cs#L69
'GradesSummaryPage.Loaded' hides inherited member 'FrameworkElement.Loaded'. Use the new keyword if hiding was intended.
|
build (Release, x86):
VulcanForWindows/UserControls/Deadlinables/SingleDeadlineable.xaml.cs#L81
'SingleDeadlineable.Tapped(object, TappedRoutedEventArgs)' hides inherited member 'UIElement.Tapped'. Use the new keyword if hiding was intended.
|
build (Release, x86):
VulcanForWindows/Vulcan/Timetable/OgTimetable.cs#L40
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build (Release, x86):
VulcanForWindows/Vulcan/Notes/NotesService.cs#L38
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build (Release, x86):
VulcanForWindows/Vulcan/Auth/ClientIdentityStore.cs#L47
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build (Release, x86):
VulcanForWindows/Vulcan/Auth/ClientIdentityStore.cs#L61
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build (Release, x86):
VulcanForWindows/Vulcan/Attendance/LessonsService.cs#L101
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|