Feature: Wall generation tool #69
Open
Annotations
10 warnings
|
Publish:
Shared/Network/Pipe.cs#L278
Cannot convert null literal to non-nullable reference type.
|
|
Publish:
Shared/Buffers/STArrayPool.cs#L361
Cannot convert null literal to non-nullable reference type.
|
|
Publish:
Shared/Buffers/STArrayPool.cs#L306
Possible null reference return.
|
|
Publish:
Shared/Buffers/STArrayPool.cs#L301
Cannot convert null literal to non-nullable reference type.
|
|
Publish:
Shared/Buffers/STArrayPool.cs#L37
Non-nullable field '_cacheBuckets' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Publish:
Shared/Buffers/STArrayPool.cs#L205
Cannot convert null literal to non-nullable reference type.
|
|
Publish:
Shared/Buffers/STArrayPool.cs#L53
Cannot convert null literal to non-nullable reference type.
|
|
Publish:
Shared/Buffers/SpanWriter.cs#L119
Non-nullable field '_arrayToReturnToPool' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Publish:
Shared/Buffers/SpanWriter.cs#L125
Cannot convert null literal to non-nullable reference type.
|
|
Publish:
Shared/Buffers/STArrayPool.cs#L34
'STArrayPool<T>.Shared' hides inherited member 'ArrayPool<T>.Shared'. Use the new keyword if hiding was intended.
|
Loading