-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Remove internet sources from auditSources section #42740
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
Remove internet sources from auditSources section #42740
Conversation
@@ -35,15 +35,40 @@ public class RemoveInternetSourcesFromNuGetConfig : Task | |||
/// </summary> |
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.
Since you are adding functionality, please consider adding #nullable enable to this file.
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.
Fixed with fadcef8
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.
I like this direction versus just removing the auditSources section.
Bunch of nullable-related warnings promoted to errors. I did not see them in local build or full verification build. Checking... |
Fixes: dotnet/source-build#4553
Extends the task to cover
auditSources
section, and enables future extensions.Removes the temporary patch that was added with #42706