Open
Description
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...