index.rst 524 B

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