Skip to content

Conversation

@mattleibow
Copy link
Member

Backport of #32320

This pull request makes a minor update to the SimpleTemplateTest.cs integration test. The change updates the list of warnings to ignore during test execution.

  • Testing configuration: Replaces the ignored warning code from "XC0103" to "NU1608" in the warningsToIgnore array, referencing a new related issue.

Copilot AI review requested due to automatic review settings October 31, 2025 17:28
@mattleibow mattleibow changed the title Update warning to ignore in SimpleTemplateTest [release/10.0.1xx] Update warning to ignore in SimpleTemplateTest Oct 31, 2025
Copy link
Contributor

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 updates the warning code being ignored in the SimpleTemplateTest from "XC0103" to "NU1608" and updates the reference link to a different issue. The change appears to be correcting which warning should be suppressed during template testing, likely due to a different underlying issue being addressed.

  • Updated the warning code from XC0103 (an Xcode-related warning) to NU1608 (a NuGet package dependency warning)
  • Updated the GitHub issue reference from #2205 to #2921

@rmarinho rmarinho merged commit 9f2bfbc into release/10.0.1xx Nov 1, 2025
8 of 9 checks passed
@rmarinho rmarinho deleted the dev/fix-templates-release branch November 1, 2025 18:24
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.

3 participants