Open DanJ210 opened 7 years ago
same here.
Ditto. Tried rc1, rc2 as well. No dice
Same here. Also tried rtm, rc2, rc1.
Waiting for update to generator-docker for .NET Core 1.1 support.
same
Does anyone know if this project is still alive? I don't see any recent commit.
There is another way about this??
Hey guys, any news on that?
looks to be a duplicate of #134
same, There is another way about this??
any update now? workaround?
I added this project.json file manually before running yo docker and was able to complete it successfully
{ "dependencies": { "PackageID": "{version_constraint}" }, "frameworks": { "TxM": {} }, "runtimes": { "RID": {} }, "supports": { "CompatibilityProfile": {} }, "buildOptions": { "debugType": "portable" }, "publishOptions": { "include": [ "Dockerfile.debug", "Dockerfile", "docker-compose.debug.yml", "docker-compose.yml" ] } }
Hello all, love the generator and thanks for the hard work. I get the error above on multiple computers but node.js works fine so I'm thinking it's a small bug with all of the new updated stuff coming out.
But when I
yo docker
and select.Net Core
to then go through the process... I get the error in the title. When I look at the path provided I do find the project.json file and I do find the dotnetHelper.js file so the files do exist. Am I missing something as a somewhat newbie?Thanks again for any advice.