Skip to content

Bump MathCore from 0.0.93 to 0.0.93.1 #330

Bump MathCore from 0.0.93 to 0.0.93.1

Bump MathCore from 0.0.93 to 0.0.93.1 #330

Triggered via push February 5, 2025 20:37
Status Success
Total duration 36s
Artifacts

testing.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build: MathCore.AI/ART1/Cluster.cs#L22
Converting null literal or possible null value to non-nullable type.
Build: MathCore.AI/ART1/Cluster.cs#L22
Dereference of a possibly null reference.
Build: MathCore.AI/NeuralNetworks/ComplexMultilayerPerceptron.cs#L31
Possible null reference assignment.
Build: MathCore.AI/NeuralNetworks/MultilayerPerceptron.cs#L587
Cannot convert null literal to non-nullable reference type.
Build: MathCore.AI/NeuralNetworks/MultilayerPerceptron.cs#L591
Possible null reference argument for parameter 'item' in 'void List<ActivationFunction>.Add(ActivationFunction item)'.
Build: MathCore.AI/NeuralNetworks/MultilayerPerceptron.cs#L637
Cannot convert null literal to non-nullable reference type.
Build: MathCore.AI/NeuralNetworks/MultilayerPerceptron.cs#L641
Possible null reference argument for parameter 'item' in 'void List<ActivationFunction>.Add(ActivationFunction item)'.
Build: MathCore.AI/NeuralNetworks/MultilayerPerceptron.LayerManager.cs#L52
Argument of type 'ActivationFunction?[]' cannot be used for parameter 'Activations' of type 'ActivationFunction[]' in 'LayerManager.LayerManager(int LayerIndex, double[][,] Layers, double[][] Offsets, double[][] OffsetWeights, double[][] Outputs, ActivationFunction[] Activations)' due to differences in the nullability of reference types.
Build: MathCore.AI/NeuralNetworks/MultilayerPerceptron.LayerManager.cs#L57
Argument of type 'ActivationFunction?[]' cannot be used for parameter 'Activations' of type 'ActivationFunction[]' in 'LayerManager.LayerManager(int LayerIndex, double[][,] Layers, double[][] Offsets, double[][] OffsetWeights, double[][] Outputs, ActivationFunction[] Activations)' due to differences in the nullability of reference types.
Build: MathCore.AI/ART1/Cluster.cs#L22
Converting null literal or possible null value to non-nullable type.