Navigation
This page has not been translated yet. Showing the default language version.

VSC0011: Interfaces are not yet handled

Property Value
ID VSC0011
Category Compiler
Severity Error
Runtime Version 3.1.0 ~ latest
Compiler Version 1.0.0 ~ latest

Interfaces are not yet handled

Example

Code with Diagnostic

using System;

using UdonSharp;

class TestBehaviour0 : UdonSharpBehaviour, IDisposable
                                           ~~~~~~~~~~~
{
    public void Dispose() {}
}

Code with Fix

// NOT YET PROVIDED