ASPNet Core in Desktop Apps #85095
-
I have a desktop app that needs its own internal HTTPServer. I seems like all/most of the ASPNet Core packages have not been updated in years. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
See Use ASP.NET Core APIs in a class library.
Out of interest, can you tell why you need this approach? |
Beta Was this translation helpful? Give feedback.
-
Thank you! This is exactly what I was looking for. |
Beta Was this translation helpful? Give feedback.
-
@gfoidl - Do you happen to know how to get an IWebHost out of an IHost? I have the following code I am trying to convert from IWebHostBuilder to IHostBuilder.
|
Beta Was this translation helpful? Give feedback.
See Use ASP.NET Core APIs in a class library.
Out of interest, can you tell why you need this approach?