Skip to content

Add dotnet-suggest to the skip list in JoinVerticalsAssetSelector.cs #48600

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

Merged
merged 1 commit into from
Apr 21, 2025

Conversation

akoeplinger
Copy link
Member

@akoeplinger akoeplinger commented Apr 21, 2025

dotnet-suggest has a stable version number (in the SemVer sense) so we need to skip it for now.

Fixes dotnet/source-build#5060

dotnet-suggest has a stable version number (in the SemVer sense) so we need to skip it for now.
@Copilot Copilot AI review requested due to automatic review settings April 21, 2025 16:17
@akoeplinger akoeplinger requested review from a team as code owners April 21, 2025 16:17
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Request triage from a team member labels Apr 21, 2025
Copy link
Contributor

@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.

Pull Request Overview

This PR adds "dotnet-suggest" to the list of assets to skip, based on its stable version number.

  • Adds a new condition to exclude "dotnet-suggest"
  • Keeps the asset exclusion consistent with similar assets
Comments suppressed due to low confidence (1)

src/SourceBuild/content/eng/tools/tasks/Microsoft.DotNet.UnifiedBuild.Tasks/ManifestAssets/JoinVerticalsAssetSelector.cs:38

  • [nitpick] Consider extracting the asset ID "dotnet-suggest" into a named constant for improved maintainability and consistency with other asset comparisons.
StringComparer.OrdinalIgnoreCase.Equals(assetVerticalMatch.AssetId, "dotnet-suggest") ||

@akoeplinger akoeplinger enabled auto-merge (squash) April 21, 2025 16:18
@mmitche mmitche disabled auto-merge April 21, 2025 16:21
@mmitche mmitche merged commit 4bd632b into main Apr 21, 2025
6 of 40 checks passed
@mmitche mmitche deleted the akoeplinger-patch-1 branch April 21, 2025 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UB Build failure: dotnet-suggest has stable version
2 participants