Update UUID.csproj #26
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/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)'.
|
Build (Release, UUID.sln):
test/UUID.Tests/ArrayExtensionTests.cs#L78
Converting null literal or possible null value to non-nullable type.
|