-
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
paket pack failes if AssemblyName is empty and template type is project. #1234
Comments
do you have a csproj and template file for me? |
It is part of internal source code, but I'll prepare an example. Stay tuned. |
See https://github.com/trondd/PaketIssue1234
Note that I've manually cleared the AssemblyName in the Project file. |
what output would you expect? And why is the AssemblyName empty in the first place? Does it use a default? |
ok I can reproduce.
which is your filenotfoundexception. Question is: can we improve the GetAssemblyName function? Can we use the CsProj name in this case!? |
Awesome! |
paket pack failes if AssemblyName is empty and template type is file. It complains that the file can't be found, but I think it would be more useful to point to the root issue in the GetAssemblyName function in ProjectFile.fs
Paket version is 2.15.7.0
The text was updated successfully, but these errors were encountered: