Skip to content

Approve Multisequence Learning #999

Approve Multisequence Learning

Approve Multisequence Learning #999

Triggered via push January 21, 2024 18:27
Status Success
Total duration 1m 42s
Artifacts

dotnet-core.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
build: source/ImageEncoder/ImageEncoder.cs#L36
Non-nullable field 'imageBinarizer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: source/ImageEncoder/ImageEncoder.cs#L36
Non-nullable field 'binarizerParams' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: source/NeoCortexEntities/Entities/AbstractSparseBinaryMatrix.cs#L159
'AbstractSparseBinaryMatrix.set(int, params int[])' hides inherited member 'AbstractSparseMatrix<int>.set(int, int[])'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: source/NeoCortexEntities/Entities/AbstractSparseBinaryMatrix.cs#L179
'AbstractSparseBinaryMatrix.get(int[])' hides inherited member 'AbstractSparseMatrix<int>.get(params int[])'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: source/NeoCortexEntities/ThreadSafeRandom.cs#L9
'ThreadSafeRandom' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: source/NeoCortexEntities/InMemoryDistributedDictionary.cs#L19
'InMemoryDistributedDictionary<TKey, TValue>' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: source/NeoCortexEntities/SparseBinaryMatrixDistDict.cs#L219
'SparseBinaryMatrix.set(int[], int[])' hides inherited member 'AbstractSparseBinaryMatrix.set(int[], int[])'. Use the new keyword if hiding was intended.
build: source/NeoCortexEntities/SparseBinaryMatrixDistDict.cs#L20
'SparseBinaryMatrix' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: source/NeoCortexEntities/Entities/Synapse.cs#L57
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: source/NeoCortexEntities/Types/Integer.cs#L11
'Integer' defines operator == or operator != but does not override Object.Equals(object o)