-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
AddQuickGridEntityFrameworkAdapter is missing from API docs #55136
Comments
@Rick-Anderson do you know who can help with this? |
The public API should be in the API docs AFAIK, and linking to source isn't best for versioning the API, given that we link to the I thought that there was just a simple internal form/process that gets it consumed for API docs. We just went through this for QuickGrid ... Did @v-alje help with that? |
@v-alje is this something you can help with? |
@mkArtakMSFT What is the NuGet package for this? |
I think it's this one ... https://www.nuget.org/packages/Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter/ |
BTW @v-alje ... If I come across additional missing API in the API docs, are you the person to reach out to? If so, what's the best way to file an issue like this for you? |
@guardrex Yes. Please file requests using this template: https://dev.azure.com/msft-skilling/Content/_workitems/create/User%20Story?templateId=39fb91e3-64a2-4c8a-83db-b2bdf3603dd3&ownerId=c4a28f90-17ae-4384-b514-7273392b082b and specify which NuGet package is missing in the source section. |
Sorry, I'm unable to directly do that myself (no access). In the future, I'll ask Rick or one of the FTE MS docs folks to do it for me. Thanks for the link! This happens about once or twice a year around here. |
Yes, please do. I can't reach that form. |
@mkArtakMSFT You can use: https://dev.azure.com/msft-skilling/Content/_workitems/edit/248694 The preview is up on the review site |
@v-alje this can be closed now, correct? |
Yes. The Changed from processing https://www.nuget.org/packages/Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter/ has been published. |
Is there an existing issue for this?
Describe the bug
Working on the QuickGrid docs and noticed that
AddQuickGridEntityFrameworkAdapter
is missing from API docs, so our article can't cross-link ...https://learn.microsoft.com/dotnet/api/?term=AddQuickGridEntityFrameworkAdapter
API: https://github.com/dotnet/aspnetcore/blob/main/src/Components/QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter/src/EntityFrameworkAdapterServiceCollectionExtensions.cs#L18
Expected Behavior
N/A
Steps To Reproduce
N/A
Exceptions (if any)
N/A
.NET Version
8.0
Anything else?
No response
The text was updated successfully, but these errors were encountered: