Closed
Description
One of our templates accepts --package
template parameter, which worked fine in .NET 3.1, however since .NET 5 it's now changed to --param:package
. I suspect package
became a reserved keyword, but I am not able to find any documentation about such backward incompatibilities. Where could I learn more about this?