-
Notifications
You must be signed in to change notification settings - Fork 323
Labels
Regression 💥Issues that are regressions introduced from earlier PRs.Issues that are regressions introduced from earlier PRs.Repro Available ✔️Issues that are reproducible with repro provided.Issues that are reproducible with repro provided.
Milestone
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Regression 💥Issues that are regressions introduced from earlier PRs.Issues that are regressions introduced from earlier PRs.Repro Available ✔️Issues that are reproducible with repro provided.Issues that are reproducible with repro provided.
Type
Projects
Status
In progress