Skip to content

Searching (#58)

Searching (#58) #60

Triggered via push August 14, 2026 08:46
Status Success
Total duration 1m 41s
Artifacts

ci.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

33 warnings
build (UIA2)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4, microsoft/setup-msbuild@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build (UIA2): src/FlaUInspect/App.xaml.cs#L106
Dereference of a possibly null reference.
build (UIA2): src/FlaUInspect/App.xaml.cs#L96
Unboxing a possibly null value.
build (UIA2): src/FlaUInspect/App.xaml.cs#L96
Dereference of a possibly null reference.
build (UIA2): src/FlaUInspect/App.xaml.cs#L96
Dereference of a possibly null reference.
build (UIA2): src/FlaUInspect/App.xaml.cs#L93
Converting null literal or possible null value to non-nullable type.
build (UIA2): src/FlaUInspect/App.xaml.cs#L45
Unreachable code detected
build (UIA2): src/FlaUInspect/Core/RelayCommandAsync.cs#L40
Nullability of reference types in type of 'event EventHandler AsyncRelayCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
build (UIA2): src/FlaUInspect/Core/RelayCommandAsync.cs#L46
Nullability of reference types in type of parameter 'parameter' doesn't match implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
build (UIA2): src/FlaUInspect/Core/RelayCommandAsync.cs#L42
Nullability of reference types in type of parameter 'parameter' doesn't match implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
build (UIA2): src/FlaUInspect/Core/ObservableObject.cs#L63
Cannot convert null literal to non-nullable reference type.
build (Debug)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4, microsoft/setup-msbuild@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build (Debug): src/FlaUInspect/App.xaml.cs#L106
Dereference of a possibly null reference.
build (Debug): src/FlaUInspect/App.xaml.cs#L96
Unboxing a possibly null value.
build (Debug): src/FlaUInspect/App.xaml.cs#L96
Dereference of a possibly null reference.
build (Debug): src/FlaUInspect/App.xaml.cs#L96
Dereference of a possibly null reference.
build (Debug): src/FlaUInspect/App.xaml.cs#L93
Converting null literal or possible null value to non-nullable type.
build (Debug): src/FlaUInspect/App.xaml.cs#L45
Unreachable code detected
build (Debug): src/FlaUInspect/Core/RelayCommandAsync.cs#L40
Nullability of reference types in type of 'event EventHandler AsyncRelayCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
build (Debug): src/FlaUInspect/Core/RelayCommandAsync.cs#L46
Nullability of reference types in type of parameter 'parameter' doesn't match implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
build (Debug): src/FlaUInspect/Core/RelayCommandAsync.cs#L42
Nullability of reference types in type of parameter 'parameter' doesn't match implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
build (Debug): src/FlaUInspect/Core/ObservableObject.cs#L63
Cannot convert null literal to non-nullable reference type.
build (UIA3)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4, microsoft/setup-msbuild@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build (UIA3): src/FlaUInspect/App.xaml.cs#L96
Dereference of a possibly null reference.
build (UIA3): src/FlaUInspect/App.xaml.cs#L93
Converting null literal or possible null value to non-nullable type.
build (UIA3): src/FlaUInspect/App.xaml.cs#L45
Unreachable code detected
build (UIA3): src/FlaUInspect/Core/RelayCommandAsync.cs#L19
Non-nullable event 'CanExecuteChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build (UIA3): src/FlaUInspect/Core/RelayCommandAsync.cs#L13
Cannot convert null literal to non-nullable reference type.
build (UIA3): src/FlaUInspect/Core/Converters/IndentConverter.cs#L10
Unboxing a possibly null value.
build (UIA3): src/FlaUInspect/Core/RelayCommandAsync.cs#L40
Nullability of reference types in type of 'event EventHandler AsyncRelayCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
build (UIA3): src/FlaUInspect/Core/RelayCommandAsync.cs#L46
Nullability of reference types in type of parameter 'parameter' doesn't match implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
build (UIA3): src/FlaUInspect/Core/RelayCommandAsync.cs#L42
Nullability of reference types in type of parameter 'parameter' doesn't match implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
build (UIA3): src/FlaUInspect/Core/ObservableObject.cs#L63
Cannot convert null literal to non-nullable reference type.