Merge pull request #20 from bhrnjica/Dev #41
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
build:
src/daany.mathstuff/Random/Constant.cs#L9
'ThreadSafeRandom' is obsolete: 'The class is obsolite. Use TSRandom instead.'
|
build:
src/daany.mathstuff/Matrix/Operations.cs#L270
Converting null literal or possible null value to non-nullable type.
|
build:
src/daany.mathstuff/Matrix/Operations.cs#L273
Possible null reference argument for parameter 'left' in 'T IAdditionOperators<T, T, T>.operator +(T left, T right)'.
|
build:
src/daany.mathstuff/Matrix/Operations.cs#L275
Possible null reference assignment.
|
build:
src/daany.mathstuff/Stat-Metrics/Metrics.cs#L163
Converting null literal or possible null value to non-nullable type.
|
build:
src/daany.mathstuff/Matrix/Operations.cs#L400
Converting null literal or possible null value to non-nullable type.
|
build:
src/daany.mathstuff/Matrix/Operations.cs#L402
Possible null reference argument for parameter 'left' in 'T IAdditionOperators<T, T, T>.operator +(T left, T right)'.
|
build:
src/daany.mathstuff/Matrix/Operations.cs#L404
Possible null reference argument for parameter 'x' in 'T IRootFunctions<T>.Sqrt(T x)'.
|
build:
src/daany.mathstuff/Matrix/Operations.cs#L409
Converting null literal or possible null value to non-nullable type.
|
build:
src/daany.mathstuff/Matrix/Operations.cs#L414
Possible null reference argument for parameter 'left' in 'T IAdditionOperators<T, T, T>.operator +(T left, T right)'.
|