Šimon Rozsíval
Šimon Rozsíval
@cat0363 can you also please share the error message you're getting?
@cat0363 thanks for the repro, I opened a bugfix PR: https://github.com/dotnet/maui/pull/23043
@StephaneDelcroix I rebased the PR and I believe it could now be merged. Could you please have a look?
@albyrock87 yeah, the generated code uses TypedBinding under the hood :)
The warnings were disabled in a .NET 8 servicing release but they should be enabled by default in .NET 9. The reason why we disabled them was that they were...
@daltzctr the `x:DataType` should be set to the type of the source which is either the `BindingContext` (often inherited from the parent), or the type of the `Source` that you...
@rogerbriggen I'm closing this issue now since the new behavior has been explained in the thread and we'll cover it in the docs in time for the release of .NET...