14 packages returned for Tags:"throw"
- 67,744 total downloads
- last updated 7/3/2022
- Latest version: 2.0.0-alpha.59
A library to check your arguments in a simple comfort way. This library do not use Expression or nameof. It is based on Func<T>. So no performance issue during positive argument check.
- 6,641 total downloads
- last updated 3/31/2019
- Latest version: 1.2.0
Pitcher.Sources is helper library to simplify throwing exceptions and make methods easier to inline by reducing code size. It's a source package for Pitcher, directly adding the code to your library or application without introducing another dependency.
- 33,849 total downloads
- last updated 12/18/2020
- Latest version: 0.4.0
LinksPlatform's Platform.Exceptions Class Library
- 2,577 total downloads
- last updated 6/22/2018
- Latest version: 1.0.0
Provides performant guard functionality for methods to throw exceptions
ThrowHelper
by:
elemarjr
- 2,004 total downloads
- last updated 5/27/2012
- Latest version: 0.0.1
Simple Guard Clause Helper
- 3,985 total downloads
- last updated 5/26/2011
- Latest version: 1.1.0
Exception helpers, including ReThrow (with the stack trace preserved), AggregateException unwrapping, and dumping to xml.
- 3,858 total downloads
- last updated 5/6/2019
- Latest version: 1.1.1
Shortcut to throw exceptions to make defensive programming fun and more effective. Non intrusive.
- 187 total downloads
- last updated 1/27/2022
- Latest version: 1.0.1
A small helper library for .NET to throw if an argument does not meet specified criteria.
Similar to contract programming or "Guard" classes but a bit more informative as to what it will do.
- 1,793 total downloads
- last updated 7/10/2020
- Latest version: 1.0.2.670
Provides a set of Exception oriented extension methods methods extending from Xunit.
- 238 total downloads
- last updated 12/15/2020
- Latest version: 1.0.0
Package Description
- 208 total downloads
- last updated 11/14/2021
- Latest version: 1.0.0
FlowControl (Milad.Utils.FlowControl) is a .NET Standard library to help controlling business rule failures in multi-layered applications when the developer wants to avoid throwing exceptions to control the flow.
- 78 total downloads
- last updated 2/18/2022
- Latest version: 0.0.0.1
Analyzer that deny "throw" keyword in C#