fixed tag format #1143
Annotations
1 error and 12 warnings
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: 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:
src/AttributeSystem/Extensions.cs#L24
Use trailing comma in multi-line initializers
|
build:
src/AttributeSystem/AttributeRelationshipElement.cs#L73
Use trailing comma in multi-line initializers
|
build:
src/Pathfinding/NodeIndexer.cs#L10
XML comment has cref attribute 'index' that could not be resolved
|
build:
src/PlugIns/CustomPlugInContainerBase.cs#L21
The keyword 'new' should not be followed by a space
|
build:
src/PlugIns/PlugInContainerBase.cs#L45
The keyword 'new' should not be followed by a space
|
build:
src/PlugIns/PlugInManager.cs#L24
The keyword 'new' should not be followed by a space
|
build:
src/PlugIns/PlugInManager.cs#L25
The keyword 'new' should not be followed by a space
|
build:
src/PlugIns/IStrategyPlugInProvider.cs#L30
A property should not follow a indexer
|
build:
src/PlugIns/StrategyPlugInProvider.cs#L65
A property should not follow a indexer
|
build:
src/Pathfinding/BinaryMinHeap{T}.cs#L21
The keyword 'new' should not be followed by a space
|