Are there naming guidelines for runtime/native support packages? #12847
Unanswered
rkeithhill-keysight
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a NuGet package that depends on a runtime/native support NuGet package. This support package is NOT meant to be used directly. Are there naming guidelines for such packages? I've seen various names on nuget.org:
It's unclear if we should use
Native
orRuntime
as a suffix, and if that suffix should be Pascal-cased or all lower-case. I "suspect" thatNative
in the name implies the package is referenced directly. That leads me to think we should useRuntime
orruntime
for our package.Beta Was this translation helpful? Give feedback.
All reactions