This page has not been translated yet. Showing the default language version.
VSC0024: Use the namespace declaration to avoid class name conflicts
| Property | Value |
|---|---|
| ID | VSC0024 |
| Category | Maintainability |
| Severity | Warning |
| Runtime Version | 3.1.0 ~ latest |
| Compiler Version | 1.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