Skip to content

"Right" location for an external DLL #459

Answered by gaelcolas
cohdjn asked this question in Q&A
Discussion options

You must be logged in to vote

I'd create a subfolder called lib/.
If you add the dll in git, add source/lib
Basically, I'd avoid using a "reserved name" of stuff that is merged together by ModuleBuilder: https://github.com/PoshCode/ModuleBuilder/blob/main/Source/Public/Build-Module.ps1#L99

So avoid Enum, Classes, Public, Private.
Should also avoid help, docs, en.... but that's more obvious anyway.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by johlju
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #431 on January 13, 2024 19:02.