add playground instead of example #174
Annotations
10 warnings
|
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/Data/GameManager.cs#L16
Dereference of a possibly null reference.
|
|
tests:
GeometryDashAPI/Data/GameManager.cs#L17
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#L21
Dereference of a possibly null reference.
|
|
tests:
GeometryDashAPI/Data/GameManager.cs#L22
Dereference of a possibly null reference.
|
|
tests:
GeometryDashAPI/Data/GameManager.cs#L26
Dereference of a possibly null reference.
|