-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Create an OS onboarding doc #60281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Sure! By onboarding, do we mean "Ensuring aspnetcore can be built for & ran on the new OS", and we just need a doc to explain the mechanical steps of doing so in aspnetcore? |
Right. I think (A) aspnetcore is much simpler than runtime and (B) most other repos are like aspnetcore. |
Cool - would you be happy with something that:
? If so I can whip something up |
Yes. There are two big things:
|
Here's the final URL to the other doc. https://github.com/dotnet/runtime/blob/main/docs/project/os-onboarding.md |
@wtgodbe -- Do you think you can make a draft doc this month for this? I think it would be quite useful. |
Yes, sorry for the delay - I'll try to get this done later this week |
#60919 - draft |
Done |
We should create a new OS onboarding doc. I think it will be of significant benefit.
We have been working on one for dotnet/runtime. I suspect such a doc for dotnet/aspnetcore would be significantly shorter. At the very least, we need such a doc for a native code repo and another for a managed code only one so that all other repos can use our smart thinking as guidance.
Want to work on this together @wtgodbe? I suspect it won't take very much time at all. Most of it should be codifying what we did at #60260.
Related: dotnet/runtime#112026
The text was updated successfully, but these errors were encountered: