Merge branch 'master' of https://github.com/marciweleq/VulcanForWindows #3
Annotations
4 errors and 11 warnings
|
Create the app package:
VulcanForWindows/Classes/VulcanGradesDb/ClassmateGradesUploader.cs#L59
The name 'Properties' does not exist in the current context
|
Create the app package:
VulcanForWindows/Classes/VulcanGradesDb/ClassmateGradesService.cs#L26
The name 'Properties' does not exist in the current context
|
Create the app package
The operation was canceled.
|
Setup MSBuild.exe
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/
|
Create the app package:
VulcanForWindows/UserControls/Deadlinables/DeadlineablesWidget.xaml.cs#L23
The using directive for 'System.Linq' appeared previously in this namespace
|
Create the app package:
VulcanForWindows/UserControls/GradesCharts/SubjectMonthGrades.xaml.cs#L21
The using directive for 'LiveChartsCore' appeared previously in this namespace
|
Create the app package:
VulcanForWindows/GradesSummaryPage.xaml.cs#L42
'GradesSummaryPage.RaisePropertyChanged(string)': new protected member declared in sealed type
|
Create the app package:
VulcanForWindows/GradesSummaryPage.xaml.cs#L69
'GradesSummaryPage.Loaded' hides inherited member 'FrameworkElement.Loaded'. Use the new keyword if hiding was intended.
|
Create the app package:
VulcanForWindows/UserControls/Deadlinables/SingleDeadlineable.xaml.cs#L81
'SingleDeadlineable.Tapped(object, TappedRoutedEventArgs)' hides inherited member 'UIElement.Tapped'. Use the new keyword if hiding was intended.
|
Create the app package:
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.
|
Create the app package:
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.
|
Create the app package:
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.
|
Create the app package:
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.
|
Create the app package:
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.
|
Loading