add platformer level length #54
Annotations
22 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/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/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.
|
tests:
GeometryDashAPI/Exceptions/BlockLoadException.cs#L21
Non-nullable field 'BlockData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
tests:
GeometryDashAPI/Exceptions/BlockLoadException.cs#L25
Non-nullable field 'BlockData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
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/Server/Responses/TopResponse.cs#L12
Non-nullable property 'Users' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
publish:
GeometryDashAPI/Exceptions/PropertyNotSupportedException.cs#L9
Cannot convert null literal to non-nullable reference type.
|
publish:
GeometryDashAPI/Server/Network.cs#L17
Cannot convert null literal to non-nullable reference type.
|
publish:
GeometryDashAPI/Server/Network.cs#L17
Cannot convert null literal to non-nullable reference type.
|
publish:
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.
|
publish:
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.
|
publish:
GeometryDashAPI/Exceptions/PropertyNotSupportedException.cs#L9
Cannot convert null literal to non-nullable reference type.
|
publish:
GeometryDashAPI/Server/Network.cs#L17
Cannot convert null literal to non-nullable reference type.
|
publish:
GeometryDashAPI/Server/Network.cs#L17
Cannot convert null literal to non-nullable reference type.
|
publish:
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.
|
publish:
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.
|