refactor(Caching): refactor materialization into generic caching API #15
Annotations
1 error and 10 warnings
Test
Process completed with exit code 1.
|
Test:
ZenKit/Vobs/VirtualObject.cs#L295
'VisualDecal.Cache()' hides inherited member 'Visual.Cache()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Test:
ZenKit/BspTree.cs#L40
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test:
ZenKit/BspTree.cs#L41
Non-nullable property 'NodeIndices' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test:
ZenKit/BspTree.cs#L42
Non-nullable property 'PortalPolygonIndices' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test:
ZenKit/Boxes.cs#L35
Non-nullable property 'Axes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test:
ZenKit/Boxes.cs#L37
Non-nullable property 'Children' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test:
ZenKit/CutsceneLibrary.cs#L19
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test:
ZenKit/CutsceneLibrary.cs#L20
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test:
ZenKit/BspTree.cs#L117
Non-nullable property 'PolygonIndices' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test:
ZenKit/BspTree.cs#L118
Non-nullable property 'LeafPolygonIndices' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading