C# public abstract class CodeAction {
internal abstract class SimpleCodeAction : CodeAction { }
public abstract string Title { get; set; }
}
public class MyAction : CodeAction
{
<caret>
}
Declare Menu - The “Missing Members” declare provider incorrectly shows nested types in the menu
Answers approved by DevExpress Support
We have addressed the issue described in this ticket and will include a fix in our next maintenance update. Should you need to apply our fix prior to official release, you can request a hotfix here.
Note: Hotfixes may be unavailable for betas/updates set for release within a week.
- v21.1.8Download Official Update