Skip to content

System.Data.Common required on net classic after updating to v7 #4062

@SimonCropp

Description

@SimonCropp

CS0012: The type 'IDbColumnSchemaGenerator' is defined in an assembly that is not
referenced. You must add a reference to assembly 'System.Data.Common, Version=4.2.0.0'

adding the following fixed

  <ItemGroup Condition="'$(TargetFramework)' == 'net48'">
    <Reference Include="System.Data.Common" />
  </ItemGroup>

just wondering if this is expected? and should it be in the release notes?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Regression 💥Issues that are regressions introduced from earlier PRs.Repro Available ✔️Issues that are reproducible with repro provided.

    Type

    Projects

    Status

    In progress

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions