throw icon indicating copy to clipboard operation
throw copied to clipboard

A simple, fluent, extensible, and fully customizable library for throwing exceptions for projects using .NET 6+

Results 20 throw issues
Sort by recently updated
recently updated
newest added

Looks a fantastic library and I like to use it in my work project but unfortunate I'm stuck in .net framework world so i'm unable to use this library :(...

Hi! Came here from [your video](https://www.youtube.com/watch?v=l9b8ghprj9I). Nice work, this looks great. Going thru the README I noticed this: ![image](https://user-images.githubusercontent.com/607888/188514729-4caa6abd-12cf-4cfd-ad5d-c9180fac2ac7.png) There's this pattern: `IfFoo(...)` -> `IfNotFoo(...)`, `IfBar(...)` -> `IfNotBar(...)`. And then...

Maybe You will be interested in hosting API Explorer online: https://www.robiniadocs.com/d/throw/api/Throw.ValidatableCreationExtensions.html This is ready-to-go, so above link can be added to README for other people to see it. Or using...

Hi. I would like to suggest a throw extension to integer values to check if the integer is within the range of a given collection. At the moment (as far...

Congrats on your great work making this library. For non-English speakers must be a great feature that guards throws exceptions with a localized message. Localization reduces the amount of code...

Throw method accepts only parameter name argument, so i can't rethrow with my custom exception but with lib generated text, do i need to do ``` try { size .Throw()...

Is there a way to ignore the default null validation on nullable values if I don't care about that but I want to validate that, in case that the value...