index.rst 423 B

1234567891011121314151617181920212223242526272829
  1. C# diagnostics
  2. ==============
  3. Godot includes analyzers that inspect your C# source code to check for invalid
  4. or unsupported code and let you know that something is wrong during build time.
  5. Rules
  6. -----
  7. .. toctree::
  8. :maxdepth: 1
  9. :name: toc-C#-diagnostics
  10. GD0001
  11. GD0002
  12. GD0101
  13. GD0102
  14. GD0103
  15. GD0104
  16. GD0105
  17. GD0106
  18. GD0201
  19. GD0202
  20. GD0203
  21. GD0301
  22. GD0302
  23. GD0303
  24. GD0401
  25. GD0402