-
Hello there, I wanted to update Shiny to the latest version but it seems it doesn't work anymore...
I have noticed that several samples have been changed to the "Boilerplate-NoCodeGen" schema. So I guess it may be a general bug. I have no problem doing the boilerplate stuff, but I would like to get rid of the warnings. How can I disable Shiny code generation at all?
How can I solve that? I mean except staying with version 2.3.x of Shiny... Thank's for help |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I just tested them and it is working fine for me. If you feel you've got an issue, you need to create a github issue with all of the appropriate details and a reproducible sample. If you don't want codegen, remove the "Shiny" nuget and just reference Shiny.Core or the specific Shiny library you are using. Also, please post any error messages in English if you want help with them. |
Beta Was this translation helpful? Give feedback.
-
Ralph - please know that this Shiny is not a product, the samples come as is as shown on the readme (they aren't even fully done), and this is not technical support. I give away all of the code, samples, docs, and time answering questions here - for free. I'm here to answer specific "how to" questions. If you have an issue that IS NOT from the samples, you need to follow the issue template here: https://github.com/shinyorg/shiny/issues/new/choose and provide a reproducible sample. I looked at the GPS sample this morning, it updated from the preview 2.3 nugets it was using to 2.4.1 without issue. You need to do a little digging on your environment to figure things out. Best of luck. |
Beta Was this translation helpful? Give feedback.
I just tested them and it is working fine for me. If you feel you've got an issue, you need to create a github issue with all of the appropriate details and a reproducible sample. If you don't want codegen, remove the "Shiny" nuget and just reference Shiny.Core or the specific Shiny library you are using.
Also, please post any error messages in English if you want help with them.