Fix XML compiler warnings. by CartBlanche · Pull Request #8890 · MonoGame/MonoGame

@CartBlanche

Fix some low hanging XML compiler warnings. We have SOOO many warnings, we introduce silly ones all the time.
At some point we should try to reduce these warnings down to zero. Just so we can see real issues when we're being warned about them.

@CartBlanche

SimonDarksideJ

@Lucasharskamp

This PR has introduced new warnings to the build, which causes errors when one wants to export the XML summaries. The change to random.cs should be reverted; it was denoted as &lt; to prevent the XML from being broken while displaying a '<' sign to the user (or in the online source). The change to the other file is fine.

@SimonDarksideJ

image

@SimonDarksideJ

@CartBlanche

@CartBlanche