Skip to content

frankbuckley/ef-core-compiled-naming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EF Core compiled model naming conflict repro

To reproduce:

  • Delete the CompiledModels folder
  • Run the app
  • App correctly prints Hello, World!
  • In EfCoreCompiledModelNaming folder, run dotnet ef dbcontext optimize
  • Run the app
  • NullReferenceException is thrown at Microsoft.EntityFrameworkCore.Metadata.RuntimeProperty.<>c.<GetValueComparer>b__47_0(RuntimeProperty property)

Issue is at line 36 in SentenceEntityType - Sentence is no qualkified to refer to AnotherNamespace.Sentence

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages