You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.NET Core runtime exposes a set of native APIs to allow non-.NET application to host the runtime and run managed code (for example). Where and how should these APIs be documented?
We have guides and samples (https://docs.microsoft.com/en-us/dotnet/core/tutorials/netcore-hosting) but no real API docs for these.
@vitek-karas I think this doc was a starting place for it. I would add a folder under docs/core for these articles, and add the existing one to that folder as appropriate. I think the new content should go near this article in the TOC. Ping me or @IEvangelist with any questions.
.NET Core runtime exposes a set of native APIs to allow non-.NET application to host the runtime and run managed code (for example). Where and how should these APIs be documented?
We have guides and samples (https://docs.microsoft.com/en-us/dotnet/core/tutorials/netcore-hosting) but no real API docs for these.
/cc @AaronRobinsonMSFT
The text was updated successfully, but these errors were encountered: