Jérôme Laban
Jérôme Laban
I looks like we're not placing the right assets in the right places for macOS for the samples app.
Superseeded by https://github.com/unoplatform/uno/pull/18899
This is likely header related, to be validated again when https://github.com/unoplatform/uno/pull/13507 will be merged.
@ramezgerges could you take a look quickly? This is curious.
Thanks for the report. This is not an x:Bind issue. The DataContext property is not of the proper type (it's ShellViewModel which is why this happens) when read in the...
Sure. In all cases, there's something to troubleshoot before this happens, to understand why the DataContext provided here is not the right one, likely in Chinook's code? The creation sequence...
Thanks. If the DataContext ends up being set to the Shell, this means that it's provided exactly as is. Did you troubleshoot that part ?