I'm wondering, if there is any way in EntityFramework 6 and EFCore 3.1 of customize scaffolding, so e.g. SQLServer date will become NodaTime.LocalDate and SQLServer datetime (or datetime2) will be converted to NodaTime.Instant?
If so - could anyone give me an example how can it be done?
I found something like here: Entity Framework Core - Customise Scaffolding, but I cannot find any particular things for type-related code writing.
This was discussed in https://github.com/dotnet/efcore/issues/20114
The recommendation is to use the EFCore.SqlServer.NodaTime library.