add platformer legnth #173
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.
|