-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project templates are not found and are coming up as incomplete. #943
Comments
Maybe we should show a better error message for such cases. |
yes I was just about to write 1) - rename it to paket.template without the c |
Sorry about the oversight in the template file name. It's been fixed, and I'm still experiencing the same behavior. I also added a few new projects to the solution to cover different potential use cases, but they're all failing the same way. |
your repro worked with pack (without specific template file) after the rename. With latest alpha version it also worked with specific template file |
Okay - I tested with the latest version of whatever the bootstrapper pulls in (I'm assuming this isn't alpha). When I run |
did you try |
Okay - that did it! When I run Thanks a ton |
yeah it just looks down. never up |
I'm experiencing two failures with project templates that might be related:
pack
without specifying atemplatefile
results in no files being added to the output directory.templatefile
for the project, I get the error "There was an attempt to pack incomplete template file...".I'm working in a solution with more than one F# project and have created AssemblyInfo.fs files for both.
I've created a sample solution that illustrates this here.
The text was updated successfully, but these errors were encountered: