Closed divega closed 5 years ago
There are still there in the new API reference, e.g. https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.design.internal?view=efcore-2.0, but they provider zero value and make the API reference really hard to navigate.
cc @dend
@divega there is a way to filter those out. Will share on an internal thread after the holidays.
This is now resolved.
@dend I am reopening this. It seems it has regressed.
@dend I still see lots of *.Internal namespaces in https://docs.microsoft.com/en-us/dotnet/api/?view=efcore-2.1.
This is no longer the case and should be closed.
I still see them @smitpatel:
I searched for .internal and it gave 0 results so I concluded it was corrected. My bad. What is the way to fix it? Re-generate the docs?
You can just add the desired namespaces to this file similar to what was done to fix that for Microsoft.EntityFrameworkCore.Design.Internal: https://github.com/aspnet/EntityFramework.ApiDocs/blob/master/dotnet/xml/_filter.xml
I'm assigning to myself.
@mairaw - When would this be on website? When does the tool run again to re-generate APIs?
From @divega on June 5, 2017 22:18
E.g. https://docs.microsoft.com/en-us/ef/core/api/microsoft.entityframeworkcore.design.internal.
Copied from original issue: aspnet/EntityFramework.Docs#402