Feature: Image overlay tool to add reference images onto the map #65
Annotations
10 warnings
|
Publish:
Shared/StaticBlock.cs#L141
Dereference of a possibly null reference.
|
|
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