Skip to content

chore: merge old stuff #49

chore: merge old stuff

chore: merge old stuff #49

Triggered via pull request October 6, 2023 21:29
Status Failure
Total duration 37s
Artifacts

package.navigator.yml

on: pull_request
Matrix: build
publish
0s
publish
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
build (ubuntu-latest): src/Navigator.Samples.Store/Actions/EchoActionHandler.cs#L24
'INavigatorStore' does not contain a definition for 'GetDataAsync' and no accessible extension method 'GetDataAsync' accepting a first argument of type 'INavigatorStore' could be found (are you missing a using directive or an assembly reference?)
build (ubuntu-latest): src/Navigator.Samples.Store/Actions/EchoActionHandler.cs#L24
'INavigatorStore' does not contain a definition for 'GetDataAsync' and no accessible extension method 'GetDataAsync' accepting a first argument of type 'INavigatorStore' could be found (are you missing a using directive or an assembly reference?)
build (ubuntu-latest)
Process completed with exit code 1.
build (ubuntu-latest)
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 (ubuntu-latest): src/Navigator/Entities/Conversation.cs#L11
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (ubuntu-latest): src/Navigator/Actions/ActionHandler.cs#L6
Missing XML comment for publicly visible type or member 'ActionHandler<TAction>'
build (ubuntu-latest): src/Navigator/Actions/ActionHandler.cs#L8
Missing XML comment for publicly visible type or member 'ActionHandler<TAction>.NavigatorContext'
build (ubuntu-latest): src/Navigator/Actions/ActionHandler.cs#L10
Missing XML comment for publicly visible type or member 'ActionHandler<TAction>.ActionHandler(INavigatorContextAccessor)'
build (ubuntu-latest): src/Navigator/Actions/ActionHandler.cs#L15
Missing XML comment for publicly visible type or member 'ActionHandler<TAction>.Handle(TAction, CancellationToken)'
build (ubuntu-latest): src/Navigator/Actions/ActionHandler.cs#L17
Missing XML comment for publicly visible type or member 'ActionHandler<TAction>.Success()'
build (ubuntu-latest): src/Navigator/Actions/ActionHandler.cs#L22
Missing XML comment for publicly visible type or member 'ActionHandler<TAction>.Error()'
build (ubuntu-latest): src/Navigator/Actions/ActionHandlerExtensions.cs#L3
Missing XML comment for publicly visible type or member 'ActionHandlerExtensions'
build (ubuntu-latest): src/Navigator/Actions/Attributes/ActionPriorityAttribute.cs#L9
Missing XML comment for publicly visible type or member 'ActionPriorityAttribute.Priority'
build (ubuntu-latest): src/Navigator/Actions/Attributes/ActionPriorityAttribute.cs#L11
Missing XML comment for publicly visible type or member 'ActionPriorityAttribute.ActionPriorityAttribute(ushort)'