Moving / resizing window freezes game

Hi. I’m creating a “Cross Platform Desktop” game. On Windows, while moving or resizing the game window, Update() or Draw() are not called at all.
This is not happening on Linux.
I know this is related to how Windows sends messages to the application but I’ve seen a couple of games that are not affected by that.
Is there any way to get around that issue with Monogame?