Skip to content

feat: add missing actions #58

feat: add missing actions

feat: add missing actions #58

Triggered via pull request November 16, 2023 21:31
Status Success
Total duration 51s
Artifacts

package.navigator.yml

on: pull_request
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. 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/Navigator/Bundled/Actions/Messages/MessageAction.cs#L28
'MessageAction.Timestamp' hides inherited member 'BaseAction.Timestamp'. Use the new keyword if hiding was intended.
build: src/Navigator/Entities/Bot.cs#L8
Parameter 'Username' is unread. Did you forget to use it to initialize the property with that name?
build: src/Navigator/Actions/ActionHandler.cs#L7
Missing XML comment for publicly visible type or member 'ActionHandler<TAction>'
build: src/Navigator/Actions/ActionHandler.cs#L9
Missing XML comment for publicly visible type or member 'ActionHandler<TAction>.Context'
build: src/Navigator/Actions/ActionHandler.cs#L11
Missing XML comment for publicly visible type or member 'ActionHandler<TAction>.ActionHandler(INavigatorContextAccessor)'
build: src/Navigator/Actions/ActionHandler.cs#L16
Missing XML comment for publicly visible type or member 'ActionHandler<TAction>.Handle(TAction, CancellationToken)'
build: src/Navigator/Actions/ActionHandler.cs#L18
Missing XML comment for publicly visible type or member 'ActionHandler<TAction>.Success()'
build: src/Navigator/Actions/ActionHandler.cs#L23
Missing XML comment for publicly visible type or member 'ActionHandler<TAction>.Error()'
build: src/Navigator/Actions/ActionHandlerExtensions.cs#L3
Missing XML comment for publicly visible type or member 'ActionHandlerExtensions'
build: src/Navigator/Actions/Attributes/ActionPriorityAttribute.cs#L9
Missing XML comment for publicly visible type or member 'ActionPriorityAttribute.Priority'