Gabriele Messina
Gabriele Messina
The [documentation](https://docs.microsoft.com/en-us/dotnet/maui/user-interface/controls/graphicsview#convert-the-drawable-to-an-image) says it's possible to create an `IImage` from an `IDrawable` using the `graphicsView.Drawable.ToImage(400, 500)` method but `IDrawable` doesn't declare any `ToImage` method and even if it did the...
**Closes #451** I've added a pragma restore directive for the CS0108 warning into the ObservableObject class source generator. I haven't updated the tests to support the newly generated code yet....
**Closes #441** Fixed Guard IsWhiteSpace and IsNotWhiteSpace methods adding a check for null before calling string.IsNullOrWhiteSpace. Added some tests for both methods. ## PR Checklist - [x] Created a feature/dev...
Fix ordering of params in assertions with "expected" as first argument and "actual" as second. **Closes #55** ## PR Checklist - [x] Created a feature/dev branch in your fork (vs....
### Describe the bug In this test we check that array is equals to itself but probably it should be compared with span2d or with a constant expected value. https://github.com/CommunityToolkit/dotnet/blob/b8df95a9f3531524209b4bf483f684a1c52e30a9/tests/CommunityToolkit.HighPerformance.UnitTests/Memory/Test_Span2D%7BT%7D.cs#L296-L316...
Closes #5 ### Description After event duplication, we redirect the users to the previous page they were working on thanks to a service worker. ### Removed currentDate I've removed the...