StevenRasmussen / EFCore.SqlServer.NodaTime

NodaTime support for EF Core
MIT License
109 stars 18 forks source link

Stop checking IMethodCallTranslatorPlugin in validation #28

Closed ajcvickers closed 2 years ago

ajcvickers commented 2 years ago

Fixes https://github.com/StevenRasmussen/EFCore.SqlServer.NodaTime/issues/27

The issue is that loading the type mapper in options validation causes a cycle in DbContext initialization.