Enis Necipoglu

Results 267 comments of Enis Necipoglu

This might be useful: https://stackoverflow.com/questions/12701737/expression-to-create-an-instance-with-object-initializer/12705338#12705338

Dynamic Select is not compatible with Open API 3.0 standards. This is the main purpose of AutoFilterer. Only static select support can be provided. * Also, this is a 'Filtering'...

## Temporary Solution Temporary solution is creating a nested query. 1. Create CountryFilterDto or use if it's already exist: ```csharp public class CountryFilterDto : FilterBase { [StringFilterOptions(StringFilterOption.Contains)] public string Name...

Thanks for your advice. Currently, I'm not sure `AutoFilterer.Generators` is used commonly or not. Most developers prefer to build their own filter class by themself. So I've put that issue...

Hi @xleon , Any idea on this logic?

Any updates about that logic?

@casas333 Are you using assembly trimming while publishing your app? I think your embed resources are trimmed.

Following method completely replaces binding with static set: Firstly add a Markup Extension: ```csharp namespace I18NPortable.Xaml.Extensions //

A new property for Parameters can be added as `string[]` into markup extension. But I'm not sure how to send array values from XAML