SimplifyNet / Simplify

Simplify is an open-source set of lightweight .NET libraries that provide infrastructure for your applications. DI and mocking friendly.

Home Page:https://simplifynet.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move extensions from the Simplify.Extensions to the Simplify.System project into the Extensions namespace

hardcoder opened this issue · comments

Is your feature request related to a problem? Please describe.
Simplify.Extensions features extends the System namespace. So that extensions can be moved to the Simplify.System project.

Describe the solution you'd like
Move extensions to the Simplify.System.Extensions namepsace in the Simplify.System project.
Delete the project Simplify.Extensions.