MyTested.AspNetCore.Mvc icon indicating copy to clipboard operation
MyTested.AspNetCore.Mvc copied to clipboard

Every With method should have Without alternative

Open ivaylokenov opened this issue 6 years ago • 0 comments

When .But() is implemented in #281 Without methods will be needed.

Needed methods:

  • [ ] WithoutData in the EntityFrameworkCore package
  • [ ] WithoutMemoryCache in the Caching package
  • [ ] WithoutSession in the Session package
  • [ ] WithoutModelState in the ModelState package
  • [ ] WithoutTempData in the TempData package
  • [ ] WithoutUser in the Authentication package
  • [ ] WithoutDisctributedCache in the Caching package

These extension methods should be added to the ComponentBuilder{packageName}Extensions class in the specific package.

ivaylokenov avatar Jul 07 '19 11:07 ivaylokenov