Vitaliy Shibaev
Vitaliy Shibaev
### Description PuppeteerSharp leads to the following [trim warnings](https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/fixing-warnings) when publishing dependent project with PublishTrimmed = true: ``` 3>PuppeteerSharp.BindingUtils.d__3.MoveNext(): 'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'System.Type.GetProperty(String)'. The...
These functions do not respect current transformation matrix and page unit: GdipDrawImagePoints GdipDrawImagePointsI GdipDrawImagePointsRect GdipDrawImagePointsRectI Take a look at the following test (place in tests/testgraphicsdraw.c): ``` static void test_drawImagePoints_customPageUnitAndTransformation ()...