reorganize #44
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/Services/ResumeService.cs#L15
'ClassicResumeLayout.GenerateClassicResumeLayout(MainViewModel)' is obsolete
|
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.
|
build:
ResumeBuilderMAUI/Services/LocalDbService.cs#L34
Possible null reference return.
|
build:
ResumeBuilderMAUI/Services/LocalDbService.cs#L107
Argument of type 'IEnumerable<string?>' cannot be used for parameter 'collection' of type 'IEnumerable<string>' in 'ObservableCollection<string>.ObservableCollection(IEnumerable<string> collection)' due to differences in the nullability of reference types.
|