Skip to content

Minor Changes

Minor Changes #29

Triggered via push December 18, 2024 06:38
Status Success
Total duration 3m 43s
Artifacts

dotnet.yml

on: push
Matrix: Build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build (Release, UUID.sln): demo/UUID.Demo/Program.cs#L93
Converting null literal or possible null value to non-nullable type.
Build (Release, UUID.sln): demo/UUID.Demo/Program.cs#L96
Dereference of a possibly null reference.
Build (Release, UUID.sln): test/UUID.Tests/ArrayExtensionTests.cs#L24
Converting null literal or possible null value to non-nullable type.
Build (Release, UUID.sln): test/UUID.Tests/ArrayExtensionTests.cs#L25
Possible null reference argument for parameter 'array' in 'void ArrayExtension.Fill(UUID[] array)'.
Build (Release, UUID.sln): test/UUID.Tests/ArrayExtensionTests.cs#L32
Converting null literal or possible null value to non-nullable type.
Build (Release, UUID.sln): test/UUID.Tests/ArrayExtensionTests.cs#L33
Possible null reference argument for parameter 'array' in 'bool ArrayExtension.TryFill(UUID[] array)'.
Build (Release, UUID.sln): test/UUID.Tests/UUIDConstructorTests.cs#L122
Cannot convert null literal to non-nullable reference type.
Build (Release, UUID.sln): test/UUID.Tests/ArrayExtensionTests.cs#L70
Converting null literal or possible null value to non-nullable type.
Build (Release, UUID.sln): test/UUID.Tests/ArrayExtensionTests.cs#L74
Converting null literal or possible null value to non-nullable type.
Build (Release, UUID.sln): test/UUID.Tests/ArrayExtensionTests.cs#L75
Possible null reference argument for parameter 'collection' in 'void Assert.Empty(IEnumerable collection)'.