Allow CoreTypeMapping.GenerateCodeLiteral
to influence using
directives
#13799
Labels
area-migrations
area-scaffolding
providers-beware
punted-for-7.0
Originally planned for the EF Core 7.0 (EF7) release, but moved out due to resource constraints.
type-enhancement
Milestone
See #13747
The expression tree for literals can contain use of arbitrary types and currently these need to be namespace-qualified because we can't ensure that the appropriate
using
directives are added to the file.Note that this is non-trivial to fix, since currently we generate from the top down and don't know which literals we will be generating for.
The text was updated successfully, but these errors were encountered: