Skip to content

Merge pull request #20 from bhrnjica/Dev #41

Merge pull request #20 from bhrnjica/Dev

Merge pull request #20 from bhrnjica/Dev #41

Triggered via push November 16, 2023 17:33
Status Success
Total duration 3m 28s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

CI_dotnet.yml

on: push
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/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)'.