Thomas Altenburger
Thomas Altenburger
Note for maintainers: tests must be run against this PR.
I don't see added value in this PR beside modernisation. To me, if it doesn't fix an existing issue, we should leave it be.
I don't think this issue is still relevant. This behavior is inherited from ```BinaryWriter``` and doesn't seem to be a MonoGame issue. This should be tested against .NET 8 to...
The first thing to consider is that OpenGL/DesktopGL is going to be deprecated in the future in favor of Vulkan/DestkopVK. Vulkan support is already merged, although still beta (it can...
From what I see with a quick glance, these changes could be backported in a way that works with both on 2.1 and 4.6 with a switch (like using ```GraphicsProfile.HiDef```)....
I'd prefer to test most scenarios. Not a fan of the "let's see if something breaks" approach in that regard.
If that may be an additional incentive to take on this bounty: this is the one last bit that is holding 3.8.2's release back.
I would expect all but audio and graphical tests to run. Just for reference: Ideally, we would be running all of the tests on the standard Github Actions runners. The...
These changes are C# 5+ features. We really need to restore the C# 5 check from the ConsoleCheck csproj and re-run it to make sure that none slipped in while...
Like I feared, we already merged code that breaks this. I'll track that later to revert those changes.