Skip to content

chore: improve error reporting

Codacy Production / Codacy Static Code Analysis succeeded Dec 6, 2023 in 0s

Your pull request is up to standards!

Codacy found no issues in your code

Annotations

Check warning on line 99 in src/Uno.UI.Runtime.Skia.Wpf/Input/WpfKeyboardInputSource.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/Uno.UI.Runtime.Skia.Wpf/Input/WpfKeyboardInputSource.cs#L99

Make sure that this accessibility bypass is safe here.

Check warning on line 35 in src/Uno.UI/UI/Xaml/Controls/TextBlock/TextBlock.skia.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/Uno.UI/UI/Xaml/Controls/TextBlock/TextBlock.skia.cs#L35

Remove this commented out code.

Check warning on line 208 in src/Uno.UI/UI/Xaml/Controls/TextBlock/TextBlock.skia.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/Uno.UI/UI/Xaml/Controls/TextBlock/TextBlock.skia.cs#L208

Remove this commented out code.

Check warning on line 61 in src/Uno.UI/UI/Xaml/Controls/TextBox/TextBox.skia.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/Uno.UI/UI/Xaml/Controls/TextBox/TextBox.skia.cs#L61

Make '_history' 'readonly'.

Check warning on line 96 in src/Uno.UI/UI/Xaml/Documents/InlineCollection.skia.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/Uno.UI/UI/Xaml/Documents/InlineCollection.skia.cs#L96

Provide a getter for 'Selection' or replace the property with a 'SetSelection' method.