ContentPipelineFeature RequestHelp WantedTesting
描述
We need to fix the unit tests project to be able to optionally not include the content pipeline tests. This is critical to getting the unit tests running on mobile and console platforms.
The simple fix would be to edit the Protobuild definition here:
https://github.com/MonoGame/MonoGame/blob/develop/Build/Projects/MonoGame.Tests.definition
To gather all the pipeline test source files into a Protobuild "service" as defined here:
https://protobuild.readthedocs.io/en/latest/service_dependencies.html#declaring-services
This way we can easily disable these tests for all non-desktop platforms.