File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed
tutorials/scripting/c_sharp/diagnostics Expand file tree Collapse file tree 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+ =====================================
33
44==================================== ======================================
55 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+ ===========================================
33
44==================================== ======================================
55 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+ =====================================================================
33
44==================================== ======================================
55 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+ =========================================================================================
33
44==================================== ======================================
55 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+ ============================================================================================
33
44==================================== ======================================
55 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+ =======================================================================
33
44==================================== ======================================
55 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+ =====================================
33
44==================================== ======================================
55 Value
@@ -20,7 +20,7 @@ Rule description
2020
2121The Godot editor assumes every :ref: `global class <doc_c_sharp_global_classes >`
2222is instantiable, but generic types can't be instantiated because the type
23- arguments are unbound.
23+ parameters are unbound.
2424
2525.. code-block :: csharp
2626
You can’t perform that action at this time.
0 commit comments