Skip to content

Updated ResumeId handling and refactored ViewModel usage #40

Updated ResumeId handling and refactored ViewModel usage

Updated ResumeId handling and refactored ViewModel usage #40

Triggered via push June 10, 2024 20:55
Status Success
Total duration 8m 35s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

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#L28
'ClassicResumeLayout.GenerateClassicResumeLayout(MainViewModel)' is obsolete
build: ResumeBuilderMAUI/Services/LocalDbService.cs#L34
Possible null reference return.
build: ResumeBuilderMAUI/ViewModels/LoginViewModel.cs#L12
Dereference of a possibly null reference.
build: ResumeBuilderMAUI/ViewModels/LoginViewModel.cs#L12
Dereference of a possibly null reference.