Skip to content

Does not try to parse enum if it's not defined #717

Does not try to parse enum if it's not defined

Does not try to parse enum if it's not defined #717

Triggered via pull request January 7, 2025 22:36
Status Success
Total duration 1m 56s
Artifacts

general_build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: src/Experimental/Consolonia.Editor/ViewModels/MainWIndowViewModel.cs#L10
Non-nullable field '_selectedTheme' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Experimental/Consolonia.Editor/Resources/ResourceLoader.cs#L12
Converting null literal or possible null value to non-nullable type.
build: src/Experimental/Consolonia.Editor/MainWindow.axaml.cs#L56
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.Caret_PositionChanged(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build: src/Experimental/Consolonia.Editor/MainWindow.axaml.cs#L64
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.TextMateInstallationOnAppliedTheme(object sender, Installation e)' doesn't match the target delegate 'EventHandler<TextMate.Installation>' (possibly because of nullability attributes).
build: src/Experimental/Consolonia.Editor/MainWindow.axaml.cs#L71
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.SyntaxModeCombo_SelectionChanged(object sender, SelectionChangedEventArgs e)' doesn't match the target delegate 'EventHandler<SelectionChangedEventArgs>' (possibly because of nullability attributes).
build: src/Experimental/Consolonia.Editor/MainWindow.axaml.cs#L40
Non-nullable field '_foldingManager' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Experimental/Consolonia.Editor/MainWindow.axaml.cs#L40
Non-nullable field '_completionWindow' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Experimental/Consolonia.Editor/MainWindow.axaml.cs#L40
Non-nullable field '_insightWindow' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Experimental/Consolonia.Editor/MainWindow.axaml.cs#L199
Converting null literal or possible null value to non-nullable type.
build: src/Experimental/Consolonia.Editor/MainWindow.axaml.cs#L207
Dereference of a possibly null reference.