A library of images for .Net Maui.
Note:
- Projects that directly reference other projects build the resources directly into themselves.
- To include images in Maui NuGet packages, a specific setup is required to ensure they are packaged.
- The setup to include images directly into a project is different from the NuGet setup.
- You cannot use both setups in the same project or attempting the build will generate an error that a resource has been included twice.
Because of this, there does not seem to be a way to reference a project for testing, then build a NuGet package of the project while including the images in both the testing code and NuGet package.