Amichai Mantinband

Results 19 comments of Amichai Mantinband

Awesome, that was quick! Let me know If you have any questions. Also, feel free to split this into multiple PRs if that would be more convenient 🙂

I was thinking of something similar to this draft PR: https://github.com/mantinband/throw/pull/25 WDYT? There is a C# language limitation that we cannot specify the method declaration as following: ```csharp public static...

@dwakel Take a look at the latest iteration of #25. This works as you would expect. The only downfall is that it boxes the Validatable struct which will hurt performance....

Nah, I think the main use case will be on complex objects and not on collections of rational numbers/strings

Thanks, @slang25, I think it's well thought out as well 😅 Are you familiar with [`FluentAssertions`](https://github.com/fluentassertions/fluentassertions)?

> @AndreasHoersken listen, gtfo from my issue \+ ![image](https://user-images.githubusercontent.com/39407673/159227502-3487e39e-33b9-48b8-8b14-8c66b2735342.png) = I've blocked @beton-kun. This is a library from the community for the community. No bullying or disrespectful comments will be...

@AndreasHoersken I see the issue you ran into. I had a similar issue with #20. There is a way to work around this, I prototyped it in the following PR:...

@AndreasHoersken first of all thanks for taking the time to think about these issues, I'm happy to have you working with me on this project 🙏🏽 1. **How does it...

Thanks for the benchmarks @AndreasHoersken, will you be able to share the source code? Regarding runtime implications, I agree that for most projects and for the majority of scenarios inside...

@FAdrianJ, do you use the enum and your custom types together? Or do you use only your custom types and you find working with the `NumbericType` is convoluted?