C
Join ServerC#
help
❔ Create NuGet packages package extensions
FFabioGaming3/7/2023
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

AAntonC3/7/2023
these are called meta packages or sdks, I think
AAntonC3/7/2023
meta packages are focused on importing other packages
FFabioGaming3/7/2023
how would the process of creating one look like
AAntonC3/7/2023
sdks are more about configuring the msbuild pipeline
FFabioGaming3/7/2023
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
AAntonC3/7/2023
ah you mean that
FFabioGaming3/7/2023
yes
AAntonC3/7/2023
then it's just separate projects
FFabioGaming3/7/2023
like
MyPackage - Main
MyPackage.Extras - Additional package ppl can get
MyPackage - Main
MyPackage.Extras - Additional package ppl can get
FFabioGaming3/7/2023
oki
AAntonC3/7/2023
make them reference each other via project references
FFabioGaming3/7/2023
alright
FFabioGaming3/7/2023
thank uuu
AAntonC3/7/2023
np
AAccord3/9/2023
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.