Visual COBOL 11, COBOL .NET, .NET Core - using methods.
When using namespaces why use:
$set ilusing "System.Collections.Generic"
Over right clicking on the project, properties ~Namespaces or visa versa?
The $set places it in the code vs properties~Namespaces setting it in the project.
I think the $set is more visible personally at a developer level,
But properies~Namespaces might be better for Pipelines. (Easier to pick up dependencies)
What is the benefit of either method?
Neil



