https://discord.umbraco.com logo
#package-development
Title
# package-development
k

kevinjump

02/22/2022, 4:33 PM
n.b debugging is also a pain - because your package will be cached in the .nuget/packages folder - so you can't just recreate a nuget locally and then reinstall you need to increment the version (e.g
mypackage-beta001.20220222.1
and add to it as your go)