diff --git a/ILSpy/ContextMenuEntry.cs b/ILSpy/ContextMenuEntry.cs index 3d34322d8..c2a43701d 100644 --- a/ILSpy/ContextMenuEntry.cs +++ b/ILSpy/ContextMenuEntry.cs @@ -110,6 +110,8 @@ namespace ICSharpCode.ILSpy public ExportContextMenuEntryAttribute() : base(typeof(IContextMenuEntry)) { + // entries default to end of menu unless given specific order position + Order = double.MaxValue; } public string Icon { get; set; }