Replies: 1 comment 3 replies
-
@DevTKSS would you be able to provide your repro project as a .zip here? I am walking through the guide as well to make a blank project but it might help to see how yours is configured just in case there's a difference somewhere that I can spot Thanks! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I did try to add in a blanc templated uno app Hosting like: https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Tutorials/Hosting/HowTo-HostingSetup.html
Added usings for Microsoft.Extensions.DependencyInjection and Microsoft.Extensions.Hosting and the package References and features in uno features. But something seems to be missing, because the code from the guide results in intellisense telling, CreateBuilder(args) is not recognized... Is there maybe something else that needs to be imported in the project beside this parts mentioned? Replicated exactly what you see in the guide, also the IHost above this void.
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions