- Found by: local backend tests. - Impact: Repeated NU1608 warnings may indicate unsupported EF provider/runtime pairing. - Repro: 1. Run `dotnet test .\backend\SimplerJiangAiAgent.Api.Tests\SimplerJiangAiAgent.Api.Tests.csproj --no-restore`. - Expected: Dependency graph has no NU1608 warnings. - Actual: `Pomelo.EntityFrameworkCore.MySql 8.0.2` requires `Microsoft.EntityFrameworkCore.Relational <= 8.0.999`, but `9.0.4` is resolved. - Claim: Assign backend dependency owner. - Repair: Align Pomelo/EF versions or document why the warning is acceptable. - Verification: `dotnet test` no longer prints NU1608 for Pomelo/EF, or dependency decision is captured.
dotnet test .\backend\SimplerJiangAiAgent.Api.Tests\SimplerJiangAiAgent.Api.Tests.csproj --no-restore.Pomelo.EntityFrameworkCore.MySql 8.0.2requiresMicrosoft.EntityFrameworkCore.Relational <= 8.0.999, but9.0.4is resolved.dotnet testno longer prints NU1608 for Pomelo/EF, or dependency decision is captured.