Hasan Manzak

Results 15 comments of Hasan Manzak

Maybe partial classes? The dependency injection is tied to the interface. So you can not define and declare to inject multiple concrete classes for the `ISieveCustomSortMethods` and `ISieveCustomFilterMethods` interfaces. I...

@yannickdp Thanks for your contribution. There was a major fork merge lately. Can you please rebase your branch and change the target to releases/2.5.0 ? And please add/update unit test...

@JuanCarbo Thanks for your contribution. There was a major fork merge lately. Can you please rebase your branch and change the target to releases/2.5.0 ?

I think a search pattern structure could be implemented to achieve something like google does: " text the text ". Or treat this as a bug and change the code...

@maxstralin Any progress on this?

I think we should discuss an API structure then start to work on it :) I just didn't want to dictate any structure I please.

I know I am resurrecting this one but the behaviour is still exists. It is the default DateTimeConverter causing this. It is creating a `DateTimeKind.Local` instance when converting from string...

Possible duplicate of #101. Meanwhile, a [Custom Filter Method](https://github.com/Biarity/Sieve#add-custom-sortfilter-methods) should do. By the way, `@=` operator is [engineered](https://github.com/Biarity/Sieve/blob/master/Sieve/Services/SieveProcessor.cs#L302) to work with strings. `==` operator with `OR` logic would do also.

As I understand Active field should be added to sorts in the first place by default. I think this is not a bug that sieve should handle, rather it is...

Hi, any update on this?