-
Notifications
You must be signed in to change notification settings - Fork 136
Add tasks for poisoning and checking for poison in packages. #797
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First pass of code comments, surface-level. There are some too-long lines throughout, and the chopping is a bit weird to me in some places (I think chopping on an arbitrary ,
out of a few makes it harder to read, but I'm probably too picky on that).
tools-local/tasks/Microsoft.DotNet.SourceBuild.Tasks/UsageReport/CatalogFileEntry.cs
Outdated
Show resolved
Hide resolved
tools-local/tasks/Microsoft.DotNet.SourceBuild.Tasks/UsageReport/CatalogFileEntry.cs
Outdated
Show resolved
Hide resolved
tools-local/tasks/Microsoft.DotNet.SourceBuild.Tasks/UsageReport/CheckForPoison.cs
Outdated
Show resolved
Hide resolved
tools-local/tasks/Microsoft.DotNet.SourceBuild.Tasks/UsageReport/CheckForPoison.cs
Outdated
Show resolved
Hide resolved
tools-local/tasks/Microsoft.DotNet.SourceBuild.Tasks/UsageReport/CheckForPoison.cs
Outdated
Show resolved
Hide resolved
tools-local/tasks/Microsoft.DotNet.SourceBuild.Tasks/UsageReport/CheckForPoison.cs
Outdated
Show resolved
Hide resolved
tools-local/tasks/Microsoft.DotNet.SourceBuild.Tasks/UsageReport/PoisonedFileEntry.cs
Outdated
Show resolved
Hide resolved
tools-local/tasks/Microsoft.DotNet.SourceBuild.Tasks/UsageReport/CheckForPoison.cs
Outdated
Show resolved
Hide resolved
0f608d6
to
4cebc88
Compare
@dseefeld I think I've addressed most of Davis' comments if you want to take another look. |
@dotnet-bot test OSX10.12 Release please (java.nio.channels.ClosedChannelException) |
Still having some build errors locally, so I want to see what this does on all legs.