Vijay Anand E G
Vijay Anand E G
> Are there spaces in the full path names for your projects, @Lukespacewalker and @egvijayanand? If so, could you try a project location that does not include spaces and let...
> It looks like the issue you're experiencing was fixed by [dotnet/sdk#27213](https://github.com/dotnet/sdk/pull/27213) and will be available in the RC2 release. Thanks for letting us know that it is getting fixed.
On an additional note, even on .NET 6, the auto theme change works **only once**. Then it doesn't respond.
Attached is the project to simulate the issue. [Issue6614.zip](https://github.com/dotnet/maui/files/8583501/Issue6614.zip) Windows Screenshot: Android Screenshot:
@jfversluis Let me try again to check if anything is getting logged.
@jfversluis Here's the Debug log. Hope it helps. Since I don't see any phrase that is mentioned in the link shared. Let me know if it's getting logged somewhere else....
> Do you see anything like that in the logging @egvijayanand? Will check and update.
It's not getting invoked on any of the platforms (tried iOS, Android, and Windows) with both the recent stable ([2.88.0](https://www.nuget.org/packages/SkiaSharp.Views.Maui.Controls/2.88.0)) and preview ([2.88.1-preview.63](https://www.nuget.org/packages/SkiaSharp.Views.Maui.Controls/2.88.1-preview.63)) release versions. Tried with both XAML and...
Yes, @brminnick. Have seen this issue in another project in the recent past, this BindableLayout's `ItemsSource()` method is an exception as it expects the collection itself rather than the property...
Facing this issue in .NET 9 Preview 3 as well while using `{x:Type}` with `DataTemplate`. Replacing `{x:Type}` with just its value resolves it for the time being.