aeonblaire
aeonblaire
**Description** Pixels on the canvas edges does not always get rendered when drawing a path around the canvas. **Code** I attached a sample solution for the test codes. [EdgePixelsForPath.zip](https://github.com/mono/SkiaSharp/files/9557341/EdgePixelsForPath.zip) **Expected...
Are these correct? : `ordersCollection.EnsureIndex(order => order.Products[0].Name)` and ``` ordersCollection .Query() .Include(order => order.Products) .Where(order => order.Products[0].Name == "Awesome Product") ``` And also, what if `Order.Products` is mapped to a...
Can we add a fluent API for defining tables? I'd like to avoid using attributes.