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