Enimiste

Results 7 issues of Enimiste

I followed instruction in the README file : `dotnet new -i aspnetcore-vuejs ` Then `mkdir MyProject && cd MyProject` Then `dotnet new vuejs` And i get the same template generated...

![image](https://user-images.githubusercontent.com/2515677/47402348-0e700780-d73d-11e8-9219-c2d925a10c24.png) ![image](https://user-images.githubusercontent.com/2515677/47402356-15971580-d73d-11e8-9423-7f5c3f17fcd1.png)

Replace getFirebaseSyncData by ToArray in readme file

This version doesn't causes the `StackOverflowException` when n is big Long type is used in the return type to avoid int overflow with big multiplications.

Docker image : latest **Issue :** **Unable** to generate code from **OpenAPI v3** documentation file. The command that i used is : ```shell docker run --rm -v .:/app swaggerapi/swagger-codegen-cli generate...