feature: follow your dreams #69
package.navigator.yml
on: pull_request
build
30s
publish
0s
Annotations
12 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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
src/Navigator/Actions/Builder/BotActionBuilder.cs#L11
Non-nullable property '_category' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Navigator/Actions/BotAction.cs#L3
Missing XML comment for publicly visible type or member 'BotAction'
|
build:
src/Navigator/Actions/BotAction.cs#L7
Missing XML comment for publicly visible type or member 'BotAction.Id'
|
build:
src/Navigator/Actions/BotAction.cs#L8
Missing XML comment for publicly visible type or member 'BotAction.Information'
|
build:
src/Navigator/Actions/BotAction.cs#L10
Missing XML comment for publicly visible type or member 'BotAction.BotAction(Guid, BotActionInformation, Delegate, Delegate)'
|
build:
src/Navigator/Actions/BotAction.cs#L18
Missing XML comment for publicly visible type or member 'BotAction.ExecuteCondition(object?[])'
|
build:
src/Navigator/Actions/BotAction.cs#L32
Missing XML comment for publicly visible type or member 'BotAction.ExecuteHandler(object?[])'
|
build:
src/Navigator/Actions/BotActionInformation.cs#L3
Missing XML comment for publicly visible type or member 'BotActionInformation'
|
build:
src/Navigator/Actions/BotActionInformation.cs#L5
Missing XML comment for publicly visible type or member 'BotActionInformation.Category'
|
build:
src/Navigator/Actions/BotActionInformation.cs#L6
Missing XML comment for publicly visible type or member 'BotActionInformation.ConditionInputTypes'
|