Youssef Victor
Youssef Victor
@jeromelaban Can you restart the CI here please?
@jeromelaban If they are in different assemblies, that should be different compilations too? What's the problem if the same name is used across different compilations?
@jeromelaban I'm not following with that. We generate code for symbols that are declared in source, shouldn't they all have the same assembly, specifically, it's [`compilation.Assembly`](https://learn.microsoft.com/en-us/dotnet/api/microsoft.codeanalysis.compilation.assembly?view=roslyn-dotnet-4.3.0#microsoft-codeanalysis-compilation-assembly). If a symbol doesn't...
> ##[error]Artifact winui-converted-tree already exists for build 57128. I guess you'll need to restart the whole pipeline? `WinUI Converted Tree Generation` job has failed *after* artifacts were published. So, re-runs...
It looks like the slider sample and other samples as well were disabled in https://github.com/unoplatform/Uno.Gallery/commit/34614e4ad16927d9e8a76b3f316001e567704223 with a "todo: styles not implemented"
@ebariche Would you be able to get to this one soon?
@ebariche @jeromelaban I see api-alignments was recently merged into master (https://github.com/unoplatform/uno/pull/7390). Do we want to get this PR in too?
I resolved the conflicts. Let's see if this will pass CI. Please ping me if CI failed and I forgot to check.
I'll investigate.
@jeromelaban I think I found the root cause: Here, in a non-generated file, `ProtectedCursor` is of type `InputCursor`: https://github.com/unoplatform/uno/blob/e38b597c1685dd6bf7d5a4f4ed38618307f43d07/src/Uno.UI/UI/Xaml/UIElement.cs#L946-L950 However, after I run convert to WinUI tree script, I got:...