File tree 7 files changed +15
-15
lines changed
tutorials/scripting/c_sharp/diagnostics
7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
- GD0101: Attempted to export static member
2
- =========================================
1
+ GD0101: The exported member is static
2
+ =====================================
3
3
4
4
==================================== ======================================
5
5
Value
Original file line number Diff line number Diff line change 1
- GD0105: Attempted to export indexer property
2
- ============================================
1
+ GD0105: The exported property is an indexer
2
+ ===========================================
3
3
4
4
==================================== ======================================
5
5
Value
Original file line number Diff line number Diff line change 1
- GD0106: Attempted to export explicit interface property implementation
2
- ======================================================================
1
+ GD0106: The exported property is an explicit interface implementation
2
+ =====================================================================
3
3
4
4
==================================== ======================================
5
5
Value
Original file line number Diff line number Diff line change 1
- GD0302: The generic type parameter must be annotated with the MustBeVariant attribute
2
- =====================================================================================
1
+ GD0302: The generic type parameter must be annotated with the '[ MustBeVariant]' attribute
2
+ =========================================================================================
3
3
4
4
==================================== ======================================
5
5
Value
Original file line number Diff line number Diff line change 1
- GD0303: Symbol parent of a type argument that must be Variant compatible was not handled
2
- ========================================================================================
1
+ GD0303: The parent symbol of a type argument that must be Variant compatible was not handled
2
+ ============================================================================================
3
3
4
4
==================================== ======================================
5
5
Value
Original file line number Diff line number Diff line change 1
- GD0401: The class must derive from GodotObject or a derived class
2
- =================================================================
1
+ GD0401: The class must derive from Godot. GodotObject or a derived class
2
+ =======================================================================
3
3
4
4
==================================== ======================================
5
5
Value
Original file line number Diff line number Diff line change 1
- GD0402: The class must not contain generic arguments
2
- ====================================================
1
+ GD0402: The class must not be generic
2
+ =====================================
3
3
4
4
==================================== ======================================
5
5
Value
@@ -20,7 +20,7 @@ Rule description
20
20
21
21
The Godot editor assumes every :ref: `global class <doc_c_sharp_global_classes >`
22
22
is instantiable, but generic types can't be instantiated because the type
23
- arguments are unbound.
23
+ parameters are unbound.
24
24
25
25
.. code-block :: csharp
26
26
You can’t perform that action at this time.
0 commit comments