Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Set a default for the Http3Support feature switch #49583

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
Jun 27, 2025

Conversation

MichalStrehovsky
Copy link
Member

Control over this is moving from dotnet/runtime repo build time to publish time so we need to set a default that matches the old build-time setting.

Ref dotnet/runtime#117012
Ref #49564

Control over this is moving from dotnet/runtime repo build time to publish time so we need to set a default that matches the old build-time setting.

Ref dotnet/runtime#117012
Ref #49564
@Copilot Copilot AI review requested due to automatic review settings June 27, 2025 10:44
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 sets a default for the Http3Support feature switch in the Mono Toolchain manifest, ensuring that the published default matches the previous build-time setting.

  • Added a default property for Http3Support with a value of false when not provided.
  • Aligns the feature behavior with previous runtime settings mentioned in dotnet/runtime and dotnet/sdk PRs.
Comments suppressed due to low confidence (1)

src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest/WasmFeatures.props:10

  • [nitpick] Consider adding a brief comment above this line to document the rationale behind setting the default for Http3Support, referencing its migration from build-time to publish-time control.
    <Http3Support Condition="'$(Http3Support)' == ''">false</Http3Support>

@MichalStrehovsky MichalStrehovsky enabled auto-merge (squash) June 27, 2025 22:36
@MichalStrehovsky MichalStrehovsky merged commit 843ed47 into main Jun 27, 2025
27 checks passed
@MichalStrehovsky MichalStrehovsky deleted the MichalStrehovsky-patch-2 branch June 27, 2025 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants