-
Notifications
You must be signed in to change notification settings - Fork 44
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
Move EF6, EF5, and EF4.3.1 API reference to Docs #26
Comments
@sudeepku you can close this issue as fixed once you finish with publishing the new API docs and the redirects. Also, remember to let me know when it is done so I can update the links in our conceptual doc pages. |
The API reference of EF 6 at https://docs.microsoft.com/en-us/dotnet/api/?view=entity-framework-6.2.0, but other versions are still empty: https://docs.microsoft.com/en-us/dotnet/api/?view=entity-framework-5.0.0 https://docs.microsoft.com/en-us/dotnet/api/?view=entity-framework-4.3.1 Also the redirects on the old API references on MSDN are still needed. |
@dendeli-msft @sudeepku @Sampy, FYI, EF 5.0.0 and 4.3.1 APIs are still missing in the API browser. |
Looking at the contents of the live branch, I don't see any files in the FrameworksIndex folder for any version other than 6. You can see this on docs itself if you go to a page for entity framework and try to change the version for example: https://docs.microsoft.com/en-us/dotnet/api/system.data.entity?view=entity-framework-6.2.0. Unless System.Data.Entity is only defined in 6.2.0 and I picked a bad page, this means no part of docs knows about any version other than 6.2.0 since this repo doesn't define documentation for those versions. The problem is deeper than the API Browser not showing them. Docs currently only has pages for the 6.2.0 release it seems. |
I only see 6.2 in the FrameworksIndex folder as well: Probably the other monikers shouldn't be live until the content is there. |
Tagging @ajcvickers We have docs for EF 6.2/5.0/4.3.1 & SqlCompact for 6.2 only. (files here https://github.com/aspnet/EntityFramework.ApiDocs/tree/live/EF/xml/FrameworksIndex) From
First link is 404. Also should we publish docs for EF 6.3? |
What are the targets for 1st and 3rd? I can work with you offline with the team that is handling redirections. |
The API references for the non-core versions of the NuGet package should be part of the .NET API Browser. I talked to @dend and apparently they can be hosted in this repo.
To have complete coverage we discussed having the API reference generated for the following EntityFramework package versions:
Current locations which need to be redirected
EF6
EF5
The text was updated successfully, but these errors were encountered: