Shiny.GenerateStaticClasses in a MAUI proyect #1506
Replies: 3 comments 5 replies
-
It is long gone. The nuget |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi Allan, thanks for your reply I am reading and learning about your great shiny .NET. Just one more thing that I cannot find a solution: in the xamarin app we were calling this |
Beta Was this translation helpful? Give feedback.
-
Hi, we are migrating our Xamarin app ( that uses Shiny ) to a new MAUI app, and we want to still have shiny with us.
From the updated to MAUI Assembly.info file we have this
`using Microsoft.Maui.Controls.Xaml;
[assembly: XamlCompilation(XamlCompilationOptions.Compile)]
[assembly: Shiny.GenerateStaticClasses("LogikoApp")]`
but the compiler says that no GenerateStaticClasses is still available, what are we doing wrong? Thank you very much
Beta Was this translation helpful? Give feedback.
All reactions