Minimal example for custom app #1086
Replies: 2 comments 5 replies
-
Thanks for asking.
Yes, the old post mentions using Visual Studio for app development but its not really necessary. You can develop code any any editor and then use
You can compile the project using If you wish to use container for this you can use the dotnet sdk container published by Microsoft directly. |
Beta Was this translation helpful? Give feedback.
-
I think I was looking for a bit more: a simple, standalone Hello World app which produces a zip file ready for upload. "Compile using
All of the above can be found be digging around and experimenting, but making this easier would lower the entry barrier for 3rd party devs to build an ecosystem around this project. |
Beta Was this translation helpful? Give feedback.
-
https://blog.technitium.com/2021/03/creating-and-running-dns-apps-on.html has some pointers for building and packaging a custom app, but it requires Visual Studio and points at the built-in apps for examples. Is there a minimal, stand-alone example or template? I'm basically looking for environment (container?) where I could put some .cs files and run a command which packages the compiled result into a zip file ready for upload in the admin UI. Does that exist already or would you think of this as a worthy contribution?
Beta Was this translation helpful? Give feedback.
All reactions