-
Hi Shiny.GenerateStaticClasses now has a namespace parameter in the latest release. What value goes into this parameter please? Thanks Regards |
Beta Was this translation helpful? Give feedback.
Answered by
aritchie
Apr 7, 2022
Replies: 2 comments 1 reply
-
The namespace that you want to use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aritchie
-
Hi
Thanks. I have used [assembly: Shiny.GenerateStaticClasses("StaffApp.Droid")] in Android project but static classes don’t seem to be generating now and I am getting errors on previously working shiny methods. Example;
'MainActivity' does not contain a definition for 'ShinyOnCreate' and no accessible extension method 'ShinyOnCreate' accepting a first argument of type 'MainActivity' could be found (are you missing a using directive or an assembly reference?) StaffApp.Android
Thanks again for taking the time to reply.
Regards
Yahya
From: Allan Ritchie ***@***.***
Sent: 07/04/2022 14:29
To: shinyorg/shiny
Cc: Yahya0007; Author
Subject: Re: [shinyorg/shiny] Parameter for GenerateStaticClasses (Discussion #974)
The namespace that you want to use
—
Reply to this email directly, view it on GitHub <#974 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AMBRRP4WODNLBMUM67BCGMDVD3PH5ANCNFSM5SYNJ2NQ> .
You are receiving this because you authored the thread.Image removed by sender.Message ID: ***@***.***>
|
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
The namespace that you want to use