When working locally with RCLs, assets like from y...
# package-development
a
When working locally with RCLs, assets like from your App_Plugins folder isn't added directly to your project, but instead included virtually from the NuGet. This means you don't need to remember to add all the package's assets to source control, and you don't have to make sure they are included in your csproj file. IMO that makes RCLs a lot easier to work with.