Cannot "see" manager DI on MAUI project #1540
Replies: 3 comments
-
The images are from our MauiProgram file... Thank you |
Beta Was this translation helpful? Give feedback.
-
Shiny uses dependency injection at the heart of everything it does. My suggestion is to go read documentation on how that works in the MAUI repo as this question depends on a) how you want to do things, b) you're calling this before the service container is built, & c) far exceeds what I'm willing to help with on this forum |
Beta Was this translation helpful? Give feedback.
-
Thank you. I do this because we are migrating from a old xamarin form to MAUI, and originally the job info was provided into the shinystartup, so I thought it was now the right place into the MauiProgram, and your documentation seem to do the same I will move the manager and things on the first time I need them so... Thank you very much |
Beta Was this translation helpful? Give feedback.
-
Hi, we have all this nuget in our MAUI project
We have the useShiny
we put the addJobs but, when we have to set the job things up Visual Studio does not recognize the manager variable...
What are we missing?
Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions