Add methods for getting file data from the vfs #32
Annotations
10 warnings
StreamUtils/DataStream.cs#L242
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
|
Galanthus/GameManager.cs#L135
Possible null reference argument for parameter 'paths' in 'string Path.Combine(params string[] paths)'.
|
Galanthus/GameManager.cs#L136
Converting null literal or possible null value to non-nullable type.
|
Galanthus/GameManager.cs#L139
Dereference of a possibly null reference.
|
Galanthus/GameManager.cs#L148
Possible null reference return.
|
Galanthus/SdfToc.cs#L525
Converting null literal or possible null value to non-nullable type.
|
Galanthus/SdfToc.cs#L586
Dereference of a possibly null reference.
|
Galanthus/SdfToc.cs#L587
Dereference of a possibly null reference.
|
Galanthus/SdfToc.cs#L589
Possible null reference return.
|
Galanthus/SdfToc.cs#L596
Dereference of a possibly null reference.
|
This job succeeded
Loading