Major Changes #34
Annotations
10 warnings
Build (Release, UUID.sln):
demo/UUID.Demo/Program.cs#L124
Converting null literal or possible null value to non-nullable type.
|
Build (Release, UUID.sln):
demo/UUID.Demo/Program.cs#L127
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/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.
|
Build (Release, UUID.sln):
test/UUID.Tests/ArrayExtensionTests.cs#L74
Possible null reference argument for parameter 'collection' in 'void Assert.Empty(IEnumerable collection)'.
|
Build (Release, UUID.sln):
test/UUID.Tests/ArrayExtensionTests.cs#L77
Converting null literal or possible null value to non-nullable type.
|