fix paste performance issue on windows and linux #729
Annotations
1 error and 11 warnings
Test
Process completed with exit code 1.
|
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.
|
Loading