Skip to content

Bump xunit from 2.6.1 to 2.6.2 #176

Bump xunit from 2.6.1 to 2.6.2

Bump xunit from 2.6.1 to 2.6.2 #176

Triggered via push December 6, 2023 18:09
Status Success
Total duration 36s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/NetFabric.Numerics.Tensors/Add.cs#L5
Missing XML comment for publicly visible type or member 'Tensor'
build: src/NetFabric.Numerics.Tensors/Apply.cs#L12
Missing XML comment for publicly visible type or member 'Tensor.Apply<T, TOperation>(ReadOnlySpan<T>, ref TOperation)'
build: src/NetFabric.Numerics.Tensors/Apply.cs#L44
Missing XML comment for publicly visible type or member 'Tensor.Apply2D<T, TOperation>(ReadOnlySpan<T>, ref TOperation)'
build: src/NetFabric.Numerics.Tensors/Apply.cs#L81
Missing XML comment for publicly visible type or member 'Tensor.Apply<T, TOperation>(ReadOnlySpan<T>, Span<T>, ref TOperation)'
build: src/NetFabric.Numerics.Tensors/Apply.cs#L129
Missing XML comment for publicly visible type or member 'Tensor.Apply2D<T, TOperation>(ReadOnlySpan<T>, Span<T>, ref TOperation)'
build: src/NetFabric.Numerics.Tensors/Apply.cs#L181
Missing XML comment for publicly visible type or member 'Tensor.Apply<T, TOperation>(ReadOnlySpan<T>, ReadOnlySpan<T>, Span<T>, ref TOperation)'
build: src/NetFabric.Numerics.Tensors/ITensorOperation.cs#L3
Missing XML comment for publicly visible type or member 'IUnaryTensorOperation<T>'
build: src/NetFabric.Numerics.Tensors/ITensorOperation.cs#L5
Missing XML comment for publicly visible type or member 'IUnaryTensorOperation<T>.Apply(ref readonly T)'
build: src/NetFabric.Numerics.Tensors/ITensorOperation.cs#L6
Missing XML comment for publicly visible type or member 'IUnaryTensorOperation<T>.Apply(ref readonly Vector<T>)'
build: src/NetFabric.Numerics.Tensors/ITensorOperation.cs#L9
Missing XML comment for publicly visible type or member 'IUnary2DTensorOperation<T>'