Israel Valverde

Results 8 comments of Israel Valverde

Hi @OlafStolle , sorry for the late reply. It looks like you need a strongly named assembly in your application. Unfortunately, this package do not have a strongly named version....

In the meanwhile, you can try this package to sign the library yourself: https://github.com/brutaldev/StrongNameSigner

Thanks! Currently, the library has no support for merged rows... I guess this is something that would be useful. If you have a table like this: ABC 1ClientProperty LocationValue 2...

Yes, this should be possible. I didn't test it though it might be related to the default converter not being able to convert from string to Guid. Are you sure...

> > Yes, this should be possible. I didn't test it though it might be related to the default converter not being able to convert from string to Guid. Are...

Just came across this issue. I do not have much knowledge on the internal implementation, but would it be possible to add an extra argument to the block that will...

Thanks for the contribution! I think we could simplify it a bit by avoiding the factory pattern. The idea was that the pipeline would be configured in the start-up time...

As @mariusz96 pointed out, you would have to create your own implementation for that.