-
Notifications
You must be signed in to change notification settings - Fork 3
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
Specify developmentDependency=true in packages #22
Labels
enhancement
New feature or request
Milestone
Comments
Sir, do you consider this to be a bug fix, or an enhancement? I'll label as enhancement for now. If you want to change, do! |
I'd say enhancement. It's arguably more correct this way, but it wasn't really a bug. |
This change has been released as part of FakeItEasy.Analyzers 6.1.0. |
This was referenced Mar 17, 2021
Merged
Merged
Merged
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So that the packages are correctly installed with
PrivateAssets="all"
.Note:
developmentDependency
is a property in the nuspec file, not sure how to set it from the csproj yet.The text was updated successfully, but these errors were encountered: