Skip to content

Update main.yml

Update main.yml #25

Triggered via push March 16, 2024 20:06
Status Success
Total duration 4m 11s
Billable time 8m
Artifacts

main.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

28 warnings
build (Release, x86)
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], actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (Release, x86)
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], actions/upload-artifact@v2. 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, x86)
No files were found with the provided path: D:\a\VulcanForWindows\VulcanForWindows\bin. No artifacts will be uploaded.
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/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/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, 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/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, x86): 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)
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], actions/upload-artifact@v2. 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], actions/upload-artifact@v2. 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/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.
build (Release, x64): VulcanForWindows/Vulcan/Attendance/LessonsService.cs#L134
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, x64)
No files were found with the provided path: D:\a\VulcanForWindows\VulcanForWindows\bin. No artifacts will be uploaded.
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/