index.rst 564 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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. GD0108
  23. GD0109
  24. GD0110
  25. GD0111
  26. GD0201
  27. GD0202
  28. GD0203
  29. GD0301
  30. GD0302
  31. GD0303
  32. GD0401
  33. GD0402