ci: bump Windows runner to 'windows-latest' #21
Merged
Annotations
10 warnings
|
Test:
ZenKit/BspTree.cs#L124
Non-nullable property 'LightPoints' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test:
ZenKit/BspTree.cs#L120
Non-nullable property 'PortalPolygonIndices' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test:
ZenKit/BspTree.cs#L119
Non-nullable property 'LeafPolygonIndices' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test:
ZenKit/BspTree.cs#L118
Non-nullable property 'PolygonIndices' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test:
ZenKit/Boxes.cs#L53
Non-nullable property 'Children' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test:
ZenKit/Boxes.cs#L51
Non-nullable property 'Axes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test:
ZenKit/BspTree.cs#L41
Non-nullable property 'PortalPolygonIndices' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test:
ZenKit/BspTree.cs#L40
Non-nullable property 'NodeIndices' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test:
ZenKit/BspTree.cs#L39
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test:
ZenKit/Vobs/VirtualObject.cs#L351
'VisualDecal.Cache()' hides inherited member 'Visual.Cache()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Loading