Skip to content

Merge pull request #11 from navigatorframework/feature/add-missing-ac… #59

Merge pull request #11 from navigatorframework/feature/add-missing-ac…

Merge pull request #11 from navigatorframework/feature/add-missing-ac… #59

Triggered via push November 16, 2023 21:32
Status Success
Total duration 44s
Artifacts
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'