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
It assumes that AOT is the default distribution model of MonoGame apps, but this is not supported on all platforms. WindowsDX is incompatible with it (due to its dependency to WinForms, which is incompatible with trimming).
The documentation should be revised to remove the dependency to PublishAot, and the separate AOT note should mention that WindowsDX is incompatible.