Improved UX for nuget developers - referencing project as nuget #8772
Labels
backlog
gathering-feedback
The issue requires feedback in order to be planned, please comment if the feature is useful for you
triaged
Summary
V-Next continutation of #8398
Add option to to treat referenced project (
ProjectReference
) as NuGet package (PackageReference
).This way the package developer could have a solution containing the project producing the package as well as project integration testing the package, that is utilizing not only the actual code, but as well other possible assets (analyzers, msbuild .props/.targets files). This can currently be achieved only via additional steps (packing the project, flushing nuget caches, adding the location with build package to sources, referencing the build package).
Related:
The text was updated successfully, but these errors were encountered: