Switched from QuestPDF to PDFsharp due to lack of mobile platform sup… #42
Annotations
10 warnings
build
'CreateResumePage.Layout' hides inherited member 'VisualElement.Layout(Rect)'. Use the new keyword if hiding was intended.
|
build:
ResumeBuilderMAUI/Views/MainPage.xaml.cs#L13
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:
ResumeBuilderMAUI/Views/MainPage.xaml.cs#L18
Nullability of reference types in type of parameter 'sender' of 'void MainPage.OnNamePickerSelectedIndexChanged(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
|
build:
ResumeBuilderMAUI/Views/MainPage.xaml.cs#L11
Non-nullable property 'ResumeIds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ResumeBuilderMAUI/Views/MainPage.xaml.cs#L34
'Color.FromHex(string)' is obsolete: 'Use FromArgb instead.'
|
build:
ResumeBuilderMAUI/Views/MainPage.xaml.cs#L39
'Color.FromHex(string)' is obsolete: 'Use FromArgb instead.'
|
build:
ResumeBuilderMAUI/ViewModels/MainViewModel.cs#L356
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:
ResumeBuilderMAUI/ViewModels/LoginViewModel.cs#L12
Dereference of a possibly null reference.
|
build:
ResumeBuilderMAUI/ViewModels/LoginViewModel.cs#L12
Dereference of a possibly null reference.
|
build:
ResumeBuilderMAUI/Services/ResumeService.cs#L8
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.
|