MyTested.AspNetCore.Mvc
MyTested.AspNetCore.Mvc copied to clipboard
Every With method should have Without alternative
When .But() is implemented in #281 Without methods will be needed.
Needed methods:
- [ ]
WithoutDatain the EntityFrameworkCore package - [ ]
WithoutMemoryCachein the Caching package - [ ]
WithoutSessionin the Session package - [ ]
WithoutModelStatein the ModelState package - [ ]
WithoutTempDatain the TempData package - [ ]
WithoutUserin the Authentication package - [ ]
WithoutDisctributedCachein the Caching package
These extension methods should be added to the ComponentBuilder{packageName}Extensions class in the specific package.