Skip to content

Minor Changes

Minor Changes #31

Triggered via push December 18, 2024 11:23
Status Success
Total duration 3m 11s
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#L91
Converting null literal or possible null value to non-nullable type.
Build (Release, UUID.sln): demo/UUID.Demo/Program.cs#L94
Dereference of a possibly null reference.
Build (Release, UUID.sln): test/UUID.Tests/ArrayExtensionTests.cs#L23
Converting null literal or possible null value to non-nullable type.
Build (Release, UUID.sln): test/UUID.Tests/ArrayExtensionTests.cs#L24
Possible null reference argument for parameter 'array' in 'void ArrayExtension.Fill(UUID[] array)'.
Build (Release, UUID.sln): test/UUID.Tests/ArrayExtensionTests.cs#L31
Converting null literal or possible null value to non-nullable type.
Build (Release, UUID.sln): test/UUID.Tests/ArrayExtensionTests.cs#L32
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/UUIDConstructorTests.cs#L135
Cannot convert null literal to non-nullable reference type.
Build (Release, UUID.sln): test/UUID.Tests/ArrayExtensionTests.cs#L69
Converting null literal or possible null value to non-nullable type.
Build (Release, UUID.sln): test/UUID.Tests/ArrayExtensionTests.cs#L73
Converting null literal or possible null value to non-nullable type.