index.rst 487 B

12345678910111213141516171819202122232425262728293031323334
  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. Rules
  8. -----
  9. .. toctree::
  10. :maxdepth: 1
  11. :name: toc-C#-diagnostics
  12. GD0001
  13. GD0002
  14. GD0101
  15. GD0102
  16. GD0103
  17. GD0104
  18. GD0105
  19. GD0106
  20. GD0107
  21. GD0201
  22. GD0202
  23. GD0203
  24. GD0301
  25. GD0302
  26. GD0303
  27. GD0401
  28. GD0402