Minor Changes #31
Annotations
10 warnings
Build the UUID:
demo/UUID.Demo/Program.cs#L91
Converting null literal or possible null value to non-nullable type.
|
Build the UUID:
demo/UUID.Demo/Program.cs#L94
Dereference of a possibly null reference.
|
Build the UUID:
test/UUID.Tests/ArrayExtensionTests.cs#L23
Converting null literal or possible null value to non-nullable type.
|
Build the UUID:
test/UUID.Tests/ArrayExtensionTests.cs#L24
Possible null reference argument for parameter 'array' in 'void ArrayExtension.Fill(UUID[] array)'.
|
Build the UUID:
test/UUID.Tests/ArrayExtensionTests.cs#L31
Converting null literal or possible null value to non-nullable type.
|
Build the UUID:
test/UUID.Tests/ArrayExtensionTests.cs#L32
Possible null reference argument for parameter 'array' in 'bool ArrayExtension.TryFill(UUID[] array)'.
|
Build the UUID:
test/UUID.Tests/UUIDConstructorTests.cs#L122
Cannot convert null literal to non-nullable reference type.
|
Build the UUID:
test/UUID.Tests/UUIDConstructorTests.cs#L135
Cannot convert null literal to non-nullable reference type.
|
Build the UUID:
test/UUID.Tests/ArrayExtensionTests.cs#L69
Converting null literal or possible null value to non-nullable type.
|
Build the UUID:
test/UUID.Tests/ArrayExtensionTests.cs#L73
Converting null literal or possible null value to non-nullable type.
|
Loading