You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.
Both of these packages do something similar, they provide shared functionality for other packages. In almost all cases, all other packages require either one of these, or both of these, so it might make sense to combine them into a single package.
Plan of action:
Move Common interfaces to Common\Contract
Move Utility classes to Common\Utility
Move Utility\State to Common\State
Remove Utility package
The text was updated successfully, but these errors were encountered:
Both of these packages do something similar, they provide shared functionality for other packages. In almost all cases, all other packages require either one of these, or both of these, so it might make sense to combine them into a single package.
Plan of action:
Common
interfaces toCommon\Contract
Utility
classes toCommon\Utility
Utility\State
toCommon\State
The text was updated successfully, but these errors were encountered: