You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit any method by right clicking and choose "Edit method (C#)"
Click "Compile" without making any changes
Expected Behavior
Be able to compile, with or without any changes
Actual Behavior
After clicking "Compile", I got the following errors
Severity Code Description File Line
Error CS8702 'IAbilityOwner.ApplyVariableOverride(IAbility, Variable)' cannot implement interface member 'IAbilityOwner.ApplyVariableOverride(IAbility, Variable)' in type 'Character' because the target runtime doesn't support default interface implementation. main.cs 7
Severity Code Description File Line
Error CS8702 'ITransform.Forward.get' cannot implement interface member 'ITransform.Forward.get' in type 'Character' because the target runtime doesn't support default interface implementation. main.cs 7
Additional Context
No response
The text was updated successfully, but these errors were encountered:
dnSpyEx version
6.5.1
Describe the Bug
dnSpy is unable to compile any methods in Character because the target runtime doesn't support default interface implementation
How To Reproduce
Expected Behavior
Be able to compile, with or without any changes
Actual Behavior
After clicking "Compile", I got the following errors
Additional Context
No response
The text was updated successfully, but these errors were encountered: