buffaloj
-
- 1,991 total downloads
- last updated 5/7/2024
- Latest version: 1.0.3
This lets you startup your ASP WebApi in-memory from a unit test, call endpoints, and get the response back to Assert on. It allows injecting mocks, is ultra fast, and all with two lines of code! -
- 958 total downloads
- last updated 5/7/2024
- Latest version: 2.0.0
Combines reflection and XML comment parsing to put endpoint details at your fingertips. Provides: - Route & Verb - Useable example route with route params filled in XML examples - Endpoint method details - XML... More information -
- 872 total downloads
- last updated 5/8/2024
- Latest version: 2.0.1
Provides an ObjectMother class will create an instance of an object and initialize it from the example values in your XML comments. The same <example> values are used by Swagger to populate object examples... More information -
- 332 total downloads
- last updated 5/7/2024
- Latest version: 2.0.0
This provides convenience methods to to find classes by type and with attributes. -
- 321 total downloads
- last updated 5/9/2024
- Latest version: 1.0.2
Allows testing validators using example values found in the XML -
- 292 total downloads
- last updated 5/7/2024
- Latest version: 2.0.0
This provides convenience methods load XML documentation, and seach for docs on classes, methods, and properties. -
- 131 total downloads
- last updated 5/7/2024
- Latest version: 2.0.0
This package is a simple abstraction layer for a DataStore that allows CRUD operations, views, stored procedures, and functions. -
- 124 total downloads
- last updated 5/7/2024
- Latest version: 2.0.0
A set of attributes to mark data classes so they can be found using reflection. -
- 115 total downloads
- last updated 5/7/2024
- Latest version: 2.0.0
This package provides an implementation of a DataStore using EntityFramework. This simple implementation provides CRUD operations of entities/views, running SPROCs and DB Functions. -
- 112 total downloads
- last updated 5/8/2024
- Latest version: 2.0.0
This lets you chain multiple Fluent Validations together and evaluate them as a group. -
- 110 total downloads
- last updated 5/7/2024
- Latest version: 2.0.0
This provides convenience methods to register dependencies for injection for all classes of base type T, and all classes with a specified [Attribute]