Skip to content

Update README.MD

Update README.MD #36

Triggered via push November 16, 2023 17:30
Status Success
Total duration 1m 12s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

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/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)'.
build: src/daany.mathstuff/Matrix/Operations.cs#L417
Possible null reference argument for parameter 'x' in 'T IRootFunctions<T>.Sqrt(T x)'.