-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NuGet package must not include reference to PublicApiAnalyzer nor to StyleCop.Analyzers #161
Comments
Paket has Add:
To paket.template |
I'm actually using the .Net SDK directly to create the packages at this point - but I expect it has a similar feature. Thanks for the pointer! |
I never figured out how to exclude using |
If needed we can use Paket for packing. I wished to get a bit closer to the standard tooling, but I actually have other issues with dotnet pack as well (e.g. even despite |
Nice if standard tooling can be used of course. |
with regard to dotnet pack repacking, have a look at |
Please make sure adding the privateassets options, so they won't flow to any project referencing this library and force the dev to deal with different stylecop warnings |
Thanks for your efforts! |
Same here. As far as I understood the concept, there is no option to prevent this, if it hasn't been done in the original project. And apparently, according to #158, releasing isn't that easy yet. |
Looks like a packaging issue.
The text was updated successfully, but these errors were encountered: