Currently (v8.0.1) there is no way to control automatic model creation for Json controllers inside ODataQueryParameterBindingAttribute and EnableQueryAttribute.
This makes few things much harder to configure, like run EnableLowerCamelCase() on builder before builder.GetEdmModel().
Since both attributes have access to (global) DI container, please consider moving EDM model (or builder) creation to separate builder/factory class resolved via DI.
Currently (v8.0.1) there is no way to control automatic model creation for Json controllers inside ODataQueryParameterBindingAttribute and EnableQueryAttribute.
This makes few things much harder to configure, like run EnableLowerCamelCase() on builder before builder.GetEdmModel().
Since both attributes have access to (global) DI container, please consider moving EDM model (or builder) creation to separate builder/factory class resolved via DI.