feature: simplify and refactor code #55
package.navigator.yml
on: pull_request
build
57s
publish
0s
Annotations
1 error and 11 warnings
build
Process completed with exit code 1.
|
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'
|