Skip to content

Backend tests warn about Pomelo EF Core package version outside dependency constraint #27

Description

@simplerjiang
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions