Skip to content
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

Add link filtering to 8.0 #15476

Open
wants to merge 2 commits into
base: release/8.0
Choose a base branch
from

Conversation

mmitche
Copy link
Member

@mmitche mmitche commented Jan 31, 2025

Do this cheaply compared to main, since the sources have diverged and it's a hard direct port. We use the same patterns as main, but just don't alter the data structures to pass the patterns through.

To double check:

Do this cheaply compared to main, since the sources have diverged and it's a hard direct port. We use the same patterns as main, but just don't alter the data structures to pass the patterns through.
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

Comments suppressed due to low confidence (1)

src/Microsoft.DotNet.Build.Tasks.Feed/src/common/LatestLinksManager.cs:84

  • The initialization of 'latestLinkShortUrlPrefixes' should use curly braces instead of square brackets. Change to: latestLinkShortUrlPrefixes: new List { "prefix" }
latestLinkShortUrlPrefixes: ["prefix"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant