index.rst 433 B

123456789101112131415161718192021222324252627282930
  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. GD0107
  19. GD0201
  20. GD0202
  21. GD0203
  22. GD0301
  23. GD0302
  24. GD0303
  25. GD0401
  26. GD0402