Skip to content

no message

no message #285

Triggered via push July 21, 2023 09:20
Status Success
Total duration 3m 31s
Artifacts

blauhaus.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/Blauhaus.MVVM.Abstractions/Extensions/IsExecutingExtensions.cs#L18
Dereference of a possibly null reference.
build: src/Blauhaus.MVVM.Abstractions/Extensions/IsExecutingExtensions.cs#L29
Dereference of a possibly null reference.
build: src/Blauhaus.MVVM.Abstractions/Navigation/Register/NavigationRegister.cs#L27
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, Type>.TryGetValue(string key, out Type value)'.
build: src/Blauhaus.MVVM/ExecutingCommands/.Base/BaseExecutingCommand.cs#L74
Nullability of reference types in type of parameter 'parameter' of 'bool BaseExecutingCommand<TExecutingCommand>.CanExecute(object parameter)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
build: src/Blauhaus.MVVM/ExecutingCommands/ExecutingParameterCommands/.Base/BaseExecutingParameterCommand.cs#L21
Nullability of type of parameter 'parameter' doesn't match overridden member (possibly because of nullability attributes).
build: src/Blauhaus.MVVM/ExecutingCommands/ExecutingNoParameterCommands/.Base/BaseExecutingNoParameterCommand.cs#L20
Nullability of type of parameter 'parameter' doesn't match overridden member (possibly because of nullability attributes).
build: src/Blauhaus.MVVM/Collections/.Base/BaseObservableIdCollection.cs#L73
Possible null reference argument for parameter 'item' in 'int Collection<T>.IndexOf(T item)'.
build: src/Blauhaus.MVVM/ExecutingCommands/ExecutingNoParameterCommands/ExecutingObservableCommand.cs#L53
Possible null reference argument for parameter 'source' in 'IDisposable ObservableExtensions.Subscribe<T>(IObservable<T> source, Action<T> onNext, Action<Exception> onError, Action onCompleted)'.