Skip to content
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

[browser] Turn webcil off for .NET < 8.0 #86505

Merged
merged 2 commits into from
May 23, 2023

Conversation

maraf
Copy link
Member

@maraf maraf commented May 19, 2023

Webcil is supported only on .NET >= 8.0, but the SDK bits are shared also with .NET 6 and 7.

@maraf maraf added arch-wasm WebAssembly architecture area-Build-mono labels May 19, 2023
@maraf maraf added this to the 8.0.0 milestone May 19, 2023
@maraf maraf requested a review from lambdageek May 19, 2023 16:05
@maraf maraf self-assigned this May 19, 2023
@ghost
Copy link

ghost commented May 19, 2023

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

null

Author: maraf
Assignees: maraf
Labels:

arch-wasm, area-Build-mono

Milestone: 8.0.0

@maraf maraf marked this pull request as ready for review May 22, 2023 13:00
@maraf maraf requested review from lewing and radical as code owners May 22, 2023 13:00
@@ -170,7 +172,9 @@ Copyright (c) .NET Foundation. All rights reserved.
<_WasmCopyOutputSymbolsToOutputDirectory Condition="'$(_WasmCopyOutputSymbolsToOutputDirectory)'==''">true</_WasmCopyOutputSymbolsToOutputDirectory>
<_WasmEnableThreads>$(WasmEnableThreads)</_WasmEnableThreads>
<_WasmEnableThreads Condition="'$(_WasmEnableThreads)' == ''">false</_WasmEnableThreads>

<_WasmEnableWebcil>$(WasmEnableWebcil)</_WasmEnableWebcil>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to explicitly log error when user sets the property and targets unsupported version?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think so

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll discuss this further, because there isn't any such condition although there are features are supported only in some versions

@maraf
Copy link
Member Author

maraf commented May 23, 2023

Failures are unrelated

@maraf maraf merged commit b4008ae into dotnet:main May 23, 2023
@maraf maraf deleted the WasmWebcilOffForOlderNet branch May 23, 2023 08:54
@ghost ghost locked as resolved and limited conversation to collaborators Jun 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-Build-mono
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants