Skip to content

Umbraco require Microsoft.CodeAnalysis.Common (v4.10.0) which is not compatible with EF Core 8.0 #17839

Open
@bielu

Description

@bielu

Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)

13-15

Bug summary

Umbraco at some point bumped version for CodeAnalysis, which causes issues when you want to follow this part of instruction:
https://docs.umbraco.com/umbraco-cms/13.latest/tutorials/getting-started-with-entity-framework-core
Issue on EF github:
dotnet/efcore#33970

Specifics

No response

Steps to reproduce

Follow https://docs.umbraco.com/umbraco-cms/13.latest/tutorials/getting-started-with-entity-framework-core
and you will fail on dotnet ef migrations add initialCreate -s ../Project.Web/ --context BlogContext

Expected result / actual result

Being able to follow instruction for EF migration, but not sure if that possible with packages incompatibility...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions