dotnet / efcore

EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
https://docs.microsoft.com/ef/
MIT License
13.76k stars 3.18k forks source link

Link https://aka.ms/efcore-docs-trimming is broken #34279

Open optsing opened 3 months ago

optsing commented 3 months ago

If I enable trimming in a project with EFCore 8 I get warning:

Using member 'Microsoft.EntityFrameworkCore.DbContext.DbContext()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. EF Core isn't fully compatible with trimming, and running the application may generate unexpected runtime failures. Some specific coding pattern are usually required to make trimming work properly, see https://aka.ms/efcore-docs-trimming for more details.

https://aka.ms/efcore-docs-trimming doesn't work - it just opens Bing

EF Core version: 8.0.7 Database provider: Microsoft.EntityFrameworkCore.Sqlite Target framework: NET 8.0.7 Operating system: Windows 11 IDE: Visual Stuio 17.11.0 Preview 5

ajcvickers commented 2 months ago

@roji @AndriySvyryd Is there a placeholder page we can point this to for now?