❔ Create NuGet packages package extensions
Hey, I wanted to ask how i would create "Extensions" for my already existing NuGet packages (as shown in the example with Discord.NET), i'd like to expand my library without having to put everything into the same library
12 Replies
these are called meta packages or sdks, I think
meta packages are focused on importing other packages
how would the process of creating one look like
sdks are more about configuring the msbuild pipeline
cause im writing an API wrapper in C# and id like to split up the specific porpuses of the API into seperate packages so its not a mess of everything
ah you mean that
yes
then it's just separate projects
like
MyPackage - Main
MyPackage.Extras - Additional package ppl can get
oki
make them reference each other via project references
alright
thank uuu
np
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.