Conversation
rmarinho
left a comment
There was a problem hiding this comment.
Seems is failing these tests for net6 ?!
OnPlatformAreSimplified("net6.0-android")
|
Hi @StephaneDelcroix. We have added the "s/pr-needs-author-input" label to this issue, which indicates that we have an open question/action for you before we can take further action. This PRwill be closed automatically in 14 days if we do not hear back from you by then - please feel free to re-open it if you come back to this PR after that time. |
PureWeen
left a comment
There was a problem hiding this comment.
Currently this PR is targeting main (SR1) with a GA milestone.
Can you please update the Milestone to SR1 or update the targeted branch to net8.0.
8006193 to
5db6e53
Compare
ca9edb5 to
756de1b
Compare
|
/rebase |
As reported in #17461, OnPlatform simplification cause some issues - while used as a Resource (#17461, unable to unit test for now) - doesn't type convert. On nodes shouldn't be replaced by the Value, but an element node (<On Platform="..." Value="Red" /> should generate <Color x:Key="foo">Red</Color>. right now it only generated "Red" - fixes #17461
756de1b to
b0516db
Compare
|
/backport to release/8.0.1xx-rc2.1 |
|
Started backporting to release/8.0.1xx-rc2.1: https://github.com/dotnet/maui/actions/runs/6615459756 |
Description of Change
As reported in #17461, OnPlatform simplification cause some issues
<On Platform="..." Value="Red" />should generate<Color x:Key="foo">Red</Color>. right now it only generate "Red"Issues Fixed