-
Notifications
You must be signed in to change notification settings - Fork 787
fix: Adjust check for https in RemoteControlClient
#20405
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
base: master
Are you sure you want to change the base?
Conversation
@dr1rrb is this going to work correctly for Native WASM and Skia WASM? Not sure how to properly debug it |
@Mergifyio backport release/stable/6.0 |
🟠 Waiting for conditions to match
|
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-20405/docs/index.html |
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-20405/docs/index.html |
🤖 Your WebAssembly Skia Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-20405/wasm-skia-net9/index.html |
@@ -21,6 +21,8 @@ | |||
<PackageId Condition="'$(UNO_UWP_BUILD)'=='false'">Uno.WinUI.DevServer</PackageId> | |||
|
|||
<UnoRuntimeIdentifier>Reference</UnoRuntimeIdentifier> | |||
|
|||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: It can be a follow-up PR, but I think you can simply add this to Directory.Build.props and remove it from all csproj
s in the whole repo.
|
GitHub Issue (If applicable): closes #
PR Type
What kind of change does this PR introduce?
What is the current behavior?
What is the new behavior?
PR Checklist
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Run
results.Other information
Internal Issue (If applicable):