2
0

index.rst 463 B

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