It seems that it's common for first-class dotnet verbs such as publish and build to default --configuration to Debug. I think it would make sense for dotnet lambda package to do the same.
Additionally, it would be nice to allow for --framework to be optional when only one TargetFramework is defined in the project. publish handles this without arguments. And is it meaningful to have a lambda project with two target frameworks?
It seems that it's common for first-class
dotnetverbs such aspublishandbuildto default--configurationtoDebug. I think it would make sense fordotnet lambda packageto do the same.Additionally, it would be nice to allow for
--frameworkto be optional when only one TargetFramework is defined in the project.publishhandles this without arguments. And is it meaningful to have a lambda project with two target frameworks?