10.101
The example code should either not use AutoHideMenuBar or add the following so that a warning is not created. This is especially true when
true is being used in the project file.
if (OperatingSystem.IsWindows() || OperatingSystem.IsLinux())
options.AutoHideMenuBar = true;