Request for comment: System.Text.Json compatibility#10
Open
arendvw wants to merge 3 commits into
Open
Annotations
10 warnings
|
tools/cj2glb/Tileset.cs#L6
Non-nullable property 'Root' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
tools/cj2glb/Tileset.cs#L5
Non-nullable property 'Asset' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
tools/cj2glb/Tileset.cs#L23
Non-nullable property 'Region' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
tools/cj2glb/Tileset.cs#L18
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
tools/cj2glb/Tileset.cs#L17
Non-nullable property 'BoundingVolume' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
tools/cj2glb/Tileset.cs#L16
Non-nullable property 'Transform' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
tools/cj2glb/Tileset.cs#L11
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
tools/cj2glb/GltfCreator.cs#L11
Cannot convert null literal to non-nullable reference type.
|
|
tools/cj2glb/TexturedGltfCreator.cs#L26
Cannot convert null literal to non-nullable reference type.
|
|
src/CityObject.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
The logs for this run have expired and are no longer available.
Loading