Skip to content

Releases: WDWWW/aspnetcore-easy-testing

v5.0.3

26 Jan 15:42
Compare
Choose a tag to compare

New features.

  • DisableStartupFilters, DisableStartupFilter<TImplementationFilter> : Remove service registrations of IStartFilter
  • RemoveSingleBy, RemoveAllBy, Remove, RemoveAll : Remove service or implementation types.
  • VerifyNoRegistrationByCondition, VerifyNoRegistration : Verify there are no registration of condition or service type.

v5.0.2

24 Jan 17:24
Compare
Choose a tag to compare

New features

  • ReplaceConfigureOptions : Replace registered configure options. if you used custom configure some option class in startup class.
  • ReplaceNamedConfigureOptions : Like above but just for named options.
  • DisableOptionValidations : Remove all options validators about TOptions
  • DisableOptionDataAnnotationValidation : Disable only data annotation validation.
  • VerifyRegistrationByCondition : Verify service registration by condition expression.
  • OverrideAppConfiguration overloads
  • ReplaceLoggerFactory : Replace logger factory to generating custom logger.
    • for example : checkout XUnit test sample

v5.0.1

21 Jan 16:19
Compare
Choose a tag to compare

New feature

3.1.4

01 Aug 17:59
Compare
Choose a tag to compare
update version