Vijay Anand E G

Results 92 comments of Vijay Anand E G

> @brminnick C# markup does have access to internal methods, right? If so, can we create a Factory method for `AppThemeBinding` ? Or is there something already? Yeah, it can...

> We have an extension method, [`.AppThemeBinding()`](https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/markup/extensions/bindable-object-extensions#appthemebinding) Yes, but won't work in the context of **Setter** as there's no instance available to invoke this form of method. Style can be...

@brminnick, it works seamlessly with the generic version `Style`. But one request, can another extension method be added to make it work with the non-generic version of Style to support...

@brminnick Or to make it simple, add another constructor to generic `Style` that takes a non-generic `Style` as a parameter. Any further operation after this is the same as working...

Here is the signature of the `ItemsSource` method, it takes an `IEnumerable` as its input but the code sample mentions a label (same as the empty view sample). ```cs public...

@baronfel I will check those feedback.

@baronfel Have updated the advised details, can you review again and let me if anything more is to be done.

> This looks pretty good to me! There aren't tests for the existing built-ins, so as soon as you can fix the build error around the API surface area this...

> It looks like the same line is present multiple times - so just removing the duplicates should be all that you need to do. It's not duplicated and only...