Add a NuGet package only for dll reference? By using dotnetCampus.SourceYard, you can pack a NuGet package with source code. By installing the new source code package, all source codes behaviors just like it is in your project.
PS D:\Developments\dotnetCampus\Walterlv.Packages\bin\d> nuget push .\*.0.7.0-alpha.nupkg -Source "GitHub"
警告: No API Key was provided and no API Key could be found for 'https://nuget.pkg.github.com/walterlv'. To save an API Key for a source use the 'setApiKey' command.
Pushing Walterlv.Collections.Source.0.7.0-alpha.nupkg to 'https://nuget.pkg.github.com/walterlv'...
PUT https://nuget.pkg.github.com/walterlv/
警告: RepoAcceptsPackageUploads: Repository "walterlv/Walterlv.Collections.Source" not found.
BadRequest https://nuget.pkg.github.com/walterlv/ 3443ms
响应状态代码不指示成功: 400 (Bad Request)。
If I remove the .Source postfix, all operations success.
If I remove the
.Source
postfix, all operations success.