Known issues... #24810
Unanswered
JRosanowski
asked this question in
General
Known issues...
#24810
Replies: 1 comment 1 reply
-
There are 3.5k open issues here - https://github.com/dotnet/maui/issues. Plus many on stackoverflow etc. Do you think it is possible to list all of them in a single page? Only way is to search your issue (and related ones) and read discussions and current status of each. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way the .Net Maui team or maybe the community can set up a list of known issues by library and platform rather than everyone having to search the Issues to find solutions once they hit a problem? That way if you were about to attempt something in Maui you could also see if there's any problems you might encounter. Or is there something out there already?
For example.
GraphicsView
iOS - ICanvas.DrawString will only work if you pass a rectangle that will fit the text. You also need to include extra space because ICanvas.GetStringSize doesn't return the correct string size on iOS.
#8486
If I'd know this when I started trying to implement the functionality I would have saved a huge amount of time, especially given how slow iOS builds are for us.
Beta Was this translation helpful? Give feedback.
All reactions