Skip to content

Readme changed

Readme changed #982

Triggered via push December 26, 2023 22:09
Status Success
Total duration 1m 21s
Artifacts

dotnet-core.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

17 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
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
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
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the 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/ThreadSafeRandom.cs#L9
'ThreadSafeRandom' 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/InMemoryDistributedDictionary.cs#L19
'InMemoryDistributedDictionary<TKey, TValue>' overrides Object.Equals(object o) but does not override Object.GetHashCode()
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.