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
UNO Platform is giving error "The type 'Page' does not support direct content." and "'MainPage' does not contain a definition for 'InitializeComponent' ...." but running correctly on UWP, Wasm, Android, etc. What is the solution? When this issue will be resolved?
The text was updated successfully, but these errors were encountered:
Thanks for the report! This is a Visual Studio issue, which will be fixed when the C# Source Generator feature is going to be added. As a workaround, for C# once you have built the project, closing the solution and opening it again will fix the intellisense errors.
For XAML, there is no workaround yet, except setting the editor active project to the UWP project.
UNO Platform is giving error "The type 'Page' does not support direct content." and "'MainPage' does not contain a definition for 'InitializeComponent' ...." but running correctly on UWP, Wasm, Android, etc. What is the solution? When this issue will be resolved?
The text was updated successfully, but these errors were encountered: