You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Observe how there is obsolete code. Also, Color.White for example that doesn't compile because Microsoft.Maui.Graphics.Color doesn't contain definitions for these properties. Adding anywhere up to 5 arguments into a method signature that only takes 1 argument. An attempt to call a method that doesn't exist (Device.OnPlatform(...)) Microsoft.Maui.Controls.Device.
No. I am trying to learn Maui and I don't know how to solve these issues and I don't know where to ask or find information that would resolve these problems as a work around.
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
Description
Steps to Reproduce
Create a new .net maui app project in VisualStudio 2022.
Copy and paste the grid example on the maui api docs.
https://learn.microsoft.com/en-us/dotnet/api/microsoft.maui.controls.grid?view=net-maui-7.0
Observe how there is obsolete code. Also, Color.White for example that doesn't compile because Microsoft.Maui.Graphics.Color doesn't contain definitions for these properties. Adding anywhere up to 5 arguments into a method signature that only takes 1 argument. An attempt to call a method that doesn't exist (Device.OnPlatform(...)) Microsoft.Maui.Controls.Device.
Link to public reproduction project repository
https://learn.microsoft.com/en-us/dotnet/api/microsoft.maui.controls.grid?view=net-maui-7.0
Version with bug
7.0.49
Last version that worked well
Unknown/Other
Affected platforms
Windows, I was not able test on other platforms
Affected platform versions
Windows SDK 10.x
Did you find any workaround?
No. I am trying to learn Maui and I don't know how to solve these issues and I don't know where to ask or find information that would resolve these problems as a work around.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: