Skip to content

BigEggTools/Core

Repository files navigation

Release Build Status CI Build Status Nuget Release GitHub Release

BigEgg.Core

The base library for all BigEgg's projects. Contains:

  • Preconditions
  • Validation Object
    • Require If Validation Attributes
    • Minimum Elements Validation Attribute
  • Utility Methods
  • Progress Report Model

BigEgg.UnitTesting

The base library for all BigEgg's unit testing projects. Contains:

  • Expected Exception check within a test methods. Support both synchronize and asynchronize function.