Skip to content

add platformer legnth #173

add platformer legnth

add platformer legnth #173

Triggered via push August 24, 2024 16:39
Status Success
Total duration 2m 27s
Artifacts

tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
tests: GeometryDashAPI/Exceptions/PropertyNotSupportedException.cs#L9
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/Network.cs#L17
Cannot convert null literal to non-nullable reference type.
tests: GeometryDashAPI/Data/GameManager.cs#L16
Dereference of a possibly null reference.
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/Data/GameManager.cs#L17
Dereference of a possibly null reference.
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.