Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 673 Bytes

gotchas.md

File metadata and controls

9 lines (6 loc) · 673 Bytes

Gotchas

This document lists known coding mistakes and other gotchas.

  1. Lazy loading error. Please refer this to know the best practices on loading related entities of a model.
  2. An update from Microsoft prevents EntityFrameworkCore's Add-Migration from completing. Solution: In ClassTranscribeDatabase.csproj remove or xml-comment "<PrivateAssets>all</PrivateAssets>" from <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.1"> See this