Skip to content

add playground instead of example #176

add playground instead of example

add playground instead of example #176

Triggered via push March 10, 2025 18:46
Status Success
Total duration 4m 6s
Artifacts

tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
tests: GeometryDashAPI/Exceptions/PropertyNotSupportedException.cs#L9
Cannot convert null literal to non-nullable reference type.
tests: GeometryDashAPI/Server/Network.cs#L17
Cannot convert null literal to non-nullable reference type.
tests: GeometryDashAPI/Exceptions/PropertyNotSupportedException.cs#L9
Cannot convert null literal to non-nullable reference type.
tests: GeometryDashAPI/Server/Network.cs#L17
Cannot convert null literal to non-nullable reference type.
tests: GeometryDashAPI/Server/Network.cs#L17
Cannot convert null literal to non-nullable reference type.
tests: GeometryDashAPI/Server/Network.cs#L17
Cannot convert null literal to non-nullable reference type.
tests: GeometryDashAPI/Server/ServerResponse.cs#L18
Non-nullable field 'value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
tests: GeometryDashAPI/Server/Responses/UserResponse.cs#L11
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
tests: GeometryDashAPI/Server/Responses/UserResponse.cs#L13
Non-nullable property 'Page' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
tests: GeometryDashAPI/Exceptions/BlockLoadException.cs#L17
Non-nullable field 'BlockData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.