"Generate Views" is currently not supported on EF6. This is due to the moved types and the lack of an EF6-compatible System.Data.Entity.Design.dll.
Related work item: 436
Comments: Added a public ContainerMappingViewGroup class that provides the names of the store container and the model container that are part of a container mapping, a mapping closure hash used for validation, and the ESQL views corresponding to each entity set in the container. Added public methods named Generate on the StorageMappingItemCollection and StorageEntityContainerMapping classes to create ContainerMappingViewGroup instances.
Related work item: 436
Comments: Added a public ContainerMappingViewGroup class that provides the names of the store container and the model container that are part of a container mapping, a mapping closure hash used for validation, and the ESQL views corresponding to each entity set in the container. Added public methods named Generate on the StorageMappingItemCollection and StorageEntityContainerMapping classes to create ContainerMappingViewGroup instances.