Entity Framework and EF Core
ReSharper provides a number of features to support the use of Entity Framework projects.
By default, ReSharper helps you identify Entity Framework or EF Core entities by marking them with special adornments:
![ReSharper: Editor adornment for EF entity class ReSharper: Editor adornment for EF entity class](https://resources.jetbrains.com/help/img/dotnet/2024.3/ef_entity_adornment.png)
You can disable these adornments by right-clicking and choosing the corresponding option. Alternatively, you can use the corresponding checkbox on the Alt+R, O.
page of ReSharper optionsOn top of that, ReSharper has a number of code inspections that help you find code issues that are specific to Entity Framework and EF Core projects.
You can also visualize the relations between entities on a dedicated diagram.
Last modified: 27 November 2024