Skip to content

Every With method should have Without alternative #283

@ivaylokenov

Description

@ivaylokenov

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.

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions