EntityFramework.ApiDocs icon indicating copy to clipboard operation
EntityFramework.ApiDocs copied to clipboard

Reference documentation for Entity Framework APIs

Results 8 EntityFramework.ApiDocs issues
Sort by recently updated
recently updated
newest added
trafficstars

This PR brings breadcrumb implementation into alignment with [platform architecture requirements](https://review.learn.microsoft.com/en-us/help/platform/navigation-overview?branch=main#requirements-for-content-ecosystems). This PR is part of a previously announced batch of breadcrumb fixes across the Learn platform and will be...

### In the documentation of new bulk methods, the documentation link is not working This link precisely: https://github.com/dotnet/EntityFramework.ApiDocs/blob/328d2b109ddfb962f68e43e3f0154aee40cb55ac/dotnet/xml/Microsoft.EntityFrameworkCore/RelationalQueryableExtensions.xml#L215 Return a 302 Moved Temporarily to https://www.bing.com?ref=aka&shorturl=efcore-docs-bulk-operations which return nothing (Bing don't...

While the pages for the Internal namespaces aren't generated anymore the links are still present at https://docs.microsoft.com/en-us/dotnet/api/?view=efcore-3.0

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...

- Issues about content should go in the EF Core or EF6 repos - Issues about incorrectly generated docs from correct documentation need to go in whatever repo is used...

Moved from https://github.com/aspnet/EntityFrameworkCore/issues/12751 posted by @erictrigo Check out: https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.dbcontext.savechangesasync?view=efcore-2.1 Says signature for SaveChangesAsync is `public virtual System.Threading.Tasks.Task SaveChangesAsync (System.Threading.CancellationToken cancellationToken = null);` If you try overriding SaveChangesAsync using the above...

This still not fixed after the fix for https://github.com/aspnet/EntityFramework.ApiDocs/issues/18. Repro steps: 1. Navigate to https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.relationaldatabasefacadeextensions.setcommandtimeout?view=efcore-2.1 2. Select VB from the language drop down Result: C# snippet is shown. The C#...