This topic is not available in your language. Therefore, the original version (ja-jp) is displayed.

VSC0024: Use the namespace declaration to avoid class name conflicts

PropertyValue
IDVSC0024
CategoryMaintainability
SeverityWarning
Runtime Version3.1.0 ~ latest
Compiler Version1.0.0 ~ latest

Use the namespace declaration to avoid class name conflicts

Example

Code with Diagnostic

using UdonSharp;
 
class TestBehaviour0 : UdonSharpBehaviour {}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Code with Fix

// NOT YET PROVIDED
VSC0024: Use the namespace declaration to avoid class name conflicts / Udon Analyzer / Natsuneko Laboratory Docs