Skip to content

no message

no message #295

Triggered via push August 29, 2023 07:20
Status Success
Total duration 3m 12s
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/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/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/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)'.
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).