Skip to content

Suppress optional workload notices with dotnet new --no-update-check - #55800

Draft
nagilson with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-optional-workloads-notice
Draft

Suppress optional workload notices with dotnet new --no-update-check#55800
nagilson with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-optional-workloads-notice

Conversation

Copilot AI commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

dotnet new --no-update-check suppressed NuGet update checks but still reported newer built-in packages from providers such as Optional workloads.

  • Behavior

    • Skip built-in package availability checks when --no-update-check is specified.
    • Preserve existing notices when update checks are enabled.
  • Coverage

    • Add a regression test for a manually installed template package overriding a newer built-in package.

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
3 pipeline(s) were filtered out due to trigger conditions.
There may be pipelines that require an authorized user to comment /azp run to run.

Co-authored-by: nagilson <23152278+nagilson@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix suppression of optional workloads provider notice with --no-update-check Suppress optional workload notices with dotnet new --no-update-check Aug 17, 2026
Copilot AI requested a review from nagilson August 17, 2026 01:36
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.

dotnet new --no-update-check does not suppress Optional workloads provider notice

2 participants